aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2018-08-25Make meson build scripts subprojects friendlyMartin Blanchard
2018-07-04Document that access() is also called on chdir().Nikolaus Rath
2018-07-02fuse.h: fix typo (currenlty -> currently)William Woodruff
2018-05-24fix documentation for opendir in fuse_operationsCarl Edquist
2018-04-13Drop redundant ; from FUSE_REGISTER_MODULE()Tomohiro Kusumi
2017-11-27Spelling (#223)Josh Soref
2017-08-24Dropped support for building with autotoolsNikolaus Rath
2017-08-24Add idle_threads mount option.Joseph Dodge
2017-08-24Allow inode cache invalidation in high-level APISÅ‚awek Rudnicki
2017-08-22Document and unify error codes of fuse_lowlevel_notify_*Nikolaus Rath
2017-08-22Document meaning of zero telldir() offset.Nikolaus Rath
2017-08-06Clarified documentation for fuse_parse_cmdline()Nikolaus Rath
2017-08-06Clarify how the filesystem should handle open/create flagsNikolaus Rath
2017-08-03Simplify and fix FreeBSD fsname handlingNikolaus Rath
2017-08-03FreeBSD: supprt fsname= optionBaptiste Daroussin
2017-07-13Only declare fuse_new_30() when FUSE_USE_VERSION == 30Nikolaus Rath
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath
2017-07-07Error out if FUSE_USE_VERSION is not definedNikolaus Rath
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath
2017-06-08Clarify *_timeout semanticsNikolaus Rath
2017-05-31Clarify that destroy() is called without kernel connectionNikolaus Rath
2017-05-25Fix typo in comment.Nikolaus Rath
2017-05-25Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath
2017-04-12Improved documentation of fuse_context.private_dataNikolaus Rath
2017-04-07Document true meaning of the 'use_ino' option.Nikolaus Rath
2017-03-15open(): fix documentation of O_TRUNC flagNikolaus Rath
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath
2016-11-29Improve documentation of `fuse_file_info.keep_cache`Nikolaus Rath
2016-11-22Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsNikolaus Rath
2016-11-22Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath
2016-11-22Add support for FUSE_POSIX_ACLNikolaus Rath
2016-11-22Added support for FUSE_PARALLEL_DIROPSNikolaus Rath
2016-11-22Updated kernel API headers.Nikolaus Rath
2016-11-22Document fuse_conn_info.max_backgroundNikolaus Rath
2016-11-16Enable more capabilities by default, and document defaults.Nikolaus Rath
2016-11-16Fix typo in commentNikolaus Rath
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath
2016-11-16Fix typo in commentNikolaus Rath
2016-11-16Document special semantics of ENOSYS error code.Nikolaus Rath
2016-11-16Document "congestion_threshold" parameter.Nikolaus Rath
2016-11-14Make max_background and congestion_threshold "officially undocumented"Nikolaus Rath
2016-11-14Improve documentation of FUSE_CAP_AUTO_INVAL_DATANikolaus Rath
2016-11-14Improve getattr() descriptionNikolaus Rath
2016-11-14Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag.Nikolaus Rath