summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libfuse: mark some data constantMiklos Szeredi2012-07-044-6/+6
* Fix build with automake >= 1.12.1Olivier Blin2012-07-043-10/+8
* Fix install from out-of-tree buildOlivier Blin2012-07-042-1/+6
* Add FALLOCATE operationAnatol Pomozov2012-06-1810-2/+152
* Fix the compile command in the examplesMiklos Szeredi2012-05-169-8/+11
* Fix -pthread in fuse.pcMiklos Szeredi2012-05-164-5/+11
* Released 2.9.0fuse_2_9_0Miklos Szeredi2012-04-202-1/+5
* Add missing fuse_fs_flock to fuse_versionscriptMiklos Szeredi2012-04-202-0/+5
* use flexible array in include/fuse_kernel.hMiklos Szeredi2012-04-201-1/+1
* Update NEWSMiklos Szeredi2012-04-201-0/+10
* Add 'flag_utime_omit_ok' flag to fuse_operationsMiklos Szeredi2012-04-104-1/+41
* Check protocol version before sending notificationsMiklos Szeredi2012-04-102-0/+14
* test improvementsMiklos Szeredi2012-04-061-8/+149
* Interpret octal escape codes in optionsMiklos Szeredi2012-01-272-2/+19
* 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