.. | .. |
---|
1 | 1 | .. SPDX-License-Identifier: GPL-2.0 |
---|
2 | 2 | |
---|
3 | | -=============== |
---|
4 | | -ext4 Filesystem |
---|
5 | | -=============== |
---|
6 | | - |
---|
7 | | -General usage and on-disk artifacts writen by ext4. More documentation may |
---|
8 | | -be ported from the wiki as time permits. This should be considered the |
---|
9 | | -canonical source of information as the details here have been reviewed by |
---|
10 | | -the ext4 community. |
---|
| 3 | +=================================== |
---|
| 4 | +ext4 Data Structures and Algorithms |
---|
| 5 | +=================================== |
---|
11 | 6 | |
---|
12 | 7 | .. toctree:: |
---|
13 | | - :maxdepth: 5 |
---|
| 8 | + :maxdepth: 6 |
---|
14 | 9 | :numbered: |
---|
15 | 10 | |
---|
16 | | - ext4 |
---|
17 | | - ondisk/index |
---|
| 11 | + about |
---|
| 12 | + overview |
---|
| 13 | + globals |
---|
| 14 | + dynamic |
---|