aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_lowlevel.c
Commit message (Expand)AuthorAge
* 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
* lib/fuse_lowlevel.c: fix a fuse_req leak in do_forget()Gravatar Miklos Szeredi2007-09-05
* Send debug output to stderr instead of stdoutGravatar Miklos Szeredi2007-06-18
* lowlevel lib: add fuse_reply_iov function...Gravatar Miklos Szeredi2007-05-23
* update copyright datesGravatar Miklos Szeredi2007-04-25
* Add filesystem stacking support to high level APIGravatar Miklos Szeredi2007-02-03
* build fixesGravatar Miklos Szeredi2006-12-04
* fixesGravatar Miklos Szeredi2006-11-11
* Add DESTROY messageGravatar Miklos Szeredi2006-10-08
* Add support for FLUSH+RELEASE operationGravatar Miklos Szeredi2006-10-01
* API changesGravatar Miklos Szeredi2006-09-30
* bmap supportGravatar Miklos Szeredi2006-09-30