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)
commit8a98ec7c7b3901330a036af0f62f523c31d763da
tree70194bc8bf562d3aa9053ffc41ceba61676f864e
parentd3091215921bd4b8fdf3129bf8f733b8ca48dc80
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>
47 files changed:
Documentation/conf.py
Documentation/filesystems/ext4/about.rst [new file with mode: 0644]
Documentation/filesystems/ext4/allocators.rst [new file with mode: 0644]
Documentation/filesystems/ext4/attributes.rst [new file with mode: 0644]
Documentation/filesystems/ext4/bigalloc.rst [new file with mode: 0644]
Documentation/filesystems/ext4/bitmaps.rst [new file with mode: 0644]
Documentation/filesystems/ext4/blockgroup.rst [new file with mode: 0644]
Documentation/filesystems/ext4/blockmap.rst [new file with mode: 0644]
Documentation/filesystems/ext4/blocks.rst [new file with mode: 0644]
Documentation/filesystems/ext4/checksums.rst [new file with mode: 0644]
Documentation/filesystems/ext4/directory.rst [new file with mode: 0644]
Documentation/filesystems/ext4/dynamic.rst [new file with mode: 0644]
Documentation/filesystems/ext4/eainode.rst [new file with mode: 0644]
Documentation/filesystems/ext4/globals.rst [new file with mode: 0644]
Documentation/filesystems/ext4/group_descr.rst [new file with mode: 0644]
Documentation/filesystems/ext4/ifork.rst [new file with mode: 0644]
Documentation/filesystems/ext4/index.rst
Documentation/filesystems/ext4/inlinedata.rst [new file with mode: 0644]
Documentation/filesystems/ext4/inodes.rst [new file with mode: 0644]
Documentation/filesystems/ext4/journal.rst [new file with mode: 0644]
Documentation/filesystems/ext4/mmp.rst [new file with mode: 0644]
Documentation/filesystems/ext4/ondisk/about.rst [deleted file]
Documentation/filesystems/ext4/ondisk/allocators.rst [deleted file]
Documentation/filesystems/ext4/ondisk/attributes.rst [deleted file]
Documentation/filesystems/ext4/ondisk/bigalloc.rst [deleted file]
Documentation/filesystems/ext4/ondisk/bitmaps.rst [deleted file]
Documentation/filesystems/ext4/ondisk/blockgroup.rst [deleted file]
Documentation/filesystems/ext4/ondisk/blockmap.rst [deleted file]
Documentation/filesystems/ext4/ondisk/blocks.rst [deleted file]
Documentation/filesystems/ext4/ondisk/checksums.rst [deleted file]
Documentation/filesystems/ext4/ondisk/directory.rst [deleted file]
Documentation/filesystems/ext4/ondisk/dynamic.rst [deleted file]
Documentation/filesystems/ext4/ondisk/eainode.rst [deleted file]
Documentation/filesystems/ext4/ondisk/globals.rst [deleted file]
Documentation/filesystems/ext4/ondisk/group_descr.rst [deleted file]
Documentation/filesystems/ext4/ondisk/ifork.rst [deleted file]
Documentation/filesystems/ext4/ondisk/index.rst [deleted file]
Documentation/filesystems/ext4/ondisk/inlinedata.rst [deleted file]
Documentation/filesystems/ext4/ondisk/inodes.rst [deleted file]
Documentation/filesystems/ext4/ondisk/journal.rst [deleted file]
Documentation/filesystems/ext4/ondisk/mmp.rst [deleted file]
Documentation/filesystems/ext4/ondisk/overview.rst [deleted file]
Documentation/filesystems/ext4/ondisk/special_inodes.rst [deleted file]
Documentation/filesystems/ext4/ondisk/super.rst [deleted file]
Documentation/filesystems/ext4/overview.rst [new file with mode: 0644]
Documentation/filesystems/ext4/special_inodes.rst [new file with mode: 0644]
Documentation/filesystems/ext4/super.rst [new file with mode: 0644]