aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Highlevel lib: use dynamically resized hash tableMiklos Szeredi2010-12-131-43/+153
* add read_buf method to high level APIMiklos Szeredi2010-11-104-31/+82
* add write_buf method to high level APIMiklos Szeredi2010-11-104-17/+63
* fuse_buf_copy: check if buffers are the sameMiklos Szeredi2010-11-101-1/+13
* store fuse_buf inside fuse_bufvecMiklos Szeredi2010-11-101-71/+51
* libfuse: add retrieve requestMiklos Szeredi2010-11-083-3/+163
* fix pipe cleanup in do_write_buf()Miklos Szeredi2010-11-081-2/+4
* Fix st_nlink for unlinked but still open filesMiklos Szeredi2010-11-081-5/+9
* Add ctx->pid to debug outputMiklos Szeredi2010-11-081-2/+2
* libfuse: add store requestMiklos Szeredi2010-11-082-83/+122
* bump version to 2.9.0-pre0Miklos Szeredi2010-11-081-1/+1
* libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi2010-11-086-25/+326
* Fix fuse_buf_copy() if already at the end of the buffersMiklos Szeredi2010-11-081-4/+14
* update umount procedureMiklos Szeredi2010-11-082-0/+50