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
Bagas Sanjaya 2025-06-12 10:22:39 +07:00 committed by Miklos Szeredi
parent 1a7b13781b
commit 6be0ddb202
7 changed files with 20 additions and 9 deletions

View File

@ -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:

View File

@ -1,8 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0
====
FUSE
====
=============
FUSE Overview
=============
Definitions
===========

View 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

View File

@ -96,10 +96,7 @@ Documentation for filesystem implementations.
hfs
hfsplus
hpfs
fuse
fuse-io
fuse-io-uring
fuse-passthrough
fuse/index
inotify
isofs
nilfs2

View File

@ -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/