]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs/erofs: Introduce new features including ztailpacking, fragments and dedupe
authorYifan Zhao <zhaoyifan@sjtu.edu.cn>
Fri, 7 Jul 2023 15:52:12 +0000 (23:52 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 17 Jul 2023 19:38:11 +0000 (15:38 -0400)
commit3a21e92fc255d38a76a3c9a9eb4c2c693fc93b65
treec689f2468cb7b1aeba07b33991b1c3633955ea63
parentf59f5a869d4cd1941325dd0f5991c33950ce488e
fs/erofs: Introduce new features including ztailpacking, fragments and dedupe

This patch updates erofs driver code to catch up with the latest code of
erofs_utils (commit e4939f9eaa177e05d697ace85d8dc283e25dc2ed).

LZMA will be supported in the separate patch later.

Signed-off-by: Yifan Zhao <zhaoyifan@sjtu.edu.cn>
Reviewed-by: Huang Jianan <jnhuang95@gmail.com>
fs/erofs/data.c
fs/erofs/decompress.c
fs/erofs/decompress.h
fs/erofs/erofs_fs.h
fs/erofs/fs.c
fs/erofs/internal.h
fs/erofs/namei.c
fs/erofs/super.c
fs/erofs/zmap.c