mbox series

[GIT,PULL] md-6.15-20250416

Message ID 20250417021442.1670701-1-yukuai1@huaweicloud.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] md-6.15-20250416 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git tags/md-6.15-20250416

Message

Yu Kuai April 17, 2025, 2:14 a.m. UTC
Hi Jens,

Please consider pulling the following changes for md-6.15 on your
block-6.15 branch, this pull request contains:

- fix raid10 missing discard IO accounting (Yu Kuai)
- fix bitmap stats for bitmap file (Zheng Qixing)
- fix oops while reading all member disks failed during check/repair (Meir Elisha)

Thanks,
Kuai

The following changes since commit 72070e57b0a518ec8e562a2b68fdfc796ef5c040:

  selftests: ublk: fix test_stripe_04 (2025-04-03 20:13:38 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git tags/md-6.15-20250416

for you to fetch changes up to b7c178d9e57c8fd4238ff77263b877f6f16182ba:

  md/raid1: Add check for missing source disk in process_checks() (2025-04-16 18:06:37 +0800)

----------------------------------------------------------------
Meir Elisha (1):
      md/raid1: Add check for missing source disk in process_checks()

Yu Kuai (1):
      md/raid10: fix missing discard IO accounting

Zheng Qixing (1):
      md/md-bitmap: fix stats collection for external bitmaps

 drivers/md/md-bitmap.c |  5 ++---
 drivers/md/raid1.c     | 26 ++++++++++++++++----------
 drivers/md/raid10.c    |  1 +
 3 files changed, 19 insertions(+), 13 deletions(-)

Comments

Jens Axboe April 17, 2025, 3:09 a.m. UTC | #1
On 4/16/25 8:14 PM, Yu Kuai wrote:
> Hi Jens,
> 
> Please consider pulling the following changes for md-6.15 on your
> block-6.15 branch, this pull request contains:
> 
> - fix raid10 missing discard IO accounting (Yu Kuai)
> - fix bitmap stats for bitmap file (Zheng Qixing)
> - fix oops while reading all member disks failed during check/repair (Meir Elisha)

Pulled, thanks.