]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Documentation: fuse: Consolidate FUSE docs into its own subdirectory
authorBagas Sanjaya <bagasdotme@gmail.com>
Thu, 12 Jun 2025 03:22:39 +0000 (10:22 +0700)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 27 Aug 2025 12:29:43 +0000 (14:29 +0200)
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>
Documentation/filesystems/fuse/fuse-io-uring.rst [moved from Documentation/filesystems/fuse-io-uring.rst with 100% similarity]
Documentation/filesystems/fuse/fuse-io.rst [moved from Documentation/filesystems/fuse-io.rst with 99% similarity]
Documentation/filesystems/fuse/fuse-passthrough.rst [moved from Documentation/filesystems/fuse-passthrough.rst with 100% similarity]
Documentation/filesystems/fuse/fuse.rst [moved from Documentation/filesystems/fuse.rst with 99% similarity]
Documentation/filesystems/fuse/index.rst [new file with mode: 0644]
Documentation/filesystems/index.rst
MAINTAINERS

similarity index 99%
rename from Documentation/filesystems/fuse-io.rst
rename to Documentation/filesystems/fuse/fuse-io.rst
index 6464de4266ad504f8bdc89c834230f3c9f5219dc..d736ac4cb48370807a063ec4bc23d3d4da469e06 100644 (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:
similarity index 99%
rename from Documentation/filesystems/fuse.rst
rename to Documentation/filesystems/fuse/fuse.rst
index c589316c8bb35aeb10fbf4a8087d4018014edbd5..0fbd5a03fdc94c4f51d39d8fb15b83d98d9f11f9 100644 (file)
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-====
-FUSE
-====
+=============
+FUSE Overview
+=============
 
 Definitions
 ===========
diff --git a/Documentation/filesystems/fuse/index.rst b/Documentation/filesystems/fuse/index.rst
new file mode 100644 (file)
index 0000000..393a845
--- /dev/null
@@ -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
index 11a599387266a42f8ac6496e97485c437f330333..84c5a0d11b6df7e89ccc7f3615dca9cdcd960471 100644 (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
index 1b7f84ae8fd705c2ff525f0ca208f7b46c7249ae..51600a98a78589fcb9b88e4815357c5d6d5bea3a 100644 (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/