[PATCH v4 0/2] md: fix is_mddev_idle()

linan666@huaweicloud.com posted 2 patches 1 year, 11 months ago
drivers/md/md.h        |  5 +++--
include/linux/blkdev.h |  2 +-
drivers/md/md.c        | 11 ++++++++---
3 files changed, 12 insertions(+), 6 deletions(-)
[PATCH v4 0/2] md: fix is_mddev_idle()
Posted by linan666@huaweicloud.com 1 year, 11 months ago
From: Li Nan <linan122@huawei.com>

Changes in v4:
 - patch 2, add the check of 'init', update last_events even if iostat
   is disabled.

Li Nan (2):
  md: Fix overflow in is_mddev_idle
  md: don't account sync_io if iostats of the disk is disabled

 drivers/md/md.h        |  5 +++--
 include/linux/blkdev.h |  2 +-
 drivers/md/md.c        | 11 ++++++++---
 3 files changed, 12 insertions(+), 6 deletions(-)

-- 
2.39.2
Re: [PATCH v4 0/2] md: fix is_mddev_idle()
Posted by Song Liu 1 year, 8 months ago
On Tue, Jan 16, 2024 at 7:23 PM <linan666@huaweicloud.com> wrote:
>
> From: Li Nan <linan122@huawei.com>
>
> Changes in v4:
>  - patch 2, add the check of 'init', update last_events even if iostat
>    is disabled.
>
> Li Nan (2):
>   md: Fix overflow in is_mddev_idle
>   md: don't account sync_io if iostats of the disk is disabled

Applied to md-6.10. Thanks!

Song
Re: [PATCH v4 0/2] md: fix is_mddev_idle()
Posted by Li Nan 1 year, 9 months ago
friendly ping ...

在 2024/1/17 11:19, linan666@huaweicloud.com 写道:
> From: Li Nan <linan122@huawei.com>
> 
> Changes in v4:
>   - patch 2, add the check of 'init', update last_events even if iostat
>     is disabled.
> 
> Li Nan (2):
>    md: Fix overflow in is_mddev_idle
>    md: don't account sync_io if iostats of the disk is disabled
> 
>   drivers/md/md.h        |  5 +++--
>   include/linux/blkdev.h |  2 +-
>   drivers/md/md.c        | 11 ++++++++---
>   3 files changed, 12 insertions(+), 6 deletions(-)
> 

-- 
Thanks,
Nan

Re: [PATCH v4 0/2] md: fix is_mddev_idle()
Posted by Song Liu 1 year, 9 months ago
On Thu, Mar 7, 2024 at 5:12 PM Li Nan <linan666@huaweicloud.com> wrote:
>
> friendly ping ...

I am sorry that I somehow missed this (or archived it in patchwork). I think
we gonna ship this to 6.10 kernel. I will work on it later.

Thanks,
Song