aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* bump version to 2.9.0-pre0Gravatar Miklos Szeredi2010-11-08
* libfuse: support zero copy writes in lowlevel interfaceGravatar Miklos Szeredi2010-11-08
* Fix fuse_buf_copy() if already at the end of the buffersGravatar Miklos Szeredi2010-11-08
* update umount procedureGravatar Miklos Szeredi2010-11-08
* Open /dev/null for writeGravatar Miklos Szeredi2010-11-08
* Fix check for read-only fs in mtab updateGravatar Miklos Szeredi2010-11-08
* add missing argument check in ulockmgr.cGravatar mkmm@gmx-topmail.de2010-10-05
* Fix ambiguous symbol version for fuse_chan_newGravatar Miklos Szeredi2010-09-28
* Fix option escaping for fusermount.Gravatar Miklos Szeredi2010-09-28
* Add NetBSD supportGravatar Miklos Szeredi2010-08-27
* cuse: fix minor typos in error messagesGravatar Miklos Szeredi2010-08-27
* libfuse: add buffer interfaceGravatar Miklos Szeredi2010-07-12
* Add .gitignore filesGravatar Miklos Szeredi2010-06-24
* * Make the number of max background requests and congestionGravatar Miklos Szeredi2010-06-23
* Add fuse_reply_fd() reply function to the low level interfaceGravatar Miklos Szeredi2010-06-17
* * Add a nopath option and flag, indicating that path argumentGravatar Miklos Szeredi2010-06-15
* * Fix checking for symlinks in umount from /tmp. Reported by AlGravatar Miklos Szeredi2010-04-26
* * Released 2.8.3Gravatar Miklos Szeredi2010-02-01
* * Released 2.8.2Gravatar Miklos Szeredi2010-01-26
* * Fix race if two "fusermount -u" instances are run in parallel.Gravatar Miklos Szeredi2010-01-26
* * Fix compile error on FreeBSD. Patch by Jay SullivanGravatar Miklos Szeredi2010-01-14
* * Use '--no-canonicalize' option of mount(8) (available inGravatar Miklos Szeredi2009-12-23
* * Released 2.8.1Gravatar Miklos Szeredi2009-09-11
* Fix missing versioned symbol fuse_get_context@FUSE_2.2Gravatar Miklos Szeredi2009-08-25
* * Add missing fuse_session_data to versionscriptGravatar Miklos Szeredi2009-08-18
* * Add missing pthread link for libulockmgr. Patch by Petr SalingerGravatar Miklos Szeredi2009-07-16
* * Clarify how the protocol version should be negotiated betweenGravatar Miklos Szeredi2009-07-16
* * The context is extended with a 'umask' field. The umask is sentGravatar Miklos Szeredi2009-07-02
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowGravatar Miklos Szeredi2009-06-19
* CUSE patches from Tejun Heo (add new files)Gravatar Miklos Szeredi2009-06-18
* CUSE patches from Tejun HeoGravatar Miklos Szeredi2009-06-18
* Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported b...Gravatar Miklos Szeredi2009-06-18
* Don't call forget_node() if the lookup was negative and write()Gravatar Miklos Szeredi2009-05-27
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hGravatar Miklos Szeredi2009-05-25
* Fix missing newlines in some printfsGravatar Miklos Szeredi2009-05-08
* * Add missing setattr flags to <fuse_lowlevel.h>.Gravatar Miklos Szeredi2008-12-08
* * Implement poll support. Patch by Tejun HeoGravatar Miklos Szeredi2008-12-08
* * Implement ioctl support. On high level interface onlyGravatar Miklos Szeredi2008-12-05
* If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Gravatar Miklos Szeredi2008-11-28
* lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handli...Gravatar Miklos Szeredi2008-11-27
* * Allow commas in options to be escaped with a backslash * Add new function: ...Gravatar Miklos Szeredi2008-10-16
* Pass current file flags to read and write operationsGravatar Miklos Szeredi2008-10-14
* Clean up debug output in highlevel libGravatar Miklos Szeredi2008-07-24
* Skip calling mount(8) if /etc/mtab doesn't exist...Gravatar Miklos Szeredi2008-07-10
* Fix missing <sys/param.h> include for PATH_MAXGravatar Miklos Szeredi2008-06-10
* Fix theoretical infinite loops in libfuseGravatar Miklos Szeredi2008-06-10
* Don't allow bigger than 4kB writes by default...Gravatar Miklos Szeredi2008-06-09
* Fix mounting over symlinkGravatar Miklos Szeredi2008-06-09
* Update warning message for missing newline at end of fuse.confGravatar Miklos Szeredi2008-04-09
* Update error message for missing mountpoint parameterGravatar Miklos Szeredi2008-04-08