aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Highlevel lib: use dynamically resized hash tableGravatar Miklos Szeredi2010-12-13
* add read_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* add write_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* fuse_buf_copy: check if buffers are the sameGravatar Miklos Szeredi2010-11-10
* store fuse_buf inside fuse_bufvecGravatar Miklos Szeredi2010-11-10
* libfuse: add retrieve requestGravatar Miklos Szeredi2010-11-08
* fix pipe cleanup in do_write_buf()Gravatar Miklos Szeredi2010-11-08
* Fix st_nlink for unlinked but still open filesGravatar Miklos Szeredi2010-11-08
* Add ctx->pid to debug outputGravatar Miklos Szeredi2010-11-08
* libfuse: add store requestGravatar Miklos Szeredi2010-11-08
* bump version to 2.9.0-pre0Gravatar Miklos Szeredi2010-11-08
* libfuse: support zero copy writes in lowlevel interfaceGravatar Miklos Szeredi2010-11-08
* Fix fuse_buf_copy() if already at the end of the buffersGravatar Miklos Szeredi2010-11-08
* update umount procedureGravatar Miklos Szeredi2010-11-08
* Open /dev/null for writeGravatar Miklos Szeredi2010-11-08
* Fix check for read-only fs in mtab updateGravatar Miklos Szeredi2010-11-08
* add missing argument check in ulockmgr.cGravatar mkmm@gmx-topmail.de2010-10-05