aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a potential resource leakGravatar Laszlo Papp2011-03-30
* Use the return value for error checkGravatar Laszlo Papp2011-03-30
* Check the return value after an open syscallGravatar Laszlo Papp2011-03-30
* Check the negative return value after an open syscallGravatar Laszlo Papp2011-03-30
* Add -onoforget to help outputGravatar Miklos Szeredi2011-02-17
* libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threadsGravatar Miklos Szeredi2011-02-02
* fusermount: only allow mount and umount if util-linux suppports --no-canonica...Gravatar Miklos Szeredi2011-01-31
* Fix warning in hash calculationGravatar Miklos Szeredi2011-01-31
* Highlevel lib: add slab allocation for node cacheGravatar Miklos Szeredi2010-12-20
* inline short namesGravatar Miklos Szeredi2010-12-20
* Highlevel lib: allow hash tables to shrinkGravatar Miklos Szeredi2010-12-20
* Highlevel lib: use dynamically resized hash tableGravatar Miklos Szeredi2010-12-13
* add read_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* add write_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* fuse_buf_copy: check if buffers are the sameGravatar Miklos Szeredi2010-11-10
* store fuse_buf inside fuse_bufvecGravatar Miklos Szeredi2010-11-10
* libfuse: add retrieve requestGravatar Miklos Szeredi2010-11-08
* fix pipe cleanup in do_write_buf()Gravatar Miklos Szeredi2010-11-08
* Fix st_nlink for unlinked but still open filesGravatar Miklos Szeredi2010-11-08
* Add ctx->pid to debug outputGravatar Miklos Szeredi2010-11-08
* libfuse: add store requestGravatar Miklos Szeredi2010-11-08
* 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