aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_lowlevel.c
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-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-10-29remove fuse_mutex_initRosen Penev
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé
2020-08-28Suppress some bogus thread sanitizer warnings.Nikolaus Rath
2020-08-09fuse_send_data_iov(): correctly calculate total buffer size.Nikolaus Rath
2020-07-10fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)winndows
2020-05-15Avoid closing se->fd twice in fuse_lowlevel.c (#516)Fabian Vogt
2020-03-25Fix FUSE_CANONICAL_PATH responseZim
2020-03-13Fix issue preventing using splice with reads (#505)Jean-Yves VET
2020-01-10Support FUSE_CANONICAL_PATH in libfuseZim
2020-01-02Fixed memory leak in fuse_session_new()Bill Zissimopoulos
2019-11-29Kill off some proto_major < 6 checks (#476)Dr. David Alan Gilbert
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-04Introduce callback for loggingStefan Hajnoczi
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi
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