mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +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>
14 lines
334 B
ReStructuredText
14 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
|