aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fusermount: Added support for auto_unmount optionGravatar Max Krasnyansky2011-04-15
* libfuse: Added support for auto_unmount optionGravatar Max Krasnyansky2011-04-15
* Update ChangeLogGravatar Miklos Szeredi2011-03-30
* Check the 'mtablock' for negative valueGravatar Laszlo Papp2011-03-30
* Fix a potential null pointer dereference issueGravatar Laszlo Papp2011-03-30
* Fix a potential resource leak (newargv)Gravatar Laszlo Papp2011-03-30
* Initialize an allocated, but uninitialized memoryGravatar Laszlo Papp2011-03-30
* Initialize the variable properly before passing to any functionGravatar Laszlo Papp2011-03-30
* fusermount: clean up do_mount() functionGravatar Miklos Szeredi2011-03-30
* Remove unnecessary variable assignmentGravatar Miklos Szeredi2011-03-30
* Eliminate the unused valueGravatar Laszlo Papp2011-03-30
* Fix use after free if fuse_reply...() returned ENOENTGravatar Miklos Szeredi2011-03-30
* Fix resource leaks in fusermountGravatar Laszlo Papp2011-03-30
* Fix a possible resource leak (free the old up)Gravatar Laszlo Papp2011-03-30
* Do not pass NULL to xstrdupGravatar Laszlo Papp2011-03-30
* Check the return value properly before passing it to any functionGravatar Laszlo Papp2011-03-30
* 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
* In case of failure to add to /etc/mtab don't umount.Gravatar Miklos Szeredi2011-03-11
* Revert "Fix cleanup in case of failed mount"Gravatar Miklos Szeredi2011-03-11
* 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
* fusermount: chdir to / before performing mount/umountGravatar Miklos Szeredi2011-01-31
* Fix cleanup in case of failed mountGravatar 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
* Fix fuse_buf_copy_flags valuesGravatar Miklos Szeredi2010-11-12
* update test/.gitignoreGravatar Miklos Szeredi2010-11-12
* fusexmp_fh: add read_buf and write_buf implementationsGravatar Miklos Szeredi2010-11-10
* 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
* bump the API version as well to 2.9Gravatar Miklos Szeredi2010-11-10
* libfuse: add retrieve requestGravatar Miklos Szeredi2010-11-08
* fix changelogGravatar 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
* fusermount: don't save/restore cwdGravatar 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