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>pull/1354/merge
parent
1a7b13781b
commit
6be0ddb202
|
|
@ -1,7 +1,7 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
==============
|
||||
Fuse I/O Modes
|
||||
FUSE I/O Modes
|
||||
==============
|
||||
|
||||
Fuse supports the following I/O modes:
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
====
|
||||
FUSE
|
||||
====
|
||||
=============
|
||||
FUSE Overview
|
||||
=============
|
||||
|
||||
Definitions
|
||||
===========
|
||||
|
|
@ -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
|
||||
hfsplus
|
||||
hpfs
|
||||
fuse
|
||||
fuse-io
|
||||
fuse-io-uring
|
||||
fuse-passthrough
|
||||
fuse/index
|
||||
inotify
|
||||
isofs
|
||||
nilfs2
|
||||
|
|
|
|||
|
|
@ -10061,7 +10061,7 @@ L: linux-fsdevel@vger.kernel.org
|
|||
S: Maintained
|
||||
W: https://github.com/libfuse/
|
||||
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: include/uapi/linux/fuse.h
|
||||
F: tools/testing/selftests/filesystems/fuse/
|
||||
|
|
|
|||
Loading…
Reference in New Issue