mbox series

[GIT,PULL] Block fixes for 5.9-rc5

Message ID 21cdf16d-2303-2eb7-c79b-21f75a268c43@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.9-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.9-2020-09-11

Message

Jens Axboe Sept. 11, 2020, 4:10 p.m. UTC
Hi Linus,

Trying to put the pull request changelog in the tag this time, not sure
what you prefer here. Anyway, a few fixes for block that we should have
in the next -rc, please pull!


The following changes since commit 7e24969022cbd61ddc586f14824fc205661bb124:

  block: allow for_each_bvec to support zero len bvec (2020-09-02 20:59:40 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.9-2020-09-11

for you to fetch changes up to fd04358e0196fe3b7b44c69b755c7fc329360829:

  Merge tag 'nvme-5.9-2020-09-10' of git://git.infradead.org/nvme into block-5.9 (2020-09-10 07:12:22 -0600)

----------------------------------------------------------------
- Fix a regression in bdev partition locking (Christoph)

- NVMe pull request from Christoph:
	- cancel async events before freeing them (David Milburn)
	- revert a broken race fix (James Smart)
	- fix command processing during resets (Sagi Grimberg)

- Fix a kyber crash with requeued flushes (Omar)

- Fix __bio_try_merge_page() same_page error for no merging (Ritesh)

----------------------------------------------------------------
Christoph Hellwig (1):
      block: restore a specific error code in bdev_del_partition

David Milburn (3):
      nvme-fc: cancel async events before freeing event struct
      nvme-rdma: cancel async events before freeing event struct
      nvme-tcp: cancel async events before freeing event struct

James Smart (1):
      nvme: Revert: Fix controller creation races with teardown flow

Jens Axboe (1):
      Merge tag 'nvme-5.9-2020-09-10' of git://git.infradead.org/nvme into block-5.9

Omar Sandoval (1):
      block: only call sched requeue_request() for scheduled requests

Ritesh Harjani (1):
      block: Set same_page to false in __bio_try_merge_page if ret is false

Sagi Grimberg (1):
      nvme-fabrics: allow to queue requests for live queues

 block/bfq-iosched.c         | 12 ------------
 block/bio.c                 |  4 +++-
 block/blk-mq-sched.h        |  2 +-
 block/partitions/core.c     |  2 +-
 drivers/nvme/host/core.c    |  5 -----
 drivers/nvme/host/fabrics.c | 12 ++++++++----
 drivers/nvme/host/fc.c      |  1 +
 drivers/nvme/host/nvme.h    |  1 -
 drivers/nvme/host/rdma.c    |  1 +
 drivers/nvme/host/tcp.c     |  1 +
 10 files changed, 16 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 11, 2020, 8:45 p.m. UTC | #1
The pull request you sent on Fri, 11 Sep 2020 10:10:12 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.9-2020-09-11

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

Thank you!