Commit 011f129f authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Chandan Babu R
Browse files

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: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: default avatarBill O'Donnell <bodonnel@redhat.com>
Reviewed-by: default avatar"Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: default avatarChandan Babu R <chandanbabu@kernel.org>
parent fa422b35
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -121,8 +121,5 @@ Documentation for filesystem implementations.
   udf
   virtiofs
   vfat
   xfs-delayed-logging-design
   xfs-maintainer-entry-profile
   xfs-self-describing-metadata
   xfs-online-fsck-design
   xfs/index
   zonefs
+14 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

============================
XFS Filesystem Documentation
============================

.. toctree::
   :maxdepth: 2
   :numbered:

   xfs-delayed-logging-design
   xfs-maintainer-entry-profile
   xfs-self-describing-metadata
   xfs-online-fsck-design
+1 −1
Original line number Diff line number Diff line
@@ -962,7 +962,7 @@ disk, but these buffer verifiers cannot provide any consistency checking
between metadata structures.

For more information, please see the documentation for
Documentation/filesystems/xfs-self-describing-metadata.rst
Documentation/filesystems/xfs/xfs-self-describing-metadata.rst

Reverse Mapping
---------------
Loading