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(-)