瀏覽代碼

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>
Darrick J. Wong 6 年之前
父節點
當前提交
8a98ec7c7b

+ 2 - 2
Documentation/conf.py

@@ -385,8 +385,8 @@ latex_documents = [
      'The kernel development community', 'manual'),
      'The kernel development community', 'manual'),
     ('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide',
     ('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide',
      'ext4 Community', 'manual'),
      'ext4 Community', 'manual'),
-    ('filesystems/ext4/index', 'ext4.tex', 'ext4 Filesystem',
-     'ext4 Filesystem Developers', 'manual'),
+    ('filesystems/ext4/index', 'ext4-data-structures.tex',
+     'ext4 Data Structures and Algorithms', 'ext4 Community', 'manual'),
     ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
     ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
      'The kernel development community', 'manual'),
      'The kernel development community', 'manual'),
     ('input/index', 'linux-input.tex', 'The Linux input driver subsystem',
     ('input/index', 'linux-input.tex', 'The Linux input driver subsystem',

+ 0 - 0
Documentation/filesystems/ext4/ondisk/about.rst → Documentation/filesystems/ext4/about.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/allocators.rst → Documentation/filesystems/ext4/allocators.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/attributes.rst → Documentation/filesystems/ext4/attributes.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/bigalloc.rst → Documentation/filesystems/ext4/bigalloc.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/bitmaps.rst → Documentation/filesystems/ext4/bitmaps.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/blockgroup.rst → Documentation/filesystems/ext4/blockgroup.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/blockmap.rst → Documentation/filesystems/ext4/blockmap.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/blocks.rst → Documentation/filesystems/ext4/blocks.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/checksums.rst → Documentation/filesystems/ext4/checksums.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/directory.rst → Documentation/filesystems/ext4/directory.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/dynamic.rst → Documentation/filesystems/ext4/dynamic.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/eainode.rst → Documentation/filesystems/ext4/eainode.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/globals.rst → Documentation/filesystems/ext4/globals.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/group_descr.rst → Documentation/filesystems/ext4/group_descr.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/ifork.rst → Documentation/filesystems/ext4/ifork.rst


+ 8 - 10
Documentation/filesystems/ext4/index.rst

@@ -1,16 +1,14 @@
 .. SPDX-License-Identifier: GPL-2.0
 .. SPDX-License-Identifier: GPL-2.0
 
 
-===============
-ext4 Filesystem
-===============
-
-General usage and on-disk artifacts writen by ext4.  More documentation may
-be ported from the wiki as time permits.  This should be considered the
-canonical source of information as the details here have been reviewed by
-the ext4 community.
+===================================
+ext4 Data Structures and Algorithms
+===================================
 
 
 .. toctree::
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 6
    :numbered:
    :numbered:
 
 
-   ondisk/index
+   about.rst
+   overview.rst
+   globals.rst
+   dynamic.rst

+ 0 - 0
Documentation/filesystems/ext4/ondisk/inlinedata.rst → Documentation/filesystems/ext4/inlinedata.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/inodes.rst → Documentation/filesystems/ext4/inodes.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/journal.rst → Documentation/filesystems/ext4/journal.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/mmp.rst → Documentation/filesystems/ext4/mmp.rst


+ 0 - 9
Documentation/filesystems/ext4/ondisk/index.rst

@@ -1,9 +0,0 @@
-.. SPDX-License-Identifier: GPL-2.0
-
-==============================
-Data Structures and Algorithms
-==============================
-.. include:: about.rst
-.. include:: overview.rst
-.. include:: globals.rst
-.. include:: dynamic.rst

+ 0 - 0
Documentation/filesystems/ext4/ondisk/overview.rst → Documentation/filesystems/ext4/overview.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/special_inodes.rst → Documentation/filesystems/ext4/special_inodes.rst


+ 0 - 0
Documentation/filesystems/ext4/ondisk/super.rst → Documentation/filesystems/ext4/super.rst