mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-26 04:47:45 +00:00

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
15 lines
223 B
ReStructuredText
15 lines
223 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Dynamic Structures
|
|
==================
|
|
|
|
Dynamic metadata are created on the fly when files and blocks are
|
|
allocated to files.
|
|
|
|
.. toctree::
|
|
|
|
inodes
|
|
ifork
|
|
directory
|
|
attributes
|