aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-01-27Interpret octal escape codes in optionsMiklos Szeredi-2/+19
2012-01-26clean up man pageMiklos Szeredi-1/+0
2012-01-26Add doc/Makefile.amMiklos Szeredi-8/+8
2012-01-26Add man pages for fusermount, mount.fuse and ulockmgr_serverMiklos Szeredi-0/+237
2012-01-24Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi-150/+0
2012-01-13Disable symbol versions on MacOSXAnatol Pomozov-2/+10
2012-01-02Remove unnecessary mutex unlock at the end of multithreaded event loopMiklos Szeredi-1/+5
2011-12-09Free request in fuse_reply_data()Miklos Szeredi-2/+6
2011-12-09Don't unhash name in FORGETMiklos Szeredi-2/+5
2011-12-09Fix hang in wait_on_path()Miklos Szeredi-3/+35
2011-12-08utimens availability checkEmmanuel Dreyfus-1/+14
2011-12-08FUSE_NODE_SLAB buildfixEmmanuel Dreyfus-11/+16
2011-12-08fuse: documentation update for forgetNikolaus Rath-12/+57
2011-12-07libfuse: Notifying the kernel of deletion.John Muir-0/+59
2011-12-06Add mmap() and munmap() methods to low level APIMiklos Szeredi-8/+181
2011-12-05Add support for ioctl on directoriesMiklos Szeredi-1/+21
2011-12-05Make lock argument of fuse_reply_lock constMiklos Szeredi-2/+7
2011-11-17Fix the following compile errorMiklos Szeredi-0/+1
2011-10-23Reply with ENOMEM in case of failure to allocate requestMiklos Szeredi-9/+27
2011-09-23Replace daemon() function with fork()Anatol Pomozov-7/+48
2011-08-31Don't ignore --disable-mtabMiklos Szeredi-0/+7
2011-08-24add lru for remember optiontherealneworld@gmail.com-41/+94
2011-07-06Add ->flock() operation to low and high level interfacesMiklos Szeredi-11/+200
2011-07-04utimens must not follow symlinksSebastian Pipping-16/+13
2011-06-02In ./configure check if umount support --fake and --no-canonicalizeMiklos Szeredi-0/+22
2011-06-02add "remember" optiontherealneworld@gmail.com-28/+255
2011-05-27Check if splice/vmsplice are supportedMiklos Szeredi-25/+83
2011-05-26Update COPYING*Miklos Szeredi-120/+139
2011-05-26Update NEWSMiklos Szeredi-0/+42
2011-05-26Fix lost ChangeLog entry.Miklos Szeredi-0/+6
2011-05-26Remove -lrt -ldl from fuse.pc for dynamic linkingMiklos Szeredi-3/+10
2011-05-25adding details to utimens doxygen commentsReuben Hawkins-0/+5
2011-05-25Spell checking comments, etc...Reuben Hawkins-12/+12
2011-05-23cleaning up warningsReuben Hawkins-6/+26
2011-05-20Cleaner build outputReuben Hawkins-0/+5
2011-05-19Fix ioctl ABIMiklos Szeredi-10/+86
2011-05-19Add ->forget_multi() operationMiklos Szeredi-6/+52
2011-05-19Allow batching of forget requestsMiklos Szeredi-13/+80
2011-05-19Fix splice_readMiklos Szeredi-2/+2
2011-05-19Disable splice by defaultMiklos Szeredi-6/+25
2011-05-19Don't hide output of /bin/mountMiklos Szeredi-10/+0
2011-04-15Added changelog entry for the auto_unmount optionMax Krasnyansky-0/+4
2011-04-15fusermount: Added support for auto_unmount optionMax Krasnyansky-14/+49
2011-04-15libfuse: Added support for auto_unmount optionMax Krasnyansky-8/+27
2011-03-30Update ChangeLogMiklos Szeredi-0/+5
2011-03-30Check the 'mtablock' for negative valueLaszlo Papp-2/+4
2011-03-30Fix a potential null pointer dereference issueLaszlo Papp-1/+2
2011-03-30Fix a potential resource leak (newargv)Laszlo Papp-2/+7
2011-03-30Initialize an allocated, but uninitialized memoryLaszlo Papp-1/+1
2011-03-30Initialize the variable properly before passing to any functionLaszlo Papp-0/+1