aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_lowlevel.c
AgeCommit message (Expand)AuthorLines
2022-09-08Use destroy_req instead of free to destroy fuse_reqFrank Dinoff-1/+3
2022-04-17Set FUSE_INIT_EXT in fuse_init_out::flagsBernd Schubert-2/+5
2022-04-08Modify structures in libfuse to handle flags beyond 32 bits.Dharmendra Singh-36/+45
2022-03-21Fix fd leak with clone_fdFrank Dinoff-3/+9
2022-01-03Add support for FOPEN_NOFLUSH flagAmir Goldstein-0/+2
2020-10-29remove fuse_mutex_initRosen Penev-2/+2
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé-0/+4
2020-08-28Suppress some bogus thread sanitizer warnings.Nikolaus Rath-1/+9
2020-08-09fuse_send_data_iov(): correctly calculate total buffer size.Nikolaus Rath-1/+1
2020-07-10fuse_lowlevel: Move assert for se before dereferencing it with se->debug (#530)winndows-2/+1
2020-05-15Avoid closing se->fd twice in fuse_lowlevel.c (#516)Fabian Vogt-0/+1
2020-03-13Fix issue preventing using splice with reads (#505)Jean-Yves VET-8/+6
2020-01-02Fixed memory leak in fuse_session_new()Bill Zissimopoulos-1/+2
2019-11-29Kill off some proto_major < 6 checks (#476)Dr. David Alan Gilbert-5/+5
2019-11-27Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen-0/+4
2019-11-03Implement lseek operation (#457)Yuri Per-0/+25
2019-09-04Introduce callback for loggingStefan Hajnoczi-47/+47
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi-2/+2
2019-07-23fuse-lowlevel: set pipe size to max (#438)Giuseppe Scrivano-0/+35
2019-06-13fuse_lowlevel: Add max_pages support (#384)scosu-9/+21
2019-06-06Avoid pointer arithmetic with `void *`Michael Forney-1/+1
2019-04-16Add documentation for opting out of opendir and releasedir (#391)Chad Austin-0/+2
2019-04-06Add support for in-kernel readdir caching.Nikolaus Rath-0/+2
2019-04-06Delete FUSE_FSYNC_FDATASYNCNikolaus Rath-2/+2
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers-6/+8
2018-11-19libfuse: add copy_file_range() supportNiels de Vos-0/+22
2018-10-09Allow passing `/dev/fuse` file descriptor from parent processMattias Nissler-3/+24
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath-1/+2
2017-11-27Spelling (#223)Josh Soref-1/+1
2017-08-25do_init(): print missing capabilities if there are any.Nikolaus Rath-1/+2
2017-08-22Document and unify error codes of fuse_lowlevel_notify_*Nikolaus Rath-3/+9
2017-08-11Fix unused variable warnings under FreeBSD.Nikolaus Rath-0/+1
2017-08-07Fix support for FUSE_POSIX_ACLMarcin Sulikowski-0/+2
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath-1/+2
2017-06-05getgroups(): clarify codeNikolaus Rath-1/+1
2017-06-05Fix comparison of integers of different signsAngelo G. Del Regno-3/+3
2017-04-20make buffer size match kernel max transfer sizeCarlos Maiolino-3/+5
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath-0/+4
2016-11-22Make handling of -oallow_root easier to understandNikolaus Rath-6/+17
2016-11-22Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath-0/+3
2016-11-22Add support for FUSE_POSIX_ACLNikolaus Rath-0/+2
2016-11-22Added support for FUSE_PARALLEL_DIROPSNikolaus Rath-0/+3
2016-11-16Enable more capabilities by default, and document defaults.Nikolaus Rath-1/+11
2016-11-16Abort if fs requests capabilities not supported by kernel.Nikolaus Rath-0/+9
2016-11-16Fail more nicely on max_read mismatchNikolaus Rath-1/+4
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath-0/+1
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath-0/+8
2016-10-25Use "se" instead of "f" for struct fuse_sessionNikolaus Rath-90/+90
2016-10-24fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath-1/+11
2016-10-20Do not close stdout on fuse_session_destroy()Consus-1/+3