mbox series

[GIT,PULL] md-next 2023-04-28

Message ID 64602C04-36AA-42D2-A6CE-6039BF4D8EB7@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-next 2023-04-28 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-next-2023-04-28

Message

Song Liu April 28, 2023, 4:31 p.m. UTC
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(-)

Comments

Jens Axboe April 28, 2023, 4:38 p.m. UTC | #1
On 4/28/23 10:31 AM, Song Liu wrote:
> 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. 

Pulled, thanks.