Re: [PATCH 1/2] erofs: introduce chunk-based file on-disk format

From: Chao Yu
Date: Wed Aug 18 2021 - 23:32:44 EST


On 2021/8/18 15:07, Gao Xiang wrote:
Currently, uncompressed data except for tail-packing inline is
consecutive on disk.

In order to support chunk-based data deduplication, add a new
corresponding inode data layout.

In the future, the data source of chunks can be either (un)compressed.

Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,