aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_kernel.h
AgeCommit message (Expand)Author
2020-01-27Remove trailing comma in enums (#494)zsugabubus
2019-07-09Sync fuse_kernel.h with Linux 5.2 (#433)Kirill Smelkov
2019-04-06Synchronize fuse_kernel.h with current kernel master.Nikolaus Rath
2019-04-06Delete FUSE_FSYNC_FDATASYNCNikolaus Rath
2019-03-09Fix the changelog entry for protocol version 7.12 (#374)Alan Somers
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers
2018-11-19libfuse: add copy_file_range() supportNiels de Vos
2018-11-19Update kernel API headersNiels de Vos
2016-11-22Updated kernel API headers.Nikolaus Rath
2015-05-18libfuse: add "clone_fd" optionMiklos Szeredi
2015-04-23libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()Miklos Szeredi
2014-07-15libfuse: add flags to ->rename()Miklos Szeredi
2014-07-15libfuse: allow setting ctime in ->setattr()Miklos Szeredi
2014-07-15libfuse: add "time_gran" optionMiklos Szeredi
2014-01-29libfuse: Add "async_dio" and "writeback_cache" optionsMiklos Szeredi
2013-05-20fuse: synchronize fuse_kernel.h header with the linux kernelMiklos Szeredi
2013-02-07libfuse: allow disabling adaptive readdirplusEric Wong
2013-02-07libfuse: add poll_events to fuse_file_infoEnke Chen
2013-02-07libfuse: add readdirplus support in fuse_lowlevel_opsFeng Shuo
2013-02-07fuse_kernel.h: clean includesRiku Voipio
2013-02-06libfuse: Add '[no_]auto_inval_data' mount optionFeng Shuo
2013-02-06libfuse: add missing INIT flagsMiklos Szeredi
2012-06-18Add FALLOCATE operationAnatol Pomozov
2012-04-20use flexible array in include/fuse_kernel.hMiklos Szeredi
2012-01-24Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi
2011-12-07libfuse: Notifying the kernel of deletion.John Muir
2011-12-06Add mmap() and munmap() methods to low level APIMiklos Szeredi
2011-12-05Add support for ioctl on directoriesMiklos Szeredi
2011-07-06Add ->flock() operation to low and high level interfacesMiklos Szeredi
2011-05-19Fix ioctl ABIMiklos Szeredi
2011-05-19Allow batching of forget requestsMiklos Szeredi
2010-11-08libfuse: add retrieve requestMiklos Szeredi
2010-11-08libfuse: add store requestMiklos Szeredi
2010-06-23update fuse_kernel.hMiklos Szeredi
2010-06-23* Make the number of max background requests and congestionMiklos Szeredi
2009-07-16* Clarify how the protocol version should be negotiated betweenMiklos Szeredi
2009-07-02* The context is extended with a 'umask' field. The umask is sentMiklos Szeredi
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi
2008-12-08* Implement poll support. Patch by Tejun HeoMiklos Szeredi
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi
2008-11-28If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Miklos Szeredi
2008-06-16Remove fuse kernel module sourcesMiklos Szeredi