aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_kernel.h
Commit message (Expand)AuthorAge
* Updated kernel API headers.Gravatar Nikolaus Rath2016-11-22
* libfuse: add "clone_fd" optionGravatar Miklos Szeredi2015-05-18
* libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()Gravatar Miklos Szeredi2015-04-23
* libfuse: add flags to ->rename()Gravatar Miklos Szeredi2014-07-15
* libfuse: allow setting ctime in ->setattr()Gravatar Miklos Szeredi2014-07-15
* libfuse: add "time_gran" optionGravatar Miklos Szeredi2014-07-15
* libfuse: Add "async_dio" and "writeback_cache" optionsGravatar Miklos Szeredi2014-01-29
* fuse: synchronize fuse_kernel.h header with the linux kernelGravatar Miklos Szeredi2013-05-20
* libfuse: allow disabling adaptive readdirplusGravatar Eric Wong2013-02-07
* libfuse: add poll_events to fuse_file_infoGravatar Enke Chen2013-02-07
* libfuse: add readdirplus support in fuse_lowlevel_opsGravatar Feng Shuo2013-02-07
* fuse_kernel.h: clean includesGravatar Riku Voipio2013-02-07
* libfuse: Add '[no_]auto_inval_data' mount optionGravatar Feng Shuo2013-02-06
* libfuse: add missing INIT flagsGravatar Miklos Szeredi2013-02-06
* Add FALLOCATE operationGravatar Anatol Pomozov2012-06-18
* use flexible array in include/fuse_kernel.hGravatar Miklos Szeredi2012-04-20
* Revert "Add mmap() and munmap() methods to low level API"Gravatar Miklos Szeredi2012-01-24
* 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
* Add ->flock() operation to low and high level interfacesGravatar Miklos Szeredi2011-07-06
* Fix ioctl ABIGravatar Miklos Szeredi2011-05-19
* Allow batching of forget requestsGravatar Miklos Szeredi2011-05-19
* libfuse: add retrieve requestGravatar Miklos Szeredi2010-11-08
* libfuse: add store requestGravatar Miklos Szeredi2010-11-08
* update fuse_kernel.hGravatar Miklos Szeredi2010-06-23
* * Make the number of max background requests and congestionGravatar Miklos Szeredi2010-06-23
* * 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
* CUSE patches from Tejun HeoGravatar Miklos Szeredi2009-06-18
* * 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
* Remove fuse kernel module sourcesGravatar Miklos Szeredi2008-06-16