mbox series

[GIT,PULL] Block fixes for 6.3-rc6

Message ID 52f2b320-dbcf-f276-bd86-ec6dd21b88dc@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.3-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.3-2023-04-06

Message

Jens Axboe April 7, 2023, 4:50 p.m. UTC
Hi Linus,

A few block fixes that should go into the 6.3 release:

- Ensure that ublk always reads the whole sqe upfront (me)

- Fix for a block size probing issue with ublk (Ming)

- Fix for the bio based polling (Keith)

- NVMe pull request via Christoph
	- fix discard support without oncs (Keith Busch)

- Partition scan error handling regression fix (Yu)

Please pull!


The following changes since commit 24ab70d83784a807c9ddff939ea762ef19bd4ffd:

  Merge tag 'md-fixes-2023-03-29' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.3 (2023-03-30 20:29:47 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.3-2023-04-06

for you to fetch changes up to 3723091ea1884d599cc8b8bf719d6f42e8d4d8b1:

  block: don't set GD_NEED_PART_SCAN if scan partition failed (2023-04-06 20:41:53 -0600)

----------------------------------------------------------------
block-6.3-2023-04-06

----------------------------------------------------------------
Jens Axboe (2):
      ublk: read any SQE values upfront
      Merge tag 'nvme-6.3-2023-04-06' of git://git.infradead.org/nvme into block-6.3

Keith Busch (2):
      blk-mq: directly poll requests
      nvme: fix discard support without oncs

Ming Lei (1):
      block: ublk: make sure that block size is set correctly

Yu Kuai (1):
      block: don't set GD_NEED_PART_SCAN if scan partition failed

 block/blk-mq.c           |  4 +---
 block/genhd.c            |  8 +++++++-
 drivers/block/ublk_drv.c | 26 +++++++++++++++++++++++---
 drivers/nvme/host/core.c |  6 +++---
 4 files changed, 34 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org April 8, 2023, 7:01 p.m. UTC | #1
The pull request you sent on Fri, 7 Apr 2023 10:50:40 -0600:

> git://git.kernel.dk/linux.git tags/block-6.3-2023-04-06

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

Thank you!