summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add morph to correctly build configure scriptbaserock/genivi/morphBen Brewer2012-11-161-0/+9
* Merge branch 'fuse_2_9_bugfix'Miklos Szeredi2012-08-142-13/+23
|\
| * Zero out node when allocating from a slab.Miklos Szeredi2012-08-141-10/+4
| * Fix "fuse internal error: node NNN not found"Miklos Szeredi2012-08-142-4/+20
* | Merge branch 'fuse_2_9_bugfix'Miklos Szeredi2012-08-132-1/+5
|\ \ | |/
| * Fix linking against GNU libiconvNatanael Copa2012-08-132-1/+5
* | Move flags to the front of struct fuse_operationsMiklos Szeredi2012-07-201-24/+24
* | Remove compatibility path handlingMiklos Szeredi2012-07-205-38/+7
* | Remove include/old directoryMiklos Szeredi2012-07-192-10/+1
* | Remove compat functionsMiklos Szeredi2012-07-1915-1058/+34
* | Remove old symbol versionsMiklos Szeredi2012-07-1910-111/+2
* | Start of 3.0 seriesMiklos Szeredi2012-07-1915-53/+25
|/
* Released 2.9.1fuse_3_0_startfuse_2_9_1Miklos Szeredi2012-07-193-2/+6
* Fix crash caused by freeing a stack addressMiklos Szeredi2012-07-192-1/+6
* Add fallocate to NEWSMiklos Szeredi2012-07-192-1/+4
* 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