mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-25 07:44:53 +00:00

The short description of inode table is in bitmaps.rst alongside the proper bitmpas documentation. The docs file is short enough that it fits whole browser screen on desktop, which implies that when readers click "Inode Table", they will essentially see bitmaps docs. Move inode table short description. 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-7-bagasdotme@gmail.com
18 lines
279 B
ReStructuredText
18 lines
279 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Global Structures
|
|
=================
|
|
|
|
The filesystem is sharded into a number of block groups, each of which
|
|
have static metadata at fixed locations.
|
|
|
|
.. toctree::
|
|
|
|
super
|
|
group_descr
|
|
bitmaps
|
|
inode_table
|
|
mmp
|
|
journal
|
|
orphan
|