u-boot/fs/erofs
Jianan Huang 91f5dac3f6 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>
2024-04-18 16:37:16 -06:00
..
data.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
decompress.c fs/erofs: add DEFLATE algorithm support 2024-04-18 16:37:16 -06:00
decompress.h fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
erofs_fs.h fs/erofs: add DEFLATE algorithm support 2024-04-18 16:37:16 -06:00
fs.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
internal.h fs/erofs: Remove an unnecessary assertion 2023-08-07 13:41:44 -04:00
Kconfig fs/erofs: add DEFLATE algorithm support 2024-04-18 16:37:16 -06:00
Makefile Correct SPL use of FS_EROFS 2023-02-10 07:41:39 -05:00
namei.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
super.c fs/erofs: Quieten test for filesystem presence 2023-08-19 04:12:52 +02:00
zmap.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00