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

Documentation: xfs: consolidate XFS docs into its own subdirectory

XFS docs are currently in upper-level Documentation/filesystems.
Although these are currently 4 docs, they are already outstanding as
a group and can be moved to its own subdirectory.

Consolidate them into Documentation/filesystems/xfs/.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>

authored by

Bagas Sanjaya and committed by
Chandan Babu R
011f129f fa422b35

+19 -8
+1 -4
Documentation/filesystems/index.rst
··· 121 121 udf 122 122 virtiofs 123 123 vfat 124 - xfs-delayed-logging-design 125 - xfs-maintainer-entry-profile 126 - xfs-self-describing-metadata 127 - xfs-online-fsck-design 124 + xfs/index 128 125 zonefs
Documentation/filesystems/xfs-delayed-logging-design.rst Documentation/filesystems/xfs/xfs-delayed-logging-design.rst
Documentation/filesystems/xfs-maintainer-entry-profile.rst Documentation/filesystems/xfs/xfs-maintainer-entry-profile.rst
+1 -1
Documentation/filesystems/xfs-online-fsck-design.rst Documentation/filesystems/xfs/xfs-online-fsck-design.rst
··· 962 962 between metadata structures. 963 963 964 964 For more information, please see the documentation for 965 - Documentation/filesystems/xfs-self-describing-metadata.rst 965 + Documentation/filesystems/xfs/xfs-self-describing-metadata.rst 966 966 967 967 Reverse Mapping 968 968 ---------------
Documentation/filesystems/xfs-self-describing-metadata.rst Documentation/filesystems/xfs/xfs-self-describing-metadata.rst
+14
Documentation/filesystems/xfs/index.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ============================ 4 + XFS Filesystem Documentation 5 + ============================ 6 + 7 + .. toctree:: 8 + :maxdepth: 2 9 + :numbered: 10 + 11 + xfs-delayed-logging-design 12 + xfs-maintainer-entry-profile 13 + xfs-self-describing-metadata 14 + xfs-online-fsck-design
+1 -1
Documentation/maintainer/maintainer-entry-profile.rst
··· 105 105 ../driver-api/media/maintainer-entry-profile 106 106 ../driver-api/vfio-pci-device-specific-driver-acceptance 107 107 ../nvme/feature-and-quirk-policy 108 - ../filesystems/xfs-maintainer-entry-profile 108 + ../filesystems/xfs/xfs-maintainer-entry-profile
+2 -2
MAINTAINERS
··· 23894 23894 W: http://xfs.org/ 23895 23895 C: irc://irc.oftc.net/xfs 23896 23896 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git 23897 - P: Documentation/filesystems/xfs-maintainer-entry-profile.rst 23897 + P: Documentation/filesystems/xfs/xfs-maintainer-entry-profile.rst 23898 23898 F: Documentation/ABI/testing/sysfs-fs-xfs 23899 23899 F: Documentation/admin-guide/xfs.rst 23900 - F: Documentation/filesystems/xfs-* 23900 + F: Documentation/filesystems/xfs/* 23901 23901 F: fs/xfs/ 23902 23902 F: include/uapi/linux/dqblk_xfs.h 23903 23903 F: include/uapi/linux/fsmap.h