From: Yue Hu <zbestahu@gmail.com>
To: Gao Xiang <hsiangkao@linux.alibaba.com>
Cc: linux-erofs@lists.ozlabs.org, Shijie Sun <sunshijie@xiaomi.com>,
LKML <linux-kernel@vger.kernel.org>,
huyue2@coolpad.com, zhangwen@coolpad.com
Subject: Re: [PATCH] erofs: fix wrong primary bvec selection on deduplicated extents
Date: Thu, 20 Jul 2023 09:31:17 +0800 [thread overview]
Message-ID: <20230720093117.000072a1.zbestahu@gmail.com> (raw)
In-Reply-To: <20230719065459.60083-1-hsiangkao@linux.alibaba.com>
On Wed, 19 Jul 2023 14:54:59 +0800
Gao Xiang <hsiangkao@linux.alibaba.com> wrote:
> When handling deduplicated compressed data, there can be multiple
> decompressed extents pointing to the same compressed data in one shot.
>
> In such cases, the bvecs which belong to the longest extent will be
> selected as the primary bvecs for real decompressors to decode and the
> other duplicated bvecs will be directly copied from the primary bvecs.
>
> Previously, only relative offsets of the longest extent was checked to
> decompress the primary bvecs. On rare occasions, it can be incorrect
> if there are several extents with the same start relative offset.
> As a result, some short bvecs could be selected for decompression and
> then cause data corruption.
>
> For example, as Shijie Sun reported off-list, considering the following
> extents of a file:
> 117: 903345.. 915250 | 11905 : 385024.. 389120 | 4096
> ...
> 119: 919729.. 930323 | 10594 : 385024.. 389120 | 4096
> ...
> 124: 968881.. 980786 | 11905 : 385024.. 389120 | 4096
>
> The start relative offset is the same: 2225, but extent 119 (919729..
> 930323) is shorter than the others.
>
> Let's restrict the bvec length in addition to the start offset if bvecs
> are not full.
>
> Reported-by: Shijie Sun <sunshijie@xiaomi.com>
> Fixes: 5c2a64252c5d ("erofs: introduce partial-referenced pclusters")
> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Yue Hu <huyue2@coolpad.com>
next prev parent reply other threads:[~2023-07-20 1:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-19 6:54 Gao Xiang
2023-07-20 1:31 ` Yue Hu [this message]
2023-07-30 13:06 ` Chao Yu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230720093117.000072a1.zbestahu@gmail.com \
--to=zbestahu@gmail.com \
--cc=hsiangkao@linux.alibaba.com \
--cc=huyue2@coolpad.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sunshijie@xiaomi.com \
--cc=zhangwen@coolpad.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®