aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
AgeCommit message (Expand)Author
2021-05-07Fix doxygen warnings. (#600)Junichi Uekawa
2021-03-25Fix typos (#592)Andrew Gaul
2020-10-03Fix typo "retuned" -> "returned" (#553)ferivoz
2020-08-09Doc fixes (#537)Junichi Uekawa
2020-01-31Update comment for the copy_file_range operation (#497)Florian Weimer
2020-01-27Remove trailing comma in enums (#494)zsugabubus
2019-12-31Style: Fix an indention in comments (#480)Changli Gao
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos
2019-11-03Implement lseek operation (#457)Yuri Per
2019-04-06Various documentation improvementsAlan Somers
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André
2019-03-10Improve documentation for the flush method (#378)Alan Somers
2018-11-19libfuse: add copy_file_range() supportNiels de Vos
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler
2018-08-29return different non-zero error codes (#290)Oded Arbel
2018-07-02fuse.h: fix typo (currenlty -> currently)William Woodruff
2018-05-24fix documentation for opendir in fuse_operationsCarl Edquist
2018-04-13Drop redundant ; from FUSE_REGISTER_MODULE()Tomohiro Kusumi
2017-11-27Spelling (#223)Josh Soref
2017-08-24Add idle_threads mount option.Joseph Dodge
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki
2017-08-22Document meaning of zero telldir() offset.Nikolaus Rath
2017-08-06Clarify how the filesystem should handle open/create flagsNikolaus Rath
2017-07-13Only declare fuse_new_30() when FUSE_USE_VERSION == 30Nikolaus Rath
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-05-25Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath
2017-04-12Improved documentation of fuse_context.private_dataNikolaus Rath
2017-04-07Document true meaning of the 'use_ino' option.Nikolaus Rath
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-22Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath
2016-11-16Fix typo in commentNikolaus Rath
2016-11-16Add support for more detailed error codes from main loopNikolaus 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-27Removed some more "Changed in version x.py" comments.Nikolaus Rath
2016-10-27Recommend when to use -o default_permissions automaticallyNikolaus 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-16fuse_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-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-10fuse_main(): extend support for printing helpNikolaus Rath
2016-10-02Edited comments for clarity.Nikolaus Rath
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath