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