aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fuse: Reduce code size and allow static compilationcm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eacm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56cm-10.2.1cm-10.2.0cm-10.2-M1staging/cm-12.0-cafstable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0stable/cm-10.2shipping/cm-11.0cm-11.0cm-10.2Steve Kondik2013-08-192-3/+20
* Allow building when strict aliasingcm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1DHOMD2013-07-171-2/+2
* Add missing config.h for AndroidSteve Kondik2013-07-072-1/+87
* Support for building on AndroidSteve Kondik2013-07-0717-13/+237
* Released 2.9.3Miklos Szeredi2013-07-013-2/+6
* libfuse: don't close fd if it's -1Miklos Szeredi2013-07-011-1/+4
* libfuse: fix multiple close of device fdMiklos Szeredi2013-07-016-11/+34
* libfuse: fix thread cancel raceMiklos Szeredi2013-03-192-0/+8
* Add "nopath" to help.Miklos Szeredi2013-02-181-0/+1
* libfuse: rename ./configure.in to ./configure.acAnatol Pomozov2013-02-042-0/+3
* libfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADERAnatol Pomozov2013-02-042-1/+4
* libfuse: configure: detect new util-linuxMiklos Szeredi2013-02-042-2/+8
* libfuse: fix the 'remember' optionMadan Valluri2013-02-042-0/+8
* libfuse: fix crash in unlock_path()Ratna_Bolla@dell.com2013-02-042-0/+6
* Released 2.9.2Miklos Szeredi2012-10-013-2/+7
* Fix deadlock in libfuseMiklos Szeredi2012-10-012-118/+173
* Fix missing config.h in buffer.cMiklos Szeredi2012-08-244-0/+7
* 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
* Fix linking against GNU libiconvNatanael Copa2012-08-132-1/+5
* Released 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.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