summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix use after free if fuse_reply...() returned ENOENTMiklos Szeredi2011-03-301-6/+0
* Fix a possible resource leak (free the old up)Laszlo Papp2011-03-301-0/+4
* Fix a potential resource leakLaszlo Papp2011-03-301-1/+3
* Use the return value for error checkLaszlo Papp2011-03-301-3/+2
* Check the return value after an open syscallLaszlo Papp2011-03-301-2/+4
* Check the negative return value after an open syscallLaszlo Papp2011-03-301-2/+4
* Add -onoforget to help outputMiklos Szeredi2011-02-171-0/+1
* libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threadsMiklos Szeredi2011-02-021-2/+0
* fusermount: only allow mount and umount if util-linux suppports --no-canonica...Miklos Szeredi2011-01-311-71/+1
* Fix warning in hash calculationMiklos Szeredi2011-01-311-1/+1
* Highlevel lib: add slab allocation for node cacheMiklos Szeredi2010-12-201-9/+180
* inline short namesMiklos Szeredi2010-12-201-13/+16
* Highlevel lib: allow hash tables to shrinkMiklos Szeredi2010-12-201-1/+77