aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add FALLOCATE operationGravatar Anatol Pomozov2012-06-18
* use flexible array in include/fuse_kernel.hGravatar Miklos Szeredi2012-04-20
* Add 'flag_utime_omit_ok' flag to fuse_operationsGravatar Miklos Szeredi2012-04-10
* Revert "Add mmap() and munmap() methods to low level API"Gravatar Miklos Szeredi2012-01-24
* fuse: documentation update for forgetGravatar Nikolaus Rath2011-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
* Add ->flock() operation to low and high level interfacesGravatar Miklos Szeredi2011-07-06
* add "remember" optionGravatar therealneworld@gmail.com2011-06-02
* adding details to utimens doxygen commentsGravatar Reuben Hawkins2011-05-25
* 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
* Fix fuse_buf_copy_flags valuesGravatar Miklos Szeredi2010-11-12
* add read_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* add write_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* store fuse_buf inside fuse_bufvecGravatar Miklos Szeredi2010-11-10
* bump the API version as well to 2.9Gravatar Miklos Szeredi2010-11-10
* libfuse: add retrieve requestGravatar 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
* Add .gitignore filesGravatar Miklos Szeredi2010-06-24
* update fuse_kernel.hGravatar Miklos Szeredi2010-06-23
* * 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
* * Add a nopath option and flag, indicating that path argumentGravatar Miklos Szeredi2010-06-15
* * Fix definition of FUSE_OPT_ENT for C++. Reported by TimGravatar Miklos Szeredi2010-02-18
* * Fix stack alignment for clone()Gravatar Miklos Szeredi2010-02-18
* Doc fixGravatar Miklos Szeredi2009-11-02
* * 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 missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported b...Gravatar Miklos Szeredi2009-06-18
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hGravatar Miklos Szeredi2009-05-25
* documentation updateGravatar Miklos Szeredi2009-02-06
* * 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
* * Allow commas in options to be escaped with a backslash * Add new function: ...Gravatar Miklos Szeredi2008-10-16
* Pass current file flags to read and write operationsGravatar Miklos Szeredi2008-10-14
* API documentation update by Daniel BenamyGravatar Miklos Szeredi2008-08-21