aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_lowlevel.c
AgeCommit message (Expand)AuthorLines
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
2016-10-17fuse_session_new(): accept --debugNikolaus Rath-1/+1
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath-1/+6
2016-10-16fuse_session_new: accept -o debug as synonym for -dNikolaus Rath-0/+1
2016-10-15Make --help output more suitable for end-userNikolaus Rath-0/+6
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-99/+0
2016-10-15Merge branch 'fixup-lock-options'Nikolaus Rath-0/+3
2016-10-15Re-activated lost no_remote_*lock options.Nikolaus Rath-0/+3
2016-10-13do_init(): treat command line options consistentlyNikolaus Rath-47/+53
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath-3/+1
2016-10-13Move session options into sub-structNikolaus Rath-29/+28