aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath
2016-11-29Improve documentation of `fuse_file_info.keep_cache`Nikolaus Rath
2016-11-22Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsNikolaus 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-22Updated kernel API headers.Nikolaus Rath
2016-11-22Document fuse_conn_info.max_backgroundNikolaus Rath
2016-11-16Enable more capabilities by default, and document defaults.Nikolaus Rath
2016-11-16Fix typo in commentNikolaus Rath
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath
2016-11-16Fix typo in commentNikolaus Rath
2016-11-16Document special semantics of ENOSYS error code.Nikolaus Rath
2016-11-16Document "congestion_threshold" parameter.Nikolaus Rath
2016-11-14Make max_background and congestion_threshold "officially undocumented"Nikolaus Rath
2016-11-14Improve documentation of FUSE_CAP_AUTO_INVAL_DATANikolaus Rath
2016-11-14Improve getattr() descriptionNikolaus Rath
2016-11-14Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag.Nikolaus Rath
2016-11-10Added documentation for FUSE_CAP_FLOCK_LOCKSNikolaus Rath
2016-11-10Improve documentation of fuse_conn_info.time_gran.Nikolaus Rath
2016-11-06Fix documentation: fuse_file_info may be NULL for open filesNikolaus Rath
2016-11-06Removed reference to fgetattr and ftruncate (don't exist anymore)Nikolaus Rath
2016-11-06Fixed typo in comment.Nikolaus Rath
2016-10-28Clean-up doxygen documentationNikolaus Rath
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath
2016-10-27Removed some more "Changed in version x.py" comments.Nikolaus Rath
2016-10-27Recommend when to use -o default_permissions automaticallyNikolaus Rath
2016-10-27Improve documentation of capability flags.Nikolaus Rath
2016-10-25Clarify difference between notify_inval_entry and notify_delete().Nikolaus Rath
2016-10-24fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath
2016-10-20Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath
2016-10-20Pass struct fuse_config to high-level init() handler.Nikolaus Rath
2016-10-20Removed all "Introduced in..." commentsNikolaus Rath
2016-10-16Default to FUSE_USE_VERSION 30Nikolaus Rath
2016-10-16fuse_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath
2016-10-16fuse_session_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-13Mention atomic_o_trunc capability in description of open() handler.Nikolaus Rath
2016-10-13do_init(): treat command line options consistentlyNikolaus Rath
2016-10-10Document when fuse_reply_data will use splice()Nikolaus Rath
2016-10-10Removed 'async_read' field in fuse_conn_infoNikolaus Rath
2016-10-10fuse_main(): extend support for printing helpNikolaus Rath
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath
2016-10-09Fix documentation of fuse_parse_cmdline().Nikolaus Rath
2016-10-08Update list of requests that can be answered with fuse_reply_none().Nikolaus Rath
2016-10-08Clarify that readdir() *may* report . and .. entries.Nikolaus Rath