diff --git a/Documentation/btrfs-convert.asciidoc b/Documentation/btrfs-convert.asciidoc index 41f23d61..4daf970a 100644 --- a/Documentation/btrfs-convert.asciidoc +++ b/Documentation/btrfs-convert.asciidoc @@ -83,6 +83,11 @@ Note that balance operation takes a lot of time, please see also OPTIONS ------- +--csum :: +--checksum :: +Specify the checksum algorithm. Default is 'crc32c'. Valid values are 'crc32c', +'xxhash', 'sha256' or 'blake2'. To mount such filesystem kernel must support the +checksums as well. -d|--no-datasum:: disable data checksum calculations and set the NODATASUM file flag, this can speed up the conversion diff --git a/Documentation/mkfs.btrfs.asciidoc b/Documentation/mkfs.btrfs.asciidoc index ef3eb13f..1f9c6cc8 100644 --- a/Documentation/mkfs.btrfs.asciidoc +++ b/Documentation/mkfs.btrfs.asciidoc @@ -25,6 +25,12 @@ OPTIONS Specify the size of the filesystem. If this option is not used, then mkfs.btrfs uses the entire device space for the filesystem. +*--csum *:: +*--checksum *:: +Specify the checksum algorithm. Default is 'crc32c'. Valid values are 'crc32c', +'xxhash', 'sha256' or 'blake2'. To mount such filesystem kernel must support the +checksums as well. + *-d|--data *:: Specify the profile for the data block groups. Valid values are 'raid0', 'raid1', 'raid5', 'raid6', 'raid10' or 'single' or 'dup' (case does not matter).