All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.9-rc
@ 2020-09-22 17:05 Jens Axboe
  2020-09-22 22:15 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2020-09-22 17:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

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

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Block fixes for 5.9-rc
  2020-09-22 17:05 [GIT PULL] Block fixes for 5.9-rc Jens Axboe
@ 2020-09-22 22:15 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-09-22 22:15 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] block fixes for 5.9-rc
  2020-09-26  2:23 [GIT PULL] block " Jens Axboe
@ 2020-09-26 18:23 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-09-26 18:23 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 25 Sep 2020 20:23:42 -0600:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] block fixes for 5.9-rc
@ 2020-09-26  2:23 Jens Axboe
  2020-09-26 18:23 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2020-09-26  2:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

NVMe pull request from Christoph, and removal of a dead define.

- fix error during controller probe that cause double free irqs
  (Keith Busch)
- FC connection establishment fix (James Smart)
- properly handle completions for invalid tags (Xianting Tian)
- pass the correct nsid to the command effects and supported log
  (Chaitanya Kulkarni)"

Please pull.


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

are available in the Git repository at:

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

for you to fetch changes up to 3aab91774bbd8e571cfaddaf839aafd07718333c:

  block: remove unused BLK_QC_T_EAGAIN flag (2020-09-25 07:54:50 -0600)

----------------------------------------------------------------
block-5.9-2020-09-25

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: don't use NVME_NSID_ALL for command effects and supported log

James Smart (1):
      nvme-fc: fail new connections to a deleted host or remote port

Jeffle Xu (1):
      block: remove unused BLK_QC_T_EAGAIN flag

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

Keith Busch (1):
      nvme: return errors for hwmon init

Xianting Tian (1):
      nvme-pci: fix NULL req in completion handler

 drivers/nvme/host/core.c  |  9 ++++++---
 drivers/nvme/host/fc.c    |  6 ++++--
 drivers/nvme/host/hwmon.c | 14 ++++++--------
 drivers/nvme/host/nvme.h  |  7 +++++--
 drivers/nvme/host/pci.c   | 14 +++++++-------
 include/linux/blk_types.h |  3 +--
 6 files changed, 29 insertions(+), 24 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-26 18:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 17:05 [GIT PULL] Block fixes for 5.9-rc Jens Axboe
2020-09-22 22:15 ` pr-tracker-bot
2020-09-26  2:23 [GIT PULL] block " Jens Axboe
2020-09-26 18:23 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.