diff options
Diffstat (limited to 'Documentation/filesystems/ext4.txt')
-rw-r--r-- | Documentation/filesystems/ext4.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 6a4adcae9f9a..4f329afe20ec 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt | |||
@@ -89,6 +89,16 @@ When mounting an ext4 filesystem, the following option are accepted: | |||
89 | extents ext4 will use extents to address file data. The | 89 | extents ext4 will use extents to address file data. The |
90 | file system will no longer be mountable by ext3. | 90 | file system will no longer be mountable by ext3. |
91 | 91 | ||
92 | journal_checksum Enable checksumming of the journal transactions. | ||
93 | This will allow the recovery code in e2fsck and the | ||
94 | kernel to detect corruption in the kernel. It is a | ||
95 | compatible change and will be ignored by older kernels. | ||
96 | |||
97 | journal_async_commit Commit block can be written to disk without waiting | ||
98 | for descriptor blocks. If enabled older kernels cannot | ||
99 | mount the device. This will enable 'journal_checksum' | ||
100 | internally. | ||
101 | |||
92 | journal=update Update the ext4 file system's journal to the current | 102 | journal=update Update the ext4 file system's journal to the current |
93 | format. | 103 | format. |
94 | 104 | ||