-
- Downloads
erofs: introduce partial-referenced pclusters
Due to deduplication for compressed data, pclusters can be partially referenced with their prefixes. Together with the user-space implementation, it enables EROFS variable-length global compressed data deduplication with rolling hash. Link: https://lore.kernel.org/r/20220923014915.4362-1-hsiangkao@linux.alibaba.com Reviewed-by:Yue Hu <huyue2@coolpad.com> Signed-off-by:
Gao Xiang <hsiangkao@linux.alibaba.com>
Showing
- fs/erofs/decompressor_lzma.c 3 additions, 0 deletionsfs/erofs/decompressor_lzma.c
- fs/erofs/erofs_fs.h 6 additions, 1 deletionfs/erofs/erofs_fs.h
- fs/erofs/internal.h 4 additions, 0 deletionsfs/erofs/internal.h
- fs/erofs/super.c 2 additions, 0 deletionsfs/erofs/super.c
- fs/erofs/sysfs.c 2 additions, 0 deletionsfs/erofs/sysfs.c
- fs/erofs/zdata.c 1 addition, 0 deletionsfs/erofs/zdata.c
- fs/erofs/zmap.c 5 additions, 1 deletionfs/erofs/zmap.c
Loading