mbox series

[GIT,PULL] Block fixes for 5.9-rc3

Message ID ea435538-0daa-b039-833a-cf619d210bb7@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.9-rc3 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.9-2020-08-28

Message

Jens Axboe Aug. 28, 2020, 8:03 p.m. UTC
Hi Linus,

- nbd timeout fix (Hou)

- Device size fix for loop LOOP_CONFIGURE (Martijn)

- MD pull from Song with raid5 stripe size fix (Yufen)

Please pull!


The following changes since commit 2d62e6b038e729c3e4bfbfcfbd44800ef0883680:

  null_blk: fix passing of REQ_FUA flag in null_handle_rq (2020-08-21 17:14:28 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.9-2020-08-28

for you to fetch changes up to a433d7217feab712ff69ef5cc2a86f95ed1aca40:

  Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.9 (2020-08-28 07:52:02 -0600)

----------------------------------------------------------------
block-5.9-2020-08-28

----------------------------------------------------------------
Hou Pu (1):
      nbd: restore default timeout when setting it to zero

Jens Axboe (1):
      Merge branch 'md-fixes' of https://git.kernel.org/.../song/md into block-5.9

Martijn Coenen (1):
      loop: Set correct device size when using LOOP_CONFIGURE

Yufen Yu (1):
      md/raid5: make sure stripe_size as power of two

 drivers/block/loop.c | 4 ++--
 drivers/block/nbd.c  | 2 ++
 drivers/md/raid5.c   | 7 +++++--
 3 files changed, 9 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 28, 2020, 11:40 p.m. UTC | #1
The pull request you sent on Fri, 28 Aug 2020 14:03:28 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.9-2020-08-28

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d41ead6ead97c3730bbd186a601a64828668f01

Thank you!