Re: [PATCH] erofs: introduce partial-referenced pclusters

From: Yue Hu
Date: Thu Sep 22 2022 - 23:55:30 EST


On Fri, 23 Sep 2022 09:49:15 +0800
Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx> wrote:

> 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.
>
> Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Yue Hu <huyue2@xxxxxxxxxxx>

> ---
> fs/erofs/decompressor_lzma.c | 3 +++
> fs/erofs/erofs_fs.h | 7 ++++++-
> fs/erofs/internal.h | 4 ++++
> fs/erofs/super.c | 2 ++
> fs/erofs/sysfs.c | 2 ++
> fs/erofs/zdata.c | 1 +
> fs/erofs/zmap.c | 6 +++++-
> 7 files changed, 23 insertions(+), 2 deletions(-)