aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* clean up man pageMiklos Szeredi2012-01-261-1/+0
* Add doc/Makefile.amMiklos Szeredi2012-01-263-8/+8
* Add man pages for fusermount, mount.fuse and ulockmgr_serverMiklos Szeredi2012-01-265-0/+237
* Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi2012-01-247-150/+0
* Disable symbol versions on MacOSXAnatol Pomozov2012-01-132-2/+10
* Remove unnecessary mutex unlock at the end of multithreaded event loopMiklos Szeredi2012-01-022-1/+5
* Free request in fuse_reply_data()Miklos Szeredi2011-12-092-2/+6
* Don't unhash name in FORGETMiklos Szeredi2011-12-092-2/+5
* Fix hang in wait_on_path()Miklos Szeredi2011-12-092-3/+35
* utimens availability checkEmmanuel Dreyfus2011-12-084-1/+14
* FUSE_NODE_SLAB buildfixEmmanuel Dreyfus2011-12-082-11/+16
* fuse: documentation update for forgetNikolaus Rath2011-12-081-12/+57
* libfuse: Notifying the kernel of deletion.John Muir2011-12-075-0/+59
* Add mmap() and munmap() methods to low level APIMiklos Szeredi2011-12-067-8/+181
* Add support for ioctl on directoriesMiklos Szeredi2011-12-054-1/+21
* Make lock argument of fuse_reply_lock constMiklos Szeredi2011-12-053-2/+7
* Fix the following compile errorMiklos Szeredi2011-11-171-0/+1
* Reply with ENOMEM in case of failure to allocate requestMiklos Szeredi2011-10-232-9/+27
* Replace daemon() function with fork()Anatol Pomozov2011-09-233-7/+48
* Don't ignore --disable-mtabMiklos Szeredi2011-08-312-0/+7
* add lru for remember optiontherealneworld@gmail.com2011-08-242-41/+94
* 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