Skip to content

Commit f230441

Browse files
bagasmeJaegeuk Kim
authored andcommitted
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>
1 parent 4bc6bf7 commit f230441

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/filesystems/f2fs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,13 @@ compress_algorithm=%s Control compress algorithm, currently f2fs supports "lzo"
294294
"lz4", "zstd" and "lzo-rle" algorithm.
295295
compress_algorithm=%s:%d Control compress algorithm and its compress level, now, only
296296
"lz4" and "zstd" support compress level config.
297+
298+
========= ===========
297299
algorithm level range
300+
========= ===========
298301
lz4 3 - 16
299302
zstd 1 - 22
303+
========= ===========
300304
compress_log_size=%u Support configuring compress cluster size. The size will
301305
be 4KB * (1 << %u). The default and minimum sizes are 16KB.
302306
compress_extension=%s Support adding specified extension, so that f2fs can enable

0 commit comments

Comments
 (0)