summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ext4/ondisk/journal.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: promote the ext4 data structures book to top levelDarrick J. Wong2018-10-051-611/+0
| | | | | | | | 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>
* docs: fix ext4 documentation table formatting problemsDarrick J. Wong2018-10-021-16/+16
| | | | | | | | | | | | | It turns out that the latex table formatters lay out table columns with the exact proportional widths given in the table metadata, even if text overflows outside the box. This was not caught during the initial import because the HTML renderers are smart enough to fudge the table. Fix the table column width formatting problems in the data structures and algorithms documentation so that we don't have squashed columns. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* ext4: import journal chapter from wiki pageDarrick J. Wong2018-07-291-0/+611
Import the chapter about the journal from the on-disk format wiki page into the kernel documentation. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
OpenPOWER on IntegriCloud