aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix splice_readMiklos Szeredi2011-05-191-2/+1
* Disable splice by defaultMiklos Szeredi2011-05-192-6/+19
* Don't hide output of /bin/mountMiklos Szeredi2011-05-191-10/+0
* libfuse: Added support for auto_unmount optionMax Krasnyansky2011-04-151-8/+27
* Fix a potential null pointer dereference issueLaszlo Papp2011-03-301-1/+2
* Fix a potential resource leak (newargv)Laszlo Papp2011-03-301-2/+7
* Initialize an allocated, but uninitialized memoryLaszlo Papp2011-03-301-1/+1
* Initialize the variable properly before passing to any functionLaszlo Papp2011-03-301-0/+1
* Remove unnecessary variable assignmentMiklos Szeredi2011-03-301-1/+0
* Fix use after free if fuse_reply...() returned ENOENTMiklos Szeredi2011-03-301-6/+0
* Fix a possible resource leak (free the old up)Laszlo Papp2011-03-301-0/+4
* Fix a potential resource leakLaszlo Papp2011-03-301-1/+3
* Use the return value for error checkLaszlo Papp2011-03-301-3/+2
* Check the return value after an open syscallLaszlo Papp2011-03-301-2/+4
* Check the negative return value after an open syscallLaszlo Papp2011-03-301-2/+4
* Add -onoforget to help outputMiklos Szeredi2011-02-171-0/+1
* libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threadsMiklos Szeredi2011-02-021-2/+0
* fusermount: only allow mount and umount if util-linux suppports --no-canonica...Miklos Szeredi2011-01-311-71/+1
* Fix warning in hash calculationMiklos Szeredi2011-01-311-1/+1
* Highlevel lib: add slab allocation for node cacheMiklos Szeredi2010-12-201-9/+180
* inline short namesMiklos Szeredi2010-12-201-13/+16
* Highlevel lib: allow hash tables to shrinkMiklos Szeredi2010-12-201-1/+77
* Highlevel lib: use dynamically resized hash tableMiklos Szeredi2010-12-131-43/+153
* add read_buf method to high level APIMiklos Szeredi2010-11-104-31/+82
* add write_buf method to high level APIMiklos Szeredi2010-11-104-17/+63
* fuse_buf_copy: check if buffers are the sameMiklos Szeredi2010-11-101-1/+13
* store fuse_buf inside fuse_bufvecMiklos Szeredi2010-11-101-71/+51
* libfuse: add retrieve requestMiklos Szeredi2010-11-083-3/+163
* fix pipe cleanup in do_write_buf()Miklos Szeredi2010-11-081-2/+4
* Fix st_nlink for unlinked but still open filesMiklos Szeredi2010-11-081-5/+9
* Add ctx->pid to debug outputMiklos Szeredi2010-11-081-2/+2
* libfuse: add store requestMiklos Szeredi2010-11-082-83/+122
* bump version to 2.9.0-pre0Miklos Szeredi2010-11-081-1/+1
* libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi2010-11-086-25/+326
* Fix fuse_buf_copy() if already at the end of the buffersMiklos Szeredi2010-11-081-4/+14
* update umount procedureMiklos Szeredi2010-11-082-0/+50
* Open /dev/null for writeMiklos Szeredi2010-11-081-1/+1
* Fix check for read-only fs in mtab updateMiklos Szeredi2010-11-081-1/+12
* add missing argument check in ulockmgr.cmkmm@gmx-topmail.de2010-10-051-0/+4
* Fix ambiguous symbol version for fuse_chan_newMiklos Szeredi2010-09-281-1/+0
* Fix option escaping for fusermount.Miklos Szeredi2010-09-281-1/+1
* Add NetBSD supportMiklos Szeredi2010-08-276-11/+43
* cuse: fix minor typos in error messagesMiklos Szeredi2010-08-271-4/+4
* libfuse: add buffer interfaceMiklos Szeredi2010-07-125-34/+490
* Add .gitignore filesMiklos Szeredi2010-06-241-6/+0
* * Make the number of max background requests and congestionMiklos Szeredi2010-06-231-0/+22
* Add fuse_reply_fd() reply function to the low level interfaceMiklos Szeredi2010-06-173-7/+221
* * Add a nopath option and flag, indicating that path argumentMiklos Szeredi2010-06-153-26/+72
* * Fix checking for symlinks in umount from /tmp. Reported by AlMiklos Szeredi2010-04-261-1/+1
* * Released 2.8.3Miklos Szeredi2010-02-012-24/+3