mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
8a98ec7c7b
Move the ext4 data structures book to Documentation/filesystems/ext4/ since the administrative information moved elsewhere. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14 lines
310 B
ReStructuredText
14 lines
310 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.
|
|
|
|
.. include:: super.rst
|
|
.. include:: group_descr.rst
|
|
.. include:: bitmaps.rst
|
|
.. include:: mmp.rst
|
|
.. include:: journal.rst
|