mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2025-01-08 20:17:16 +08:00
btrfs-progs: docs: clarify zstd level mapping
Question forwarded from wiki: https://btrfs.wiki.kernel.org/index.php?title=Talk:Compression&diff=0&oldid=33545 (info few months old) higher levels: upstream and library has levels 1..22. mapping to the upstream levels 1 to 15 As implemented in kernel zstd.c, max level is 15 and the level selection is direct without any translation. Pull-request: #442 Author: jtagcat <git-12dbd862@jtag.cat> [ update changelog ] Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
471ca4a580
commit
9d85418c52
@ -25,7 +25,7 @@ LZO
|
||||
* good backward compatibility
|
||||
ZSTD
|
||||
* compression comparable to zlib with higher compression/decompression speeds and different ratio
|
||||
* levels: 1 to 15
|
||||
* levels: 1 to 15, mapped directly (higher levels are not available)
|
||||
* since 4.14, levels since 5.1
|
||||
|
||||
The differences depend on the actual data set and cannot be expressed by a
|
||||
|
Loading…
Reference in New Issue
Block a user