mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
Documentation: ext4: Convert includes into toctrees
ext4 docs are organized in three master docs (overview.rst, globals.rst,
and dynamic.rst), in which these include other docs via include::
directive. These docs sturcture is better served by toctrees instead.
Convert the master docs to use toctrees.
Fixes: 0bf1f51e34 ("ext4: Add atomic block write documentation")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250620105643.25141-3-bagasdotme@gmail.com
This commit is contained in:
committed by
Jonathan Corbet
parent
f304c25980
commit
6e1429fb10
@@ -6,7 +6,9 @@ Dynamic Structures
|
||||
Dynamic metadata are created on the fly when files and blocks are
|
||||
allocated to files.
|
||||
|
||||
.. include:: inodes.rst
|
||||
.. include:: ifork.rst
|
||||
.. include:: directory.rst
|
||||
.. include:: attributes.rst
|
||||
.. toctree::
|
||||
|
||||
inodes
|
||||
ifork
|
||||
directory
|
||||
attributes
|
||||
|
||||
@@ -6,9 +6,11 @@ Global Structures
|
||||
The filesystem is sharded into a number of block groups, each of which
|
||||
have static metadata at fixed locations.
|
||||
|
||||
.. include:: super.rst
|
||||
.. include:: group_descr.rst
|
||||
.. include:: bitmaps.rst
|
||||
.. include:: mmp.rst
|
||||
.. include:: journal.rst
|
||||
.. include:: orphan.rst
|
||||
.. toctree::
|
||||
|
||||
super
|
||||
group_descr
|
||||
bitmaps
|
||||
mmp
|
||||
journal
|
||||
orphan
|
||||
|
||||
@@ -16,13 +16,15 @@ All fields in ext4 are written to disk in little-endian order. HOWEVER,
|
||||
all fields in jbd2 (the journal) are written to disk in big-endian
|
||||
order.
|
||||
|
||||
.. include:: blocks.rst
|
||||
.. include:: blockgroup.rst
|
||||
.. include:: special_inodes.rst
|
||||
.. include:: allocators.rst
|
||||
.. include:: checksums.rst
|
||||
.. include:: bigalloc.rst
|
||||
.. include:: inlinedata.rst
|
||||
.. include:: eainode.rst
|
||||
.. include:: verity.rst
|
||||
.. include:: atomic_writes.rst
|
||||
.. toctree::
|
||||
|
||||
blocks
|
||||
blockgroup
|
||||
special_inodes
|
||||
allocators
|
||||
checksums
|
||||
bigalloc
|
||||
inlinedata
|
||||
eainode
|
||||
verity
|
||||
atomic_writes
|
||||
|
||||
Reference in New Issue
Block a user