diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2018-07-29 16:14:02 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2018-07-29 16:14:02 -0400 |
commit | 6684874af0637c63f4c91e8c2120c64e6e8bb79e (patch) | |
tree | 87ddd107fa2ada187c374a7978e44a808b19bf54 /Documentation/filesystems | |
parent | 62bbdd9974678513fee113f09f6b672623521179 (diff) | |
download | linux-6684874af0637c63f4c91e8c2120c64e6e8bb79e.tar.bz2 |
docs: create filesystem internal section
Create a new top-level section for documentation of filesystem usage,
on-disk format information, and anything else.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/ext4/index.rst | 6 | ||||
-rw-r--r-- | Documentation/filesystems/index.rst | 8 |
2 files changed, 3 insertions, 11 deletions
diff --git a/Documentation/filesystems/ext4/index.rst b/Documentation/filesystems/ext4/index.rst index 8fe4f7693e8c..71121605558c 100644 --- a/Documentation/filesystems/ext4/index.rst +++ b/Documentation/filesystems/ext4/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -==== -ext4 -==== +=============== +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 diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 7c57b3927308..53b89d0edc15 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -2,14 +2,6 @@ Linux Filesystems API ===================== -The documentation in this section are provided by specific filesystem -subprojects. - -.. toctree:: - :maxdepth: 2 - - ext4/index - The Linux VFS ============= |