aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libfuse: Fix cast for void* in fuse optsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Ecm-13.0Matt Mower2015-12-141-1/+1
* libfuse: Cleanup code and update build configurationSteve Kondik2015-11-108-27/+64
* Released 2.9.4Miklos Szeredi2015-10-283-2/+6
* libfuse: fix exec environment for mount and umountMiklos Szeredi2015-10-282-6/+22
* libfuse: fix fuse_remove_signal_handlers()Miklos Szeredi2015-10-282-11/+16
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodMiklos Szeredi2015-10-283-2/+16
* libfuse: document deadlock avoidance for fuse_notify_inval_entry()Miklos Szeredi2015-10-282-0/+11
* Initilaize stat buffer passed to ->getattr() and ->fgetattr()Miklos Szeredi2015-10-282-0/+7
* Advertize the existence of some "configure" env vars.Fabrice Bauzac2015-10-281-0/+3
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi2015-10-283-3/+10
* Add missing includesDaniel Thau2015-10-285-0/+9
* Changed off_t to loff_tstaging/cm-12.1stable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-12.1cm-12.0Spegelius2014-11-2317-100/+100
* fuse: Fix compilation on LSteve Kondik2014-11-081-8/+0
* 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