aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* add "remember" optiontherealneworld@gmail.com2011-06-025-28/+221
* Check if splice/vmsplice are supportedMiklos Szeredi2011-05-272-24/+78
* Spell checking comments, etc...Reuben Hawkins2011-05-251-1/+1
* Fix ioctl ABIMiklos Szeredi2011-05-192-10/+73
* Add ->forget_multi() operationMiklos Szeredi2011-05-192-6/+29
* Allow batching of forget requestsMiklos Szeredi2011-05-192-12/+59
* Fix splice_readMiklos Szeredi2011-05-191-2/+1
* Disable splice by defaultMiklos Szeredi2011-05-192-6/+19
* Don't hide output of /bin/mountMiklos Szeredi2011-05-191-10/+0
* libfuse: Added support for auto_unmount optionMax Krasnyansky2011-04-151-8/+27
* Fix a potential null pointer dereference issueLaszlo Papp2011-03-301-1/+2
* Fix a potential resource leak (newargv)Laszlo Papp2011-03-301-2/+7
* Initialize an allocated, but uninitialized memoryLaszlo Papp2011-03-301-1/+1
* Initialize the variable properly before passing to any functionLaszlo Papp2011-03-301-0/+1
* Remove unnecessary variable assignmentMiklos Szeredi2011-03-301-1/+0