Re: [PATCH v2 09/14] md/raid10: fix IO error at logical block size granularity

From: Yu Kuai

Date: Wed Feb 04 2026 - 11:55:48 EST


在 2026/1/28 15:57, linan666@xxxxxxxxxxxxxxx 写道:

> From: Li Nan<linan122@xxxxxxxxxx>
>
> RAID10 currently fixes IO error at PAGE_SIZE granularity. Fix at smaller
> granularity can handle more errors, and RAID will support logical block
> sizes larger than PAGE_SIZE in the future, where PAGE_SIZE IO will fail.
>
> Switch IO error fix granularity to logical block size.
>
> Signed-off-by: Li Nan<linan122@xxxxxxxxxx>
> ---
> drivers/md/raid10.c | 18 +++++-------------
> 1 file changed, 5 insertions(+), 13 deletions(-)
Reviewed-by: Yu Kuai <yukuai@xxxxxxxxx>

--
Thansk,
Kuai