aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add FALLOCATE operationGravatar Anatol Pomozov2012-06-18
* Fix -pthread in fuse.pcGravatar Miklos Szeredi2012-05-16
* Add missing fuse_fs_flock to fuse_versionscriptGravatar Miklos Szeredi2012-04-20
* Add 'flag_utime_omit_ok' flag to fuse_operationsGravatar Miklos Szeredi2012-04-10
* Check protocol version before sending notificationsGravatar Miklos Szeredi2012-04-10
* Interpret octal escape codes in optionsGravatar Miklos Szeredi2012-01-27
* Revert "Add mmap() and munmap() methods to low level API"Gravatar Miklos Szeredi2012-01-24
* Disable symbol versions on MacOSXGravatar Anatol Pomozov2012-01-13
* Remove unnecessary mutex unlock at the end of multithreaded event loopGravatar Miklos Szeredi2012-01-02
* Free request in fuse_reply_data()Gravatar Miklos Szeredi2011-12-09
* Don't unhash name in FORGETGravatar Miklos Szeredi2011-12-09
* Fix hang in wait_on_path()Gravatar Miklos Szeredi2011-12-09
* FUSE_NODE_SLAB buildfixGravatar Emmanuel Dreyfus2011-12-08
* libfuse: Notifying the kernel of deletion.Gravatar John Muir2011-12-07
* Add mmap() and munmap() methods to low level APIGravatar Miklos Szeredi2011-12-06
* Add support for ioctl on directoriesGravatar Miklos Szeredi2011-12-05
* Make lock argument of fuse_reply_lock constGravatar Miklos Szeredi2011-12-05
* Reply with ENOMEM in case of failure to allocate requestGravatar Miklos Szeredi2011-10-23
* Replace daemon() function with fork()Gravatar Anatol Pomozov2011-09-23
* Don't ignore --disable-mtabGravatar Miklos Szeredi2011-08-31
* add lru for remember optionGravatar therealneworld@gmail.com2011-08-24
* Add ->flock() operation to low and high level interfacesGravatar Miklos Szeredi2011-07-06
* add "remember" optionGravatar therealneworld@gmail.com2011-06-02
* Check if splice/vmsplice are supportedGravatar Miklos Szeredi2011-05-27
* Spell checking comments, etc...Gravatar Reuben Hawkins2011-05-25
* Fix ioctl ABIGravatar Miklos Szeredi2011-05-19
* Add ->forget_multi() operationGravatar Miklos Szeredi2011-05-19
* Allow batching of forget requestsGravatar Miklos Szeredi2011-05-19
* Fix splice_readGravatar Miklos Szeredi2011-05-19
* Disable splice by defaultGravatar Miklos Szeredi2011-05-19
* Don't hide output of /bin/mountGravatar Miklos Szeredi2011-05-19
* libfuse: Added support for auto_unmount optionGravatar Max Krasnyansky2011-04-15
* Fix a potential null pointer dereference issueGravatar Laszlo Papp2011-03-30
* Fix a potential resource leak (newargv)Gravatar Laszlo Papp2011-03-30
* Initialize an allocated, but uninitialized memoryGravatar Laszlo Papp2011-03-30
* Initialize the variable properly before passing to any functionGravatar Laszlo Papp2011-03-30
* Remove unnecessary variable assignmentGravatar Miklos Szeredi2011-03-30
* Fix use after free if fuse_reply...() returned ENOENTGravatar Miklos Szeredi2011-03-30
* Fix a possible resource leak (free the old up)Gravatar Laszlo Papp2011-03-30
* Fix a potential resource leakGravatar Laszlo Papp2011-03-30
* Use the return value for error checkGravatar Laszlo Papp2011-03-30
* Check the return value after an open syscallGravatar Laszlo Papp2011-03-30
* Check the negative return value after an open syscallGravatar Laszlo Papp2011-03-30
* Add -onoforget to help outputGravatar Miklos Szeredi2011-02-17
* libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threadsGravatar Miklos Szeredi2011-02-02
* fusermount: only allow mount and umount if util-linux suppports --no-canonica...Gravatar Miklos Szeredi2011-01-31
* Fix warning in hash calculationGravatar Miklos Szeredi2011-01-31
* Highlevel lib: add slab allocation for node cacheGravatar Miklos Szeredi2010-12-20
* inline short namesGravatar Miklos Szeredi2010-12-20
* Highlevel lib: allow hash tables to shrinkGravatar Miklos Szeredi2010-12-20