mbox series

[GIT,PULL] Block fixes for 5.9-rc

Message ID ba52c998-b99a-e8bc-c78f-583e5e09e045@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.9-rc | expand

Pull-request

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

Message

Jens Axboe Sept. 22, 2020, 5:05 p.m. UTC
Hi Linus,

A few NVMe fixes, and a dasd write zero fix.

Please pull.

The following changes since commit 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)

are available in the Git repository at:

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

for you to fetch changes up to 4a2dd2c798522859811dd520a059f982278be9d9:

  Merge tag 'nvme-5.9-2020-09-17' of git://git.infradead.org/nvme into block-5.9 (2020-09-17 11:49:44 -0600)

----------------------------------------------------------------
block-5.9-2020-09-22

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: get/put ctrl and transport module in nvme_dev_open/release()

Christoph Hellwig (1):
      nvmet: get transport reference for passthru ctrl

David Milburn (1):
      nvme-pci: disable the write zeros command for Intel 600P/P3100

Jan Höppner (1):
      s390/dasd: Fix zero write for FBA devices

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

Necip Fazil Yildiran (1):
      nvme-tcp: fix kconfig dependency warning when !CRYPTO

 drivers/nvme/host/Kconfig      |  1 +
 drivers/nvme/host/core.c       | 15 +++++++++++++++
 drivers/nvme/host/pci.c        |  3 ++-
 drivers/nvme/target/passthru.c |  2 ++
 drivers/s390/block/dasd_fba.c  |  9 ++++++++-
 5 files changed, 28 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 22, 2020, 10:15 p.m. UTC | #1
The pull request you sent on Tue, 22 Sep 2020 11:05:51 -0600:

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

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

Thank you!