commit | 4f831f2880f4ddf8c9859199eb20e44bf223859c | [log] [tgz] |
---|---|---|
author | Jianan Huang <jnhuang95@gmail.com> | Sun Apr 14 23:04:14 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 18 16:37:16 2024 -0600 |
tree | d6783d6697cc5caf55d5a241aa857bc1b74979ca | |
parent | ac178f750f96edc06a4cd70afb29a7dbe7c52d1b [diff] |
fs/erofs: add DEFLATE algorithm support This patch adds DEFLATE compression algorithm support. It's a good choice to trade off between compression ratios and performance compared to LZ4. Alternatively, DEFLATE could be used for some specific files since EROFS supports multiple compression algorithms in one image. Signed-off-by: Jianan Huang <jnhuang95@gmail.com> Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>