[PATCH v7 0/2] raid10 bugfix

linan666@huaweicloud.com posted 2 patches 11 months ago
drivers/md/raid10.c | 42 ++++++++++++++++++++++++++++++++++++------
1 file changed, 36 insertions(+), 6 deletions(-)
[PATCH v7 0/2] raid10 bugfix
Posted by linan666@huaweicloud.com 11 months ago
From: Li Nan <linan122@huawei.com>

Changes in v7:
 - in patch 1, change "fail" to "fails".

Changes in v6:
 - in patch 1, improve commit message summary and comment.

Changes in v5:
 - v4 send wrong patch, correct and resend.

Changes in v4:
 - improve commit log
 - removed applied patches


Li Nan (2):
  md/raid10: Do not add spare disk when recovery fails
  md/raid10: fix io loss while replacement replace rdev

 drivers/md/raid10.c | 42 ++++++++++++++++++++++++++++++++++++------
 1 file changed, 36 insertions(+), 6 deletions(-)

-- 
2.39.2
Re: [PATCH v7 0/2] raid10 bugfix
Posted by Song Liu 11 months ago
On Fri, Jun 2, 2023 at 2:22 AM <linan666@huaweicloud.com> wrote:
>
> From: Li Nan <linan122@huawei.com>
>
> Changes in v7:
>  - in patch 1, change "fail" to "fails".

Applied v7 to md-next.

Thanks,
Song