summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add ->flock() operation to low and high level interfacesMiklos Szeredi2011-07-0611-11/+200
* utimens must not follow symlinksSebastian Pipping2011-07-043-16/+13
* In ./configure check if umount support --fake and --no-canonicalizeMiklos Szeredi2011-06-021-0/+22
* add "remember" optiontherealneworld@gmail.com2011-06-027-28/+255
* Check if splice/vmsplice are supportedMiklos Szeredi2011-05-274-25/+83
* Update COPYING*Miklos Szeredi2011-05-262-120/+139
* Update NEWSMiklos Szeredi2011-05-261-0/+42
* Fix lost ChangeLog entry.Miklos Szeredi2011-05-261-0/+6
* Remove -lrt -ldl from fuse.pc for dynamic linkingMiklos Szeredi2011-05-263-3/+10
* adding details to utimens doxygen commentsReuben Hawkins2011-05-251-0/+5
* Spell checking comments, etc...Reuben Hawkins2011-05-256-12/+12
* cleaning up warningsReuben Hawkins2011-05-233-6/+26
* Cleaner build outputReuben Hawkins2011-05-202-0/+5
* Fix ioctl ABIMiklos Szeredi2011-05-194-10/+86
* Add ->forget_multi() operationMiklos Szeredi2011-05-194-6/+52
* Allow batching of forget requestsMiklos Szeredi2011-05-194-13/+80
* Fix splice_readMiklos Szeredi2011-05-192-2/+2
* Disable splice by defaultMiklos Szeredi2011-05-193-6/+25
* Don't hide output of /bin/mountMiklos Szeredi2011-05-191-10/+0
* Added changelog entry for the auto_unmount optionMax Krasnyansky2011-04-151-0/+4
* fusermount: Added support for auto_unmount optionMax Krasnyansky2011-04-151-14/+49
* libfuse: Added support for auto_unmount optionMax Krasnyansky2011-04-151-8/+27
* Update ChangeLogMiklos Szeredi2011-03-301-0/+5
* Check the 'mtablock' for negative valueLaszlo Papp2011-03-301-2/+4
* 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
* fusermount: clean up do_mount() functionMiklos Szeredi2011-03-301-5/+4
* Remove unnecessary variable assignmentMiklos Szeredi2011-03-301-1/+0
* Eliminate the unused valueLaszlo Papp2011-03-301-1/+1
* Fix use after free if fuse_reply...() returned ENOENTMiklos Szeredi2011-03-301-6/+0
* Fix resource leaks in fusermountLaszlo Papp2011-03-301-8/+10
* Fix a possible resource leak (free the old up)Laszlo Papp2011-03-301-0/+4
* Do not pass NULL to xstrdupLaszlo Papp2011-03-301-8/+12
* Check the return value properly before passing it to any functionLaszlo Papp2011-03-301-2/+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
* In case of failure to add to /etc/mtab don't umount.Miklos Szeredi2011-03-112-1/+6
* Revert "Fix cleanup in case of failed mount"Miklos Szeredi2011-03-112-33/+6
* Add -onoforget to help outputMiklos Szeredi2011-02-171-0/+1
* libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threadsMiklos Szeredi2011-02-022-2/+8
* fusermount: only allow mount and umount if util-linux suppports --no-canonica...Miklos Szeredi2011-01-314-212/+36
* fusermount: chdir to / before performing mount/umountMiklos Szeredi2011-01-312-15/+12
* Fix cleanup in case of failed mountMiklos Szeredi2011-01-312-6/+34
* Fix warning in hash calculationMiklos Szeredi2011-01-311-1/+1
* Highlevel lib: add slab allocation for node cacheMiklos Szeredi2010-12-202-9/+184
* inline short namesMiklos Szeredi2010-12-201-13/+16