]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs/erofs: add DEFLATE algorithm support
authorJianan Huang <jnhuang95@gmail.com>
Sun, 14 Apr 2024 15:04:14 +0000 (23:04 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 18 Apr 2024 22:37:16 +0000 (16:37 -0600)
commit91f5dac3f6aff7e1f88adcd91d98b0006e85789b
treed6783d6697cc5caf55d5a241aa857bc1b74979ca
parent8ab388bfdbcf1490c8c40480ef187a025b55c553
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>
fs/erofs/Kconfig
fs/erofs/decompress.c
fs/erofs/erofs_fs.h