docs: promote the ext4 data structures book to top level
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 5 Oct 2018 23:20:08 +0000 (19:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 5 Oct 2018 23:20:08 +0000 (19:20 -0400)
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>
25 files changed:
Documentation/conf.py
Documentation/filesystems/ext4/about.rst [moved from Documentation/filesystems/ext4/ondisk/about.rst with 100% similarity]
Documentation/filesystems/ext4/allocators.rst [moved from Documentation/filesystems/ext4/ondisk/allocators.rst with 100% similarity]
Documentation/filesystems/ext4/attributes.rst [moved from Documentation/filesystems/ext4/ondisk/attributes.rst with 100% similarity]
Documentation/filesystems/ext4/bigalloc.rst [moved from Documentation/filesystems/ext4/ondisk/bigalloc.rst with 100% similarity]
Documentation/filesystems/ext4/bitmaps.rst [moved from Documentation/filesystems/ext4/ondisk/bitmaps.rst with 100% similarity]
Documentation/filesystems/ext4/blockgroup.rst [moved from Documentation/filesystems/ext4/ondisk/blockgroup.rst with 100% similarity]
Documentation/filesystems/ext4/blockmap.rst [moved from Documentation/filesystems/ext4/ondisk/blockmap.rst with 100% similarity]
Documentation/filesystems/ext4/blocks.rst [moved from Documentation/filesystems/ext4/ondisk/blocks.rst with 100% similarity]
Documentation/filesystems/ext4/checksums.rst [moved from Documentation/filesystems/ext4/ondisk/checksums.rst with 100% similarity]
Documentation/filesystems/ext4/directory.rst [moved from Documentation/filesystems/ext4/ondisk/directory.rst with 100% similarity]
Documentation/filesystems/ext4/dynamic.rst [moved from Documentation/filesystems/ext4/ondisk/dynamic.rst with 100% similarity]
Documentation/filesystems/ext4/eainode.rst [moved from Documentation/filesystems/ext4/ondisk/eainode.rst with 100% similarity]
Documentation/filesystems/ext4/globals.rst [moved from Documentation/filesystems/ext4/ondisk/globals.rst with 100% similarity]
Documentation/filesystems/ext4/group_descr.rst [moved from Documentation/filesystems/ext4/ondisk/group_descr.rst with 100% similarity]
Documentation/filesystems/ext4/ifork.rst [moved from Documentation/filesystems/ext4/ondisk/ifork.rst with 100% similarity]
Documentation/filesystems/ext4/index.rst
Documentation/filesystems/ext4/inlinedata.rst [moved from Documentation/filesystems/ext4/ondisk/inlinedata.rst with 100% similarity]
Documentation/filesystems/ext4/inodes.rst [moved from Documentation/filesystems/ext4/ondisk/inodes.rst with 100% similarity]
Documentation/filesystems/ext4/journal.rst [moved from Documentation/filesystems/ext4/ondisk/journal.rst with 100% similarity]
Documentation/filesystems/ext4/mmp.rst [moved from Documentation/filesystems/ext4/ondisk/mmp.rst with 100% similarity]
Documentation/filesystems/ext4/ondisk/index.rst [deleted file]
Documentation/filesystems/ext4/overview.rst [moved from Documentation/filesystems/ext4/ondisk/overview.rst with 100% similarity]
Documentation/filesystems/ext4/special_inodes.rst [moved from Documentation/filesystems/ext4/ondisk/special_inodes.rst with 100% similarity]
Documentation/filesystems/ext4/super.rst [moved from Documentation/filesystems/ext4/ondisk/super.rst with 100% similarity]

index 4d32c01e1e163cbddb296a151d3803cfa01b1ba8..ede67ccafc29712b74d29e38327e46fa42d45ac4 100644 (file)
@@ -385,8 +385,8 @@ latex_documents = [
      'The kernel development community', 'manual'),
     ('admin-guide/ext4', 'ext4-admin-guide.tex', 'ext4 Administration Guide',
      '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',
      'The kernel development community', 'manual'),
     ('input/index', 'linux-input.tex', 'The Linux input driver subsystem',
index 427bc115012ec2b9b36545676e6d0ff86a98cbcf..3be3e54d480de08dd5bdd3c79e254ae2316a4a10 100644 (file)
@@ -1,16 +1,14 @@
 .. 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::
-   :maxdepth: 5
+   :maxdepth: 6
    :numbered:
 
-   ondisk/index
+   about.rst
+   overview.rst
+   globals.rst
+   dynamic.rst
diff --git a/Documentation/filesystems/ext4/ondisk/index.rst b/Documentation/filesystems/ext4/ondisk/index.rst
deleted file mode 100644 (file)
index f7d082c..0000000
+++ /dev/null
@@ -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