aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ext4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/ext4.txt')
-rw-r--r--Documentation/filesystems/ext4.txt10
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:
89extents ext4 will use extents to address file data. The 89extents 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
92journal_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
97journal_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
92journal=update Update the ext4 file system's journal to the current 102journal=update Update the ext4 file system's journal to the current
93 format. 103 format.
94 104