aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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-107-27/+44
* Released 2.9.4Miklos Szeredi2015-10-281-1/+1
* libfuse: fix exec environment for mount and umountMiklos Szeredi2015-10-281-6/+17
* libfuse: fix fuse_remove_signal_handlers()Miklos Szeredi2015-10-281-11/+11
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodMiklos Szeredi2015-10-281-2/+8
* Initilaize stat buffer passed to ->getattr() and ->fgetattr()Miklos Szeredi2015-10-281-0/+2
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi2015-10-281-1/+1
* Add missing includesDaniel Thau2015-10-283-0/+3
* 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-239-43/+43
* 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
* Support for building on AndroidSteve Kondik2013-07-0710-13/+133
* Released 2.9.3Miklos Szeredi2013-07-011-1/+1
* libfuse: don't close fd if it's -1Miklos Szeredi2013-07-011-1/+4
* libfuse: fix multiple close of device fdMiklos Szeredi2013-07-015-11/+29
* libfuse: fix thread cancel raceMiklos Szeredi2013-03-191-0/+2
* Add "nopath" to help.Miklos Szeredi2013-02-181-0/+1
* libfuse: fix the 'remember' optionMadan Valluri2013-02-041-0/+4
* libfuse: fix crash in unlock_path()Ratna_Bolla@dell.com2013-02-041-0/+2
* Released 2.9.2Miklos Szeredi2012-10-011-1/+1
* Fix deadlock in libfuseMiklos Szeredi2012-10-011-118/+167
* Fix missing config.h in buffer.cMiklos Szeredi2012-08-243-0/+3
* 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-141-4/+12
* Released 2.9.1Miklos Szeredi2012-07-191-1/+1
* Fix crash caused by freeing a stack addressMiklos Szeredi2012-07-191-1/+1
* libfuse: mark some data constantMiklos Szeredi2012-07-044-6/+6
* Add FALLOCATE operationAnatol Pomozov2012-06-183-1/+57
* Fix -pthread in fuse.pcMiklos Szeredi2012-05-161-1/+1
* Add missing fuse_fs_flock to fuse_versionscriptMiklos Szeredi2012-04-201-0/+1
* Add 'flag_utime_omit_ok' flag to fuse_operationsMiklos Szeredi2012-04-101-0/+27
* Check protocol version before sending notificationsMiklos Szeredi2012-04-101-0/+9
* Interpret octal escape codes in optionsMiklos Szeredi2012-01-271-2/+14
* Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi2012-01-243-72/+0
* Disable symbol versions on MacOSXAnatol Pomozov2012-01-131-2/+6
* Remove unnecessary mutex unlock at the end of multithreaded event loopMiklos Szeredi2012-01-021-1/+0
* Free request in fuse_reply_data()Miklos Szeredi2011-12-091-2/+4
* Don't unhash name in FORGETMiklos Szeredi2011-12-091-2/+1
* Fix hang in wait_on_path()Miklos Szeredi2011-12-091-3/+31
* FUSE_NODE_SLAB buildfixEmmanuel Dreyfus2011-12-081-11/+11
* libfuse: Notifying the kernel of deletion.John Muir2011-12-072-0/+29
* Add mmap() and munmap() methods to low level APIMiklos Szeredi2011-12-063-6/+91
* Add support for ioctl on directoriesMiklos Szeredi2011-12-051-0/+8
* Make lock argument of fuse_reply_lock constMiklos Szeredi2011-12-051-1/+1
* Reply with ENOMEM in case of failure to allocate requestMiklos Szeredi2011-10-231-9/+20
* Replace daemon() function with fork()Anatol Pomozov2011-09-231-5/+29
* Don't ignore --disable-mtabMiklos Szeredi2011-08-311-0/+2
* add lru for remember optiontherealneworld@gmail.com2011-08-241-41/+89
* Add ->flock() operation to low and high level interfacesMiklos Szeredi2011-07-065-8/+117