Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bagas Sanjaya and committed by
Miklos Szeredi
6be0ddb2 1a7b1378

+20 -9
Documentation/filesystems/fuse-io-uring.rst Documentation/filesystems/fuse/fuse-io-uring.rst
+1 -1
Documentation/filesystems/fuse-io.rst Documentation/filesystems/fuse/fuse-io.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 3 ============== 4 - Fuse I/O Modes 4 + FUSE I/O Modes 5 5 ============== 6 6 7 7 Fuse supports the following I/O modes:
Documentation/filesystems/fuse-passthrough.rst Documentation/filesystems/fuse/fuse-passthrough.rst
+3 -3
Documentation/filesystems/fuse.rst Documentation/filesystems/fuse/fuse.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - ==== 4 - FUSE 5 - ==== 3 + ============= 4 + FUSE Overview 5 + ============= 6 6 7 7 Definitions 8 8 ===========
+14
Documentation/filesystems/fuse/index.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ====================================================== 4 + FUSE (Filesystem in Userspace) Technical Documentation 5 + ====================================================== 6 + 7 + .. toctree:: 8 + :maxdepth: 2 9 + :numbered: 10 + 11 + fuse 12 + fuse-io 13 + fuse-io-uring 14 + fuse-passthrough
+1 -4
Documentation/filesystems/index.rst
··· 96 96 hfs 97 97 hfsplus 98 98 hpfs 99 - fuse 100 - fuse-io 101 - fuse-io-uring 102 - fuse-passthrough 99 + fuse/index 103 100 inotify 104 101 isofs 105 102 nilfs2
+1 -1
MAINTAINERS
··· 10061 10061 S: Maintained 10062 10062 W: https://github.com/libfuse/ 10063 10063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git 10064 - F: Documentation/filesystems/fuse* 10064 + F: Documentation/filesystems/fuse/* 10065 10065 F: fs/fuse/ 10066 10066 F: include/uapi/linux/fuse.h 10067 10067 F: tools/testing/selftests/filesystems/fuse/