index
:
delta/fuse.git
baserock/fuse_2_9_4-fix-armv8
baserock/genivi/morph
baserock/gnome
baserock/morph
baserock/tiagogomes/armv8l64
clone_fd
fixup
fuse-2_9_bugfix
fuse_1_1_bugfix
fuse_2_0_bugfix
fuse_2_2_bugfix
fuse_2_4_bugfix
fuse_2_5_bugfix
fuse_2_6_bugfix
fuse_2_7_bugfix
fuse_2_8_bugfix
fuse_2_9_bugfix
fuse_3_0_bugfix
github-ci
master
mountopts
store-retrieve
sync_release
xfstests
github.com: libfuse/libfuse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix doxygen deprecation warning (#774)
Matthias Görgens
2023-04-12
1
-638
/
+2098
*
Document risks of auto_unmount (#763)
Nikolaus Rath
2023-04-04
1
-0
/
+15
*
fix spelling
a1346054
2021-08-25
1
-1
/
+1
*
fix typo in man (#609)
Sergey Fedoseev
2021-06-09
1
-1
/
+1
*
Define FUSE_USE_VERSION in Doxygen. (#608)
Junichi Uekawa
2021-05-19
1
-1
/
+1
*
doc: Add "fuse (4)" to SEE ALSO sections in man pages (#601)
rfjakob
2021-05-08
2
-0
/
+2
*
fusermount3.1: refer to mount.fuse3 (#599)
Junichi Uekawa
2021-05-05
1
-1
/
+1
*
Fix typo "retuned" -> "returned" (#553)
ferivoz
2020-10-03
1
-1
/
+1
*
Doc fixes (#537)
Junichi Uekawa
2020-08-09
1
-2
/
+2
*
Fix the typo "filed" -> "field" in fuse manpage (#524)
winndows
2020-07-03
1
-1
/
+1
*
Add unprivileged option in `mount.fuse3`
Mattias Nissler
2018-10-09
1
-0
/
+10
*
Fix manpage filename for mount.fuse3
Laszlo Boszormenyi (GCS)
2018-07-04
2
-1
/
+1
*
Fix build error on DragonFlyBSD (sync with other *BSD) (#240)
Tomohiro Kusumi
2018-03-28
1
-1
/
+1
*
Spelling (#223)
Josh Soref
2017-11-27
1
-2
/
+2
*
Don't install manpages under *BSD
Nikolaus Rath
2017-10-20
1
-1
/
+3
*
Don't use Python mode for meson.build
Nikolaus Rath
2017-10-20
1
-3
/
+0
*
Include source code in documentation.
Nikolaus Rath
2017-09-17
1
-1
/
+1
*
Added some documentation of fuse internals.
Nikolaus Rath
2017-09-17
3
-0
/
+17
*
Dropped support for building with autotools
Nikolaus Rath
2017-08-24
1
-5
/
+0
*
Document that -o auto_unmount implies -o nodev,nosuid
Nikolaus Rath
2017-03-16
1
-0
/
+4
*
Added experimental support for building with Meson+Ninja
Nikolaus Rath
2017-01-12
2
-1
/
+6
*
Rename more things from fuse to fuse3
Przemysław Pawełczyk
2016-11-28
4
-19
/
+20
*
Document that FUSE_CAP_POSIX_ACL turns on -o default_permissions
Nikolaus Rath
2016-11-22
1
-3
/
+6
*
Distinguish between mount options and libfuse options
Nikolaus Rath
2016-11-17
1
-14
/
+18
*
Fixed manpage formatting.
Nikolaus Rath
2016-11-17
1
-2
/
+1
*
Removed reference to developer-notes.rst (was removed earlier)
Nikolaus Rath
2016-11-06
1
-1
/
+1
*
Fixed section names in documentation index
Nikolaus Rath
2016-11-06
1
-2
/
+2
*
Clean-up doxygen documentation
Nikolaus Rath
2016-10-28
4
-791
/
+537
*
man: Document suid requirement
Mihail Konev
2016-10-27
1
-2
/
+2
*
Add max_read to fuse_conn_info
Nikolaus Rath
2016-10-27
1
-1
/
+7
*
Recommend when to use -o default_permissions automatically
Nikolaus Rath
2016-10-27
1
-0
/
+3
*
Describe all mount options in mount.fuse(8).
Nikolaus Rath
2016-10-27
2
-78
/
+99
*
Improve documentation of -o default_permissions
Nikolaus Rath
2016-10-27
1
-1
/
+9
*
Improve man page title
Nikolaus Rath
2016-10-27
1
-1
/
+1
*
Clarify which mount options are intended for file-system internal use.
Nikolaus Rath
2016-10-25
1
-7
/
+9
*
fuse_new(): don't accept options that don't make sense for end-users
Nikolaus Rath
2016-10-20
1
-28
/
+4
*
Document -o remember= mount option.
Nikolaus Rath
2016-10-20
1
-3
/
+6
*
mount.fuse(8): remove max_readahead, max_write, [a]sync_read
Nikolaus Rath
2016-10-20
1
-12
/
+0
*
Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT
Nikolaus Rath
2016-10-16
1
-5
/
+5
*
Various documentation updates
Nikolaus Rath
2016-10-16
4
-56
/
+35
*
Updated man-pages.
Nikolaus Rath
2016-10-16
2
-37
/
+68
*
Fix documentation of -o max_write=
Nikolaus Rath
2016-10-15
1
-1
/
+1
*
Drop -o large_read mount option
Nikolaus Rath
2016-10-15
1
-2
/
+0
*
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
2016-10-02
1
-28
/
+0
*
Added notes for libfuse hackers.
Nikolaus Rath
2016-09-27
1
-0
/
+35
*
Fixed up permissions.
Nikolaus Rath
2016-09-27
3
-0
/
+0
*
Include documentation in tarball.
Nikolaus Rath
2016-01-28
2
-2
/
+3
*
ulockmgr: strip ulockmgr support from this source package
Miklos Szeredi
2013-07-25
2
-29
/
+1
*
Documentation fixes
Miklos Szeredi
2013-07-17
1
-9
/
+9
*
- added a doxygen main page
Joachim Schiele
2013-06-20
4
-4
/
+96
[next]