commit | 39ace5c43027977ad04f3592259e080a9e11f78b | [log] [tgz] |
---|---|---|
author | Yifan Zhao <zhaoyifan@sjtu.edu.cn> | Fri Jul 07 23:52:12 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 17 15:38:11 2023 -0400 |
tree | c689f2468cb7b1aeba07b33991b1c3633955ea63 | |
parent | aefa176f4c45d54f2e1c4bfba2e89f9d0a2b28af [diff] |
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>