aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2019-09-04Introduce callback for loggingStefan Hajnoczi-1/+76
2019-08-23Shorten comment.Nikolaus Rath-5/+0
2019-08-23Improve description of READDIRPLUS_AUTO.Nikolaus Rath-0/+9
2019-08-23Clarify bitfield padding issue (#445)AsumFace-2/+8
2019-07-09Sync fuse_kernel.h with Linux 5.2 (#433)Kirill Smelkov-1/+24
2019-05-24Remove incorrect comment about fuse_entry_param.generation (#420)Alan Somers-3/+0
2019-04-16Add documentation for opting out of opendir and releasedir (#391)Chad Austin-0/+19
2019-04-06Add support for in-kernel readdir caching.Nikolaus Rath-5/+13
2019-04-06Synchronize fuse_kernel.h with current kernel master.Nikolaus Rath-2/+18
2019-04-06Delete FUSE_FSYNC_FDATASYNCNikolaus Rath-7/+0
2019-04-06Various documentation improvementsAlan Somers-18/+28
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André-5/+12
2019-03-10Improve documentation for the flush method (#378)Alan Somers-15/+26
2019-03-09Improve readdir() and file handle documentationChad Austin-11/+22
2019-03-09Fix the changelog entry for protocol version 7.12 (#374)Alan Somers-1/+1
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers-0/+7
2019-01-21Clarify documentation of fuse_lowlevel_inval_inodeNikolaus Rath-8/+8
2018-11-19libfuse: add copy_file_range() supportNiels de Vos-45/+117
2018-11-19Update kernel API headersNiels de Vos-1/+7
2018-11-06Document when `fuse_lowlevel_notify_*` functions may block.Nikolaus Rath-0/+13
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-0/+10
2018-09-20Clarify what qualifies as a "related operation" for notify_inval_entry.Nikolaus Rath-6/+13
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath-4/+15
2018-08-29return different non-zero error codes (#290)Oded Arbel-0/+9
2018-08-25Make meson build scripts subprojects friendlyMartin Blanchard-1/+0
2018-07-04Document that access() is also called on chdir().Nikolaus Rath-3/+3
2018-07-02fuse.h: fix typo (currenlty -> currently)William Woodruff-1/+1
2018-05-24fix documentation for opendir in fuse_operationsCarl Edquist-1/+1
2018-04-13Drop redundant ; from FUSE_REGISTER_MODULE()Tomohiro Kusumi-1/+1
2017-11-27Spelling (#223)Josh Soref-12/+12
2017-08-24Dropped support for building with autotoolsNikolaus Rath-14/+0
2017-08-24Add idle_threads mount option.Joseph Dodge-7/+38
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-0/+13
2017-08-22Document and unify error codes of fuse_lowlevel_notify_*Nikolaus Rath-12/+31
2017-08-22Document meaning of zero telldir() offset.Nikolaus Rath-15/+13
2017-08-06Clarified documentation for fuse_parse_cmdline()Nikolaus Rath-0/+3
2017-08-06Clarify how the filesystem should handle open/create flagsNikolaus Rath-25/+75
2017-08-03Simplify and fix FreeBSD fsname handlingNikolaus Rath-4/+0
2017-08-03FreeBSD: supprt fsname= optionBaptiste Daroussin-0/+4
2017-07-13Only declare fuse_new_30() when FUSE_USE_VERSION == 30Nikolaus Rath-2/+2
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-2/+21
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath-2/+3
2017-07-07Error out if FUSE_USE_VERSION is not definedNikolaus Rath-1/+1
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath-3/+0
2017-06-08Clarify *_timeout semanticsNikolaus Rath-4/+10
2017-05-31Clarify that destroy() is called without kernel connectionNikolaus Rath-2/+4
2017-05-25Fix typo in comment.Nikolaus Rath-1/+1
2017-05-25Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath-2/+17
2017-04-12Improved documentation of fuse_context.private_dataNikolaus Rath-13/+20
2017-04-07Document true meaning of the 'use_ino' option.Nikolaus Rath-1/+6