aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_lowlevel.c
AgeCommit message (Expand)Author
2021-05-13Introduce API V2 for FUSE_PASSTHROUGH_OPENAlessio Balsini
2021-01-29FUSE passthrough: handle unstable kernel interfaceAlessio Balsini
2020-11-12Enable passthrough mode for read/write operationsAlessio Balsini
2020-03-25Fix FUSE_CANONICAL_PATH responseZim
2020-01-10Support FUSE_CANONICAL_PATH in libfuseZim
2019-11-09Update to libfuse 3.8.0Zim
2019-07-23fuse-lowlevel: set pipe size to max (#438)Giuseppe Scrivano
2019-06-13fuse_lowlevel: Add max_pages support (#384)scosu
2019-06-06Avoid pointer arithmetic with `void *`Michael Forney
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-06Delete FUSE_FSYNC_FDATASYNCNikolaus Rath
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-10-09Allow passing `/dev/fuse` file descriptor from parent processMattias Nissler
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath
2017-11-27Spelling (#223)Josh Soref
2017-08-25do_init(): print missing capabilities if there are any.Nikolaus Rath
2017-08-22Document and unify error codes of fuse_lowlevel_notify_*Nikolaus Rath
2017-08-11Fix unused variable warnings under FreeBSD.Nikolaus Rath
2017-08-07Fix support for FUSE_POSIX_ACLMarcin Sulikowski
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath
2017-06-05getgroups(): clarify codeNikolaus Rath
2017-06-05Fix comparison of integers of different signsAngelo G. Del Regno
2017-04-20make buffer size match kernel max transfer sizeCarlos Maiolino
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath
2016-11-22Make handling of -oallow_root easier to understandNikolaus 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-16Enable more capabilities by default, and document defaults.Nikolaus Rath
2016-11-16Abort if fs requests capabilities not supported by kernel.Nikolaus Rath
2016-11-16Fail more nicely on max_read mismatchNikolaus Rath
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath
2016-10-25Use "se" instead of "f" for struct fuse_sessionNikolaus Rath
2016-10-24fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath
2016-10-20Do not close stdout on fuse_session_destroy()Consus
2016-10-17fuse_session_new(): accept --debugNikolaus Rath
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath
2016-10-16fuse_session_new: accept -o debug as synonym for -dNikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-15Merge branch 'fixup-lock-options'Nikolaus Rath
2016-10-15Re-activated lost no_remote_*lock options.Nikolaus Rath
2016-10-13do_init(): treat command line options consistentlyNikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-13Move session options into sub-structNikolaus Rath
2016-10-13Use NULL for option processing function where possible.Nikolaus Rath
2016-10-13Activate splice_read by default if write_buf is implemented.Nikolaus Rath