summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/ext4/dynamic.rst
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2018-10-06 02:20:08 +0300
committerTheodore Ts'o <tytso@mit.edu>2018-10-06 02:20:08 +0300
commit8a98ec7c7b3901330a036af0f62f523c31d763da (patch)
tree70194bc8bf562d3aa9053ffc41ceba61676f864e /Documentation/filesystems/ext4/dynamic.rst
parentd3091215921bd4b8fdf3129bf8f733b8ca48dc80 (diff)
downloadlinux-8a98ec7c7b3901330a036af0f62f523c31d763da.tar.xz
docs: promote the ext4 data structures book to top level
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>
Diffstat (limited to 'Documentation/filesystems/ext4/dynamic.rst')
-rw-r--r--Documentation/filesystems/ext4/dynamic.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/filesystems/ext4/dynamic.rst b/Documentation/filesystems/ext4/dynamic.rst
new file mode 100644
index 000000000000..bb0c84333341
--- /dev/null
+++ b/Documentation/filesystems/ext4/dynamic.rst
@@ -0,0 +1,12 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+Dynamic Structures
+==================
+
+Dynamic metadata are created on the fly when files and blocks are
+allocated to files.
+
+.. include:: inodes.rst
+.. include:: ifork.rst
+.. include:: directory.rst
+.. include:: attributes.rst