aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
AgeCommit message (Expand)AuthorLines
2024-07-03Annotate ABI sensitivness for some data structuresBernd Schubert-1/+5
2024-07-03high-level: add fmask and dmask optionsgandalfs_cat-0/+8
2024-05-13Add in the libfuse version a program was compiled with (#942)Bernd Schubert-23/+85
2024-03-20Add FUSE_FILL_DIR_DEFAULTS enum (#903)FredyVia-0/+2
2023-10-09Fixes typo in fuse.h (#844)Nikola Petrov-1/+1
2023-04-11Fix doxygen warning about parameter nameMatthias Goergens-1/+1
2023-03-03Enable parallel direct writes on the same file.Dharmendra singh-0/+14
2023-02-09Split config.h into private and public configBernd Schubert-5/+5
2023-01-04Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert-0/+12
2022-09-04fuse_session_loop_mt: Accept a NULL config - use defaultsBernd Schubert-1/+1
2022-09-04API update for fuse_loop_config additionsBernd Schubert-0/+3
2022-04-20patch: document ignored fill parameter of readdirAndré Schröder-0/+7
2022-01-03Add no_rofd_flush mount optionAmir Goldstein-0/+8
2021-12-12Document possible NULL paths when directories are removed (#633)Maximilian Heinzler-0/+6
2021-05-07Fix doxygen warnings. (#600)Junichi Uekawa-9/+12
2021-03-25Fix typos (#592)Andrew Gaul-5/+5
2020-10-03Fix typo "retuned" -> "returned" (#553)ferivoz-1/+1
2020-08-09Doc fixes (#537)Junichi Uekawa-2/+2
2020-01-31Update comment for the copy_file_range operation (#497)Florian Weimer-3/+4
2020-01-27Remove trailing comma in enums (#494)zsugabubus-2/+2
2019-12-31Style: Fix an indention in comments (#480)Changli Gao-2/+2
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos-0/+11
2019-11-03Implement lseek operation (#457)Yuri Per-0/+7
2019-04-06Various documentation improvementsAlan Somers-13/+12
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André-3/+7
2019-03-10Improve documentation for the flush method (#378)Alan Somers-13/+20
2018-11-19libfuse: add copy_file_range() supportNiels de Vos-0/+22
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-0/+10
2018-08-29return different non-zero error codes (#290)Oded Arbel-0/+9
2018-07-02fuse.h: fix typo (currenlty -> currently)William Woodruff-1/+1
2018-05-24fix documentation for opendir in fuse_operationsCarl Edquist-1/+1
2018-04-13Drop redundant ; from FUSE_REGISTER_MODULE()Tomohiro Kusumi-1/+1
2017-11-27Spelling (#223)Josh Soref-8/+8
2017-08-24Add idle_threads mount option.Joseph Dodge-3/+7
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-0/+13
2017-08-22Document meaning of zero telldir() offset.Nikolaus Rath-0/+6
2017-08-06Clarify how the filesystem should handle open/create flagsNikolaus Rath-13/+46
2017-07-13Only declare fuse_new_30() when FUSE_USE_VERSION == 30Nikolaus Rath-2/+2
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-0/+19
2017-05-25Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath-2/+10
2017-04-12Improved documentation of fuse_context.private_dataNikolaus Rath-13/+20
2017-04-07Document true meaning of the 'use_ino' option.Nikolaus Rath-1/+6
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath-0/+2
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath-4/+9
2016-11-22Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath-0/+12
2016-11-16Fix typo in commentNikolaus Rath-1/+1
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath-2/+2
2016-11-06Fix documentation: fuse_file_info may be NULL for open filesNikolaus Rath-8/+12
2016-11-06Removed reference to fgetattr and ftruncate (don't exist anymore)Nikolaus Rath-3/+3
2016-11-06Fixed typo in comment.Nikolaus Rath-1/+1