aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/btrfs.txt
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2014-01-05 20:58:32 -0500
committerChris Mason <clm@fb.com>2014-01-28 16:20:20 -0500
commitd399167d88ea53590d6c0850b2d5534cbd21da02 (patch)
treead340d5afe66275fc2d5c0c86998ba2a0a1d9ab6 /Documentation/filesystems/btrfs.txt
parenta258af7a3e395a1d36190c81614dca0bcb5f6012 (diff)
btrfs: Add datasum mount option.
Add datasum mount option to enable checksum with remount option. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'Documentation/filesystems/btrfs.txt')
-rw-r--r--Documentation/filesystems/btrfs.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt
index bbd1f0f57ce9..e05c6aecc0cc 100644
--- a/Documentation/filesystems/btrfs.txt
+++ b/Documentation/filesystems/btrfs.txt
@@ -159,8 +159,10 @@ Options with (*) are default options and will not show in the mount options.
159 Enable/disable data copy-on-write for newly created files. 159 Enable/disable data copy-on-write for newly created files.
160 Nodatacow implies nodatasum, and disables all compression. 160 Nodatacow implies nodatasum, and disables all compression.
161 161
162 datasum(*)
162 nodatasum 163 nodatasum
163 Disable data checksumming for newly created files. 164 Enable/disable data checksumming for newly created files.
165 Datasum implies datacow.
164 166
165 notreelog 167 notreelog
166 Disable the tree logging used for fsync and O_SYNC writes. 168 Disable the tree logging used for fsync and O_SYNC writes.