mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
3a6541e97c
Add documentation about the orphan file feature. Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20210816095713.16537-4-jack@suse.cz Signed-off-by: Theodore Ts'o <tytso@mit.edu>
15 lines
334 B
ReStructuredText
15 lines
334 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
|
|
.. include:: orphan.rst
|