]> git.baikalelectronics.ru Git - uboot.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)
commit867e2b15b6b3d40e5e47e976641fc5262cb90307
treec689f2468cb7b1aeba07b33991b1c3633955ea63
parentb9eeede0dfc00f1e6f7b2c11fb98b806efd9fdfa
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