diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-08-20 11:34:28 +0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2025-08-28 00:09:01 +0000 |
commit | f23044152af2614c6fddfa9d975ac1f293b58729 (patch) | |
tree | b7a92b98588e4cfdf561842e95c7c016980d7c54 | |
parent | 4bc6bf7b8830cc403a3cea7f4ef8794831126f54 (diff) |
Documentation: f2fs: Format compression level subtable
Format compression_algorithm subtable as reST table as it does the
semantic job rather than normal paragraph.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r-- | Documentation/filesystems/f2fs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index acae1ce0f069..41fa95b779e9 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -294,9 +294,13 @@ compress_algorithm=%s Control compress algorithm, currently f2fs supports "lzo" "lz4", "zstd" and "lzo-rle" algorithm. compress_algorithm=%s:%d Control compress algorithm and its compress level, now, only "lz4" and "zstd" support compress level config. + + ========= =========== algorithm level range + ========= =========== lz4 3 - 16 zstd 1 - 22 + ========= =========== compress_log_size=%u Support configuring compress cluster size. The size will be 4KB * (1 << %u). The default and minimum sizes are 16KB. compress_extension=%s Support adding specified extension, so that f2fs can enable |