aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorLines
2025-06-05Update how to use the io_uring and io_uring_q_depth mount optionsizxl007-4/+4
2025-04-28Add a README for fuse-over-io-uringBernd Schubert-0/+38
2025-03-11doc: Add new README about notification operationsLuis Henriques-0/+37
2024-10-30Correct arg documentation for FUSE_READLINKBernd Schubert-1/+1
2024-10-20Update libfuse-operations.txt for FUSE_SYMLINKBernd Schubert-2/+2
2024-08-07doc/libfuse-operations: Fix FUSE_STATX in_args[1] descriptionJoanne Koong-1/+1
2024-07-03Add list of libfuse (kernel) operationsBernd Schubert-0/+418
2024-07-03high-level: add fmask and dmask optionsgandalfs_cat-2/+2
2024-04-02Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)Bernd Schubert-0/+11
2023-04-12Fix doxygen deprecation warning (#774)Matthias Görgens-638/+2098
2023-04-04Document risks of auto_unmount (#763)Nikolaus Rath-0/+15
2021-08-25fix spellinga1346054-1/+1
2021-06-09fix typo in man (#609)Sergey Fedoseev-1/+1
2021-05-19Define FUSE_USE_VERSION in Doxygen. (#608)Junichi Uekawa-1/+1
2021-05-08doc: Add "fuse (4)" to SEE ALSO sections in man pages (#601)rfjakob-0/+2
2021-05-05fusermount3.1: refer to mount.fuse3 (#599)Junichi Uekawa-1/+1
2020-10-03Fix typo "retuned" -> "returned" (#553)ferivoz-1/+1
2020-08-09Doc fixes (#537)Junichi Uekawa-2/+2
2020-07-03Fix the typo "filed" -> "field" in fuse manpage (#524)winndows-1/+1
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-0/+10
2018-07-04Fix manpage filename for mount.fuse3Laszlo Boszormenyi (GCS)-1/+1
2018-03-28Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi-1/+1
2017-11-27Spelling (#223)Josh Soref-2/+2
2017-10-20Don't install manpages under *BSDNikolaus Rath-1/+3
2017-10-20Don't use Python mode for meson.buildNikolaus Rath-3/+0
2017-09-17Include source code in documentation.Nikolaus Rath-1/+1
2017-09-17Added some documentation of fuse internals.Nikolaus Rath-0/+17
2017-08-24Dropped support for building with autotoolsNikolaus Rath-5/+0
2017-03-16Document that -o auto_unmount implies -o nodev,nosuidNikolaus Rath-0/+4
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-1/+6
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-19/+20
2016-11-22Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsNikolaus Rath-3/+6
2016-11-17Distinguish between mount options and libfuse optionsNikolaus Rath-14/+18
2016-11-17Fixed manpage formatting.Nikolaus Rath-2/+1
2016-11-06Removed reference to developer-notes.rst (was removed earlier)Nikolaus Rath-1/+1
2016-11-06Fixed section names in documentation indexNikolaus Rath-2/+2
2016-10-28Clean-up doxygen documentationNikolaus Rath-791/+537
2016-10-27man: Document suid requirementMihail Konev-2/+2
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath-1/+7
2016-10-27Recommend when to use -o default_permissions automaticallyNikolaus Rath-0/+3
2016-10-27Describe all mount options in mount.fuse(8).Nikolaus Rath-78/+99
2016-10-27Improve documentation of -o default_permissionsNikolaus Rath-1/+9
2016-10-27Improve man page titleNikolaus Rath-1/+1
2016-10-25Clarify which mount options are intended for file-system internal use.Nikolaus Rath-7/+9
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-28/+4
2016-10-20Document -o remember= mount option.Nikolaus Rath-3/+6
2016-10-20mount.fuse(8): remove max_readahead, max_write, [a]sync_readNikolaus Rath-12/+0
2016-10-16Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORTNikolaus Rath-5/+5
2016-10-16Various documentation updatesNikolaus Rath-56/+35
2016-10-16Updated man-pages.Nikolaus Rath-37/+68