Hi Jens, Please consider pulling the following changes for md-next on top of your for-6.4/block branch. The two changes are: 1. Improve raid5 sequential IO performance on spinning disks, which fix a regression since v6.0, by Jan Kara. 2. Fix bitmap offset types, which fixes an issue introduced in this merge window, by Jonathan Derrick. Thanks, Song The following changes since commit 952aa344bf4305ab6fa0d9962ef8c2caa2afef4c: docs nbd: userspace NBD now favors github over sourceforge (2023-04-27 19:15:11 -0600) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-next-2023-04-28 for you to fetch changes up to b1211978ecf19bceb63a04f53fea4b5d73832a4a: md: Fix bitmap offset type in sb writer (2023-04-28 09:21:06 -0700) ---------------------------------------------------------------- Jan Kara (1): md/raid5: Improve performance for sequential IO Jonathan Derrick (1): md: Fix bitmap offset type in sb writer drivers/md/md-bitmap.c | 6 +++--- drivers/md/raid5.c | 45 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 4 deletions(-)