aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_lowlevel.c
AgeCommit message (Expand)AuthorLines
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
2016-10-13Use NULL for option processing function where possible.Nikolaus Rath-10/+1
2016-10-13Activate splice_read by default if write_buf is implemented.Nikolaus Rath-0/+1
2016-10-10Factored out LL_OPTIONS macroNikolaus Rath-34/+36
2016-10-10Removed 'async_read' field in fuse_conn_infoNikolaus Rath-8/+11
2016-10-10Make several -o NN options work againNikolaus Rath-5/+5
2016-10-10Use "se" instead of "f" for fuse_session pointer where possible.Nikolaus Rath-52/+53
2016-10-09Fix valgrind warningNikolaus Rath-0/+1
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath-8/+4
2016-10-05Remove pointless aliasing of fuse_session *se to *fNikolaus Rath-34/+9
2016-10-04Merge fuse_ll into fuse_session (part 8)Nikolaus Rath-6/+6
2016-10-04Merge fuse_ll into fuse_session (part 7)Nikolaus Rath-34/+30
2016-10-04Merge fuse_ll into fuse_session (part 5)Nikolaus Rath-13/+3
2016-10-04Merge fuse_ll into fuse_session (part 4)Nikolaus Rath-9/+3
2016-10-04Merge fuse_ll into fuse_session (part 3)Nikolaus Rath-13/+12
2016-10-04Merge fuse_ll into fuse_session (part 2)Nikolaus Rath-115/+115
2016-10-04Merge fuse_ll into fuse_session (part 1)Nikolaus Rath-57/+57
2016-10-03Merge master fuse_chan into fuse_session.Nikolaus Rath-138/+42
2016-10-03fuse_lowlevel_notify_poll(): use master channelNikolaus Rath-5/+4