Home
last modified time | relevance | path

Searched hist:"267 f2492c8f71dac44399988b510f9bf6b074a51" (Results 1 – 3 of 3) sorted by relevance

/linux/fs/erofs/
H A Dcompress.hdiff 267f2492c8f71dac44399988b510f9bf6b074a51 Fri Jul 15 17:42:03 CEST 2022 Gao Xiang <hsiangkao@linux.alibaba.com> erofs: introduce multi-reference pclusters (fully-referenced)

Let's introduce multi-reference pclusters at runtime. In details,
if one pcluster is requested by multiple extents at almost the same
time (even belong to different files), the longest extent will be
decompressed as representative and the other extents are actually
copied from the longest one in one round.

After this patch, fully-referenced extents can be correctly handled
and the full decoding check needs to be bypassed for
partial-referenced extents.

Acked-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220715154203.48093-17-hsiangkao@linux.alibaba.com
H A Ddecompressor.cdiff 267f2492c8f71dac44399988b510f9bf6b074a51 Fri Jul 15 17:42:03 CEST 2022 Gao Xiang <hsiangkao@linux.alibaba.com> erofs: introduce multi-reference pclusters (fully-referenced)

Let's introduce multi-reference pclusters at runtime. In details,
if one pcluster is requested by multiple extents at almost the same
time (even belong to different files), the longest extent will be
decompressed as representative and the other extents are actually
copied from the longest one in one round.

After this patch, fully-referenced extents can be correctly handled
and the full decoding check needs to be bypassed for
partial-referenced extents.

Acked-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220715154203.48093-17-hsiangkao@linux.alibaba.com
H A Dzdata.cdiff 267f2492c8f71dac44399988b510f9bf6b074a51 Fri Jul 15 17:42:03 CEST 2022 Gao Xiang <hsiangkao@linux.alibaba.com> erofs: introduce multi-reference pclusters (fully-referenced)

Let's introduce multi-reference pclusters at runtime. In details,
if one pcluster is requested by multiple extents at almost the same
time (even belong to different files), the longest extent will be
decompressed as representative and the other extents are actually
copied from the longest one in one round.

After this patch, fully-referenced extents can be correctly handled
and the full decoding check needs to be bypassed for
partial-referenced extents.

Acked-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220715154203.48093-17-hsiangkao@linux.alibaba.com