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>
Showing
- fs/erofs/data.c 105 additions, 60 deletionsfs/erofs/data.c
- fs/erofs/decompress.c 26 additions, 6 deletionsfs/erofs/decompress.c
- fs/erofs/decompress.h 3 additions, 0 deletionsfs/erofs/decompress.h
- fs/erofs/erofs_fs.h 165 additions, 136 deletionsfs/erofs/erofs_fs.h
- fs/erofs/fs.c 6 additions, 6 deletionsfs/erofs/fs.c
- fs/erofs/internal.h 103 additions, 16 deletionsfs/erofs/internal.h
- fs/erofs/namei.c 29 additions, 15 deletionsfs/erofs/namei.c
- fs/erofs/super.c 18 additions, 15 deletionsfs/erofs/super.c
- fs/erofs/zmap.c 187 additions, 90 deletionsfs/erofs/zmap.c
Loading