aboutsummaryrefslogtreecommitdiff
path: root/doc/mount.fuse.8
Commit message (Collapse)AuthorAge
* Document that -o auto_unmount implies -o nodev,nosuidGravatar Nikolaus Rath2017-03-16
| | | | See also issue #148.
* Rename more things from fuse to fuse3Gravatar Przemysław Pawełczyk2016-11-28
|
* Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsGravatar Nikolaus Rath2016-11-22
|
* Distinguish between mount options and libfuse optionsGravatar Nikolaus Rath2016-11-17
|
* Fixed manpage formatting.Gravatar Nikolaus Rath2016-11-17
|
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
| | | | | | | | | | Eventually, this setting should be negotiated in the filesystem's init() handler (like e.g. max_write). However, this requires corresponding changes in the FUSE kernel module. In preparation for this (and to allow a transition period) we already allow (and require) filesystems to set the value in the init() handler in addition to the mount option. The end-goal is tracked in issue #91.
* Recommend when to use -o default_permissions automaticallyGravatar Nikolaus Rath2016-10-27
|
* Describe all mount options in mount.fuse(8).Gravatar Nikolaus Rath2016-10-27
| | | | Also improved manpage in several ways.
* Improve documentation of -o default_permissionsGravatar Nikolaus Rath2016-10-27
|
* Improve man page titleGravatar Nikolaus Rath2016-10-27
|
* Clarify which mount options are intended for file-system internal use.Gravatar Nikolaus Rath2016-10-25
|
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
| | | | | | Several options (use_ino, etc) depend on the file system implementation. Allowing them to be set from the command line makes no sense.
* Document -o remember= mount option.Gravatar Nikolaus Rath2016-10-20
|
* mount.fuse(8): remove max_readahead, max_write, [a]sync_readGravatar Nikolaus Rath2016-10-20
| | | | | | These are not mount options for FUSE file systems, but capabilites that are worked out between libfuse and the fuse kernel module. For that reason, they are also not accepted by fuse_session_new().
* Updated man-pages.Gravatar Nikolaus Rath2016-10-16
| | | | | | | | | * Removed -o nonempty * Added -o noforget * Split into high-level / low-level * Added warning that most options should be chosen by file system internally. * Updated maintainer.
* Fix documentation of -o max_write=Gravatar Nikolaus Rath2016-10-15
| | | | | | | big_writes has been available for some time, and is the default in FUSE 3. So max_write now actually takes effect. (This really should have gone into commit 97f4a9cb4fc69)
* Drop -o large_read mount optionGravatar Nikolaus Rath2016-10-15
| | | | This was only relevant for 2.4 kernels. Fixes #92.
* clean up man pageGravatar Miklos Szeredi2012-01-26
|
* Add man pages for fusermount, mount.fuse and ulockmgr_serverGravatar Miklos Szeredi2012-01-26
Lifted from the Debian package. The man pages were written by Daniel Baumann and Bastien Roucaries