OSDN Git Service

Merge tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Apr 2023 18:40:41 +0000 (11:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Apr 2023 18:40:41 +0000 (11:40 -0700)
commitda0af3c55955efceb7d23f40c8f3d9f4b590d34a
treec152bbed370d061697796212ffc51cc2c0ae7862
parentd3f05a4c428565163f26b5d34f60f02ee4ea4009
parent3723091ea1884d599cc8b8bf719d6f42e8d4d8b1
Merge tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:

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

* tag 'block-6.3-2023-04-06' of git://git.kernel.dk/linux:
  block: don't set GD_NEED_PART_SCAN if scan partition failed
  block: ublk: make sure that block size is set correctly
  ublk: read any SQE values upfront
  nvme: fix discard support without oncs
  blk-mq: directly poll requests