aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_lowlevel.c
Commit message (Expand)AuthorAge
* Add FALLOCATE operationGravatar Anatol Pomozov2012-06-18
* Check protocol version before sending notificationsGravatar Miklos Szeredi2012-04-10
* Revert "Add mmap() and munmap() methods to low level API"Gravatar Miklos Szeredi2012-01-24
* Free request in fuse_reply_data()Gravatar Miklos Szeredi2011-12-09
* 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
* Add ->flock() operation to low and high level interfacesGravatar Miklos Szeredi2011-07-06
* Check if splice/vmsplice are supportedGravatar Miklos Szeredi2011-05-27
* 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
* 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
* Add ctx->pid to debug outputGravatar Miklos Szeredi2010-11-08
* libfuse: add store requestGravatar Miklos Szeredi2010-11-08
* libfuse: support zero copy writes in lowlevel interfaceGravatar Miklos Szeredi2010-11-08
* Add NetBSD supportGravatar Miklos Szeredi2010-08-27
* libfuse: add buffer interfaceGravatar Miklos Szeredi2010-07-12
* * Make the number of max background requests and congestionGravatar Miklos Szeredi2010-06-23
* Add fuse_reply_fd() reply function to the low level interfaceGravatar Miklos Szeredi2010-06-17
* * Fix compile error on FreeBSD. Patch by Jay SullivanGravatar Miklos Szeredi2010-01-14
* * Add missing fuse_session_data to versionscriptGravatar Miklos Szeredi2009-08-18
* * Clarify how the protocol version should be negotiated betweenGravatar Miklos Szeredi2009-07-16
* * The context is extended with a 'umask' field. The umask is sentGravatar Miklos Szeredi2009-07-02
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowGravatar Miklos Szeredi2009-06-19
* CUSE patches from Tejun Heo (add new files)Gravatar Miklos Szeredi2009-06-18
* CUSE patches from Tejun HeoGravatar Miklos Szeredi2009-06-18
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hGravatar Miklos Szeredi2009-05-25
* * Add missing setattr flags to <fuse_lowlevel.h>.Gravatar Miklos Szeredi2008-12-08
* * Implement poll support. Patch by Tejun HeoGravatar Miklos Szeredi2008-12-08
* * Implement ioctl support. On high level interface onlyGravatar Miklos Szeredi2008-12-05
* If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Gravatar Miklos Szeredi2008-11-28
* lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handli...Gravatar Miklos Szeredi2008-11-27
* Pass current file flags to read and write operationsGravatar Miklos Szeredi2008-10-14
* Don't allow bigger than 4kB writes by default...Gravatar Miklos Szeredi2008-06-09
* Update warning message for missing newline at end of fuse.confGravatar Miklos Szeredi2008-04-09
* Highlevel lib: don't limit paths to 4095 charactersGravatar Miklos Szeredi2008-04-06
* Support the st_blksize field in struct statGravatar Miklos Szeredi2008-02-08
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
* Support receiving file handle from kernel in GETATTR request; Allow operation...Gravatar Miklos Szeredi2008-02-08
* Update kernel interface to 7.9Gravatar Miklos Szeredi2008-02-08
* change indentingGravatar Miklos Szeredi2007-12-12
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16