aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
AgeCommit message (Expand)Author
2023-05-09libfuse: add setxattr functionandroid14-devjunchao yuan
2022-05-23Extend initialization flags and FUSE_PASSTHROUGH to 64 bitsAlessio Balsini
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
2020-11-12Enable passthrough mode for read/write operationsAlessio Balsini
2020-10-09Released 3.10.0Nikolaus Rath
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé
2020-01-27Remove trailing comma in enums (#494)zsugabubus
2019-12-31Bump FUSE_MINOR_VERSIONNikolaus Rath
2019-11-27Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen
2019-11-09Update to libfuse 3.8.0Zim
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-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-06Various documentation improvementsAlan Somers
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath
2017-11-27Spelling (#223)Josh Soref
2017-08-24Add idle_threads mount option.Joseph Dodge
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath
2017-06-08Clarify *_timeout semanticsNikolaus Rath
2017-03-15open(): fix documentation of O_TRUNC flagNikolaus 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-22Document fuse_conn_info.max_backgroundNikolaus Rath
2016-11-16Enable more capabilities by default, and document defaults.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 description of FUSE_CAP_NO_OPEN_SUPPORT flag.Nikolaus Rath
2016-11-10Added documentation for FUSE_CAP_FLOCK_LOCKSNikolaus Rath
2016-11-10Improve documentation of fuse_conn_info.time_gran.Nikolaus Rath
2016-10-28Clean-up doxygen documentationNikolaus Rath
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath
2016-10-27Removed some more "Changed in version x.py" comments.Nikolaus Rath
2016-10-27Improve documentation of capability flags.Nikolaus Rath
2016-10-20Removed all "Introduced in..." commentsNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13do_init(): treat command line options consistentlyNikolaus Rath
2016-10-10Removed 'async_read' field in fuse_conn_infoNikolaus Rath
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath