aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2016-12-23Set IGNORE_MTAB when running under NetBSDNikolaus Rath-3/+4
2016-12-23Memory leak fixed in file : mount_bsd.citsdeepak-4/+14
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath-1/+6
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath-1/+9
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-4/+4
2016-11-22Make handling of -oallow_root easier to understandNikolaus Rath-37/+20
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-1/+7
2016-10-28Clean-up doxygen documentationNikolaus Rath-2/+0
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath-1/+1
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath-0/+23
2016-10-25Use "se" instead of "f" for struct fuse_sessionNikolaus Rath-106/+106
2016-10-24Added debug logging to chmodNikolaus Rath-1/+8
2016-10-24Fix segfault in debug logging codeNikolaus Rath-17/+32
2016-10-24fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath-1/+11
2016-10-20Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath-9/+7
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-6/+0
2016-10-20Pass struct fuse_config to high-level init() handler.Nikolaus Rath-34/+10
2016-10-20Accept zero value for fuse_conn_info optionsNikolaus Rath-5/+15
2016-10-20Do not close stdout on fuse_session_destroy()Consus-1/+3
2016-10-18Cast to void where we deliberately ignore return valuesNikolaus Rath-2/+2
2016-10-18Ignore some errorsMihail Konev-2/+2
2016-10-17Update linker scriptNikolaus Rath-2/+2
2016-10-17fuse_session_new(): accept --debugNikolaus Rath-1/+1
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath-21/+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-21/+16
2016-10-15Removed -o nopath - it never did anythingNikolaus Rath-2/+0
2016-10-15Removed -o nonempty optionNikolaus Rath-47/+0
2016-10-15Drop -o large_read mount optionNikolaus Rath-3/+0
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath-158/+63
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-123/+127
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-11/+12
2016-10-13Move session options into sub-structNikolaus Rath-38/+40
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/+13
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-10fuse_main(): extend support for printing helpNikolaus Rath-0/+3
2016-10-09fuse_main_real(): use fuse_parse_cmdline().Nikolaus Rath-11/+1