mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
Documentation: fuse: Consolidate FUSE docs into its own subdirectory
All four FUSE docs are currently in upper-level Documentation/filesystems/ directory, but these are distinct as a group of its own. Move them into Documentation/filesystems/fuse/ subdirectory. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Acked-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
1a7b13781b
commit
6be0ddb202
|
|
@ -1,7 +1,7 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
==============
|
==============
|
||||||
Fuse I/O Modes
|
FUSE I/O Modes
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Fuse supports the following I/O modes:
|
Fuse supports the following I/O modes:
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
====
|
=============
|
||||||
FUSE
|
FUSE Overview
|
||||||
====
|
=============
|
||||||
|
|
||||||
Definitions
|
Definitions
|
||||||
===========
|
===========
|
||||||
14
Documentation/filesystems/fuse/index.rst
Normal file
14
Documentation/filesystems/fuse/index.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
======================================================
|
||||||
|
FUSE (Filesystem in Userspace) Technical Documentation
|
||||||
|
======================================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:numbered:
|
||||||
|
|
||||||
|
fuse
|
||||||
|
fuse-io
|
||||||
|
fuse-io-uring
|
||||||
|
fuse-passthrough
|
||||||
|
|
@ -96,10 +96,7 @@ Documentation for filesystem implementations.
|
||||||
hfs
|
hfs
|
||||||
hfsplus
|
hfsplus
|
||||||
hpfs
|
hpfs
|
||||||
fuse
|
fuse/index
|
||||||
fuse-io
|
|
||||||
fuse-io-uring
|
|
||||||
fuse-passthrough
|
|
||||||
inotify
|
inotify
|
||||||
isofs
|
isofs
|
||||||
nilfs2
|
nilfs2
|
||||||
|
|
|
||||||
|
|
@ -10061,7 +10061,7 @@ L: linux-fsdevel@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
W: https://github.com/libfuse/
|
W: https://github.com/libfuse/
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
|
||||||
F: Documentation/filesystems/fuse*
|
F: Documentation/filesystems/fuse/*
|
||||||
F: fs/fuse/
|
F: fs/fuse/
|
||||||
F: include/uapi/linux/fuse.h
|
F: include/uapi/linux/fuse.h
|
||||||
F: tools/testing/selftests/filesystems/fuse/
|
F: tools/testing/selftests/filesystems/fuse/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user