aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-24Merge tag 'fuse-3.10.5' into HEADandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Alessio Balsini
2021-11-16Support fuse-bpfAlessio Balsini
2021-05-19Define FUSE_USE_VERSION in Doxygen. (#608)Junichi Uekawa
2021-05-13Introduce API V2 for FUSE_PASSTHROUGH_OPENAlessio Balsini
2021-05-07Fix doxygen warnings. (#600)Junichi Uekawa
2021-04-23Add missing exceptions to fuse_reply_err() documentation. (#597)Manuel Jacob
2021-03-30Fix typo in fuse_lowlevel.h (#593)Tobias Nießen
2021-03-25Fix typos (#592)Andrew Gaul
2021-01-29FUSE passthrough: handle unstable kernel interfaceAlessio Balsini
2021-01-10Fix typo (#578)Feverfew
2020-11-12Enable passthrough mode for read/write operationsAlessio Balsini
2020-10-09Released 3.10.0Nikolaus Rath
2020-10-03Fix typo "retuned" -> "returned" (#553)ferivoz
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé
2020-08-09Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon
2020-08-09Doc fixes (#537)Junichi Uekawa
2020-01-31Update comment for the copy_file_range operation (#497)Florian Weimer
2020-01-27Remove trailing comma in enums (#494)zsugabubus
2020-01-10Support FUSE_CANONICAL_PATH in libfuseZim
2019-12-31Style: Fix an indention in comments (#480)Changli Gao
2019-12-31Bump FUSE_MINOR_VERSIONNikolaus Rath
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos
2019-11-27Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen
2019-11-09Update to libfuse 3.8.0Zim
2019-11-03Implement lseek operation (#457)Yuri Per
2019-09-10log: move fuse_log() to the public header fileStefan Hajnoczi
2019-09-04Introduce callback for loggingStefan Hajnoczi
2019-08-23Shorten comment.Nikolaus Rath
2019-08-23Improve description of READDIRPLUS_AUTO.Nikolaus Rath
2019-08-23Clarify bitfield padding issue (#445)AsumFace
2019-07-09Sync fuse_kernel.h with Linux 5.2 (#433)Kirill Smelkov
2019-05-24Remove incorrect comment about fuse_entry_param.generation (#420)Alan Somers
2019-04-16Add documentation for opting out of opendir and releasedir (#391)Chad Austin
2019-04-06Add support for in-kernel readdir caching.Nikolaus Rath
2019-04-06Synchronize fuse_kernel.h with current kernel master.Nikolaus Rath
2019-04-06Delete FUSE_FSYNC_FDATASYNCNikolaus Rath
2019-04-06Various documentation improvementsAlan Somers
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André
2019-03-10Improve documentation for the flush method (#378)Alan Somers
2019-03-09Improve readdir() and file handle documentationChad Austin
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
2019-01-21Clarify documentation of fuse_lowlevel_inval_inodeNikolaus Rath
2018-11-19libfuse: add copy_file_range() supportNiels de Vos
2018-11-19Update kernel API headersNiels de Vos
2018-11-06Document when `fuse_lowlevel_notify_*` functions may block.Nikolaus Rath
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler
2018-09-20Clarify what qualifies as a "related operation" for notify_inval_entry.Nikolaus Rath
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath
2018-08-29return different non-zero error codes (#290)Oded Arbel