diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/mageia-cauldron/man5/btrfs.5 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/mageia-cauldron/man5/btrfs.5')
-rw-r--r-- | upstream/mageia-cauldron/man5/btrfs.5 | 118 |
1 files changed, 94 insertions, 24 deletions
diff --git a/upstream/mageia-cauldron/man5/btrfs.5 b/upstream/mageia-cauldron/man5/btrfs.5 index 254a8894..4d63f28f 100644 --- a/upstream/mageia-cauldron/man5/btrfs.5 +++ b/upstream/mageia-cauldron/man5/btrfs.5 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "BTRFS" "5" "Jan 09, 2024" "6.6.3" "BTRFS" +.TH "BTRFS" "5" "Mar 10, 2024" "6.7.1" "BTRFS" .SH NAME btrfs \- topics about the BTRFS filesystem (mount options, supported file attributes and other) .SH DESCRIPTION @@ -1058,7 +1058,7 @@ there\(aqs no increase. Each data block has a separate checksum stored, with additional overhead of the b\-tree leaves. .sp Approximate relative performance of the algorithms, measured against CRC32C -using reference software implementations on a 3.5GHz intel CPU: +using implementations on a 11th gen 3.6GHz intel CPU: .TS center; |l|l|l|l|. @@ -1076,19 +1076,19 @@ _ T{ CRC32C T} T{ -1700 +470 T} T{ 1.00 T} T{ -CPU instruction +CPU instruction, PCL combination T} _ T{ XXHASH T} T{ -2500 +870 T} T{ -1.44 +1.9 T} T{ reference impl. T} @@ -1096,61 +1096,131 @@ _ T{ SHA256 T} T{ -105000 +7600 T} T{ -61 +16 T} T{ -reference impl. +libgcrypt T} _ T{ SHA256 T} T{ -36000 +8500 T} T{ -21 +18 +T} T{ +openssl +T} +_ +T{ +SHA256 T} T{ -libgcrypt/AVX2 +8700 +T} T{ +18 +T} T{ +botan T} _ T{ SHA256 T} T{ -63000 +32000 T} T{ -37 +68 T} T{ -libsodium/AVX2 +builtin, CPU instruction +T} +_ +T{ +SHA256 +T} T{ +37000 +T} T{ +78 +T} T{ +libsodium +T} +_ +T{ +SHA256 +T} T{ +78000 +T} T{ +166 +T} T{ +builtin, reference impl. T} _ T{ BLAKE2b T} T{ -22000 +10000 T} T{ -13 +21 T} T{ -reference impl. +builtin/AVX2 +T} +_ +T{ +BLAKE2b +T} T{ +10900 +T} T{ +23 +T} T{ +libgcrypt +T} +_ +T{ +BLAKE2b +T} T{ +13500 +T} T{ +29 +T} T{ +builtin/SSE41 +T} +_ +T{ +BLAKE2b +T} T{ +13700 +T} T{ +29 +T} T{ +libsodium +T} +_ +T{ +BLAKE2b +T} T{ +14100 +T} T{ +30 +T} T{ +openssl T} _ T{ BLAKE2b T} T{ -19000 +14500 T} T{ -11 +31 T} T{ -libgcrypt/AVX2 +kcapi T} _ T{ BLAKE2b T} T{ -19000 +14500 T} T{ -11 +34 T} T{ -libsodium/AVX2 +builtin, reference impl. T} _ .TE |