All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] nvme fixes for Linux 6.11
@ 2024-08-22 20:36 Keith Busch
  2024-08-22 22:38 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2024-08-22 20:36 UTC (permalink / raw)
  To: axboe; +Cc: linux-nvme, hch, sagi

The following changes since commit 81475beb1b5996505a39cd1d9316ce1e668932a2:

  block: Drop NULL check in bdev_write_zeroes_sectors() (2024-08-19 09:48:59 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.11-2024-08-22

for you to fetch changes up to fe01751347359862c65c715d51c0b3f4fa8ee2f0:

  nvme: Remove unused field (2024-08-22 13:28:40 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.11

 - Remove unused struct field (Nilay)
 - Fix fabrics keep-alive teardown order (Ming)

----------------------------------------------------------------
Ming Lei (1):
      nvme: move stopping keep-alive into nvme_uninit_ctrl()

Nilay Shroff (1):
      nvme: Remove unused field

 drivers/nvme/host/core.c | 2 +-
 drivers/nvme/host/nvme.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] nvme fixes for Linux 6.11
@ 2024-09-05 14:41 Keith Busch
  2024-09-05 14:46 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2024-09-05 14:41 UTC (permalink / raw)
  To: axboe; +Cc: hch, sagi, linux-nvme

The following changes since commit e6b09a173870720e4d4c6fd755803970015ac043:

  Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead.org/nvme into block-6.11 (2024-08-22 16:20:24 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.11-2024-09-05

for you to fetch changes up to 899d2e5a4e3d36689e8938e152f4b69a4bcc6b4d:

  nvmet: Identify-Active Namespace ID List command should reject invalid nsid (2024-09-03 10:05:40 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.11

 - Sparse fix on static symbol (Jinjie)
 - Misleading warning message fix (Keith)
 - TCP command allocation handling fix (Maurizio)
 - PCI tagset allocation handling fix (Keith)
 - Low-power quirk for Samsung (Georg)
 - Queue limits fix for zone devices (Christoph)
 - Target protocol behavior fix (Maurizio)

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: set BLK_FEAT_ZONED for ZNS multipath disks

Georg Gottleuber (1):
      nvme-pci: Add sleep quirk for Samsung 990 Evo

Jinjie Ruan (1):
      nvmet: Make nvmet_debugfs static

Keith Busch (2):
      nvme: use better description for async reset reason
      nvme-pci: allocate tagset on reset if necessary

Maurizio Lombardi (2):
      nvmet-tcp: fix kernel crash if commands allocation fails
      nvmet: Identify-Active Namespace ID List command should reject invalid nsid

 drivers/nvme/host/core.c        |  3 ++-
 drivers/nvme/host/multipath.c   |  4 +++-
 drivers/nvme/host/pci.c         | 17 +++++++++++++++++
 drivers/nvme/target/admin-cmd.c | 10 ++++++++++
 drivers/nvme/target/debugfs.c   |  2 +-
 drivers/nvme/target/tcp.c       |  4 +++-
 6 files changed, 36 insertions(+), 4 deletions(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] nvme fixes for Linux 6.11
@ 2024-08-08 18:15 Keith Busch
  2024-08-08 18:28 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2024-08-08 18:15 UTC (permalink / raw)
  To: axboe; +Cc: linux-nvme, hch, sagi

The following changes since commit 01aa8c869d0cdaf603f42dc1d2302b164c25353a:

  blk-throttle: remove more latency dead-code (2024-07-27 10:33:25 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.11-2024-08-08

for you to fetch changes up to b4c1f33a5d59f577814d87704c45a745a35d8bd9:

  nvme: reorganize nvme_ns_head fields (2024-07-31 07:40:10 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.11

 - Cleanups and improved struct packing (Kanchan)

----------------------------------------------------------------
Kanchan Joshi (4):
      nvme: remove unused parameter
      nvme: remove a field from nvme_ns_head
      nvme: change data type of lba_shift
      nvme: reorganize nvme_ns_head fields

 drivers/nvme/host/core.c | 18 +++++++++---------
 drivers/nvme/host/nvme.h | 13 ++++++-------
 2 files changed, 15 insertions(+), 16 deletions(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] nvme fixes for Linux 6.11
@ 2024-07-26 14:04 Keith Busch
  2024-07-26 14:06 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2024-07-26 14:04 UTC (permalink / raw)
  To: axboe; +Cc: linux-nvme, hch, sagi

The following changes since commit 8e64d2356cbc800b4cd0e3e614797f76bcf0cdb8:

  s390/dasd: fix error checks in dasd_copy_pair_store() (2024-07-15 10:57:39 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.11-2024-07-26

for you to fetch changes up to c31fad1470389666ac7169fe43aa65bf5b7e2cfd:

  nvme-pci: add missing condition check for existence of mapped data (2024-07-25 07:20:54 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.11

 - Fix request without payloads cleanup  (Leon)
 - Use new protection information format (Francis)
 - Improved debug message for lost pci link (Bart)
 - Another apst quirk (Wang)
 - Use appropriate sysfs api for printing chars (Markus)

----------------------------------------------------------------
Bart Van Assche (1):
      nvme-pci: Fix the instructions for disabling power management

Francis Pravin (1):
      nvme-core: choose PIF from QPIF if QPIFS supports and PIF is QTYPE

Israel Rukshin (1):
      nvme: remove redundant bdev local variable

Leon Romanovsky (1):
      nvme-pci: add missing condition check for existence of mapped data

Markus Elfring (1):
      nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()

WangYuli (1):
      nvme/pci: Add APST quirk for Lenovo N60z laptop

 drivers/nvme/host/core.c    |  8 +++++++-
 drivers/nvme/host/fabrics.c |  4 ++--
 drivers/nvme/host/pci.c     | 12 ++++++++++--
 drivers/nvme/host/sysfs.c   |  5 ++---
 include/linux/nvme.h        |  9 +++++++++
 5 files changed, 30 insertions(+), 8 deletions(-)



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

end of thread, other threads:[~2024-09-05 14:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 20:36 [GIT PULL] nvme fixes for Linux 6.11 Keith Busch
2024-08-22 22:38 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05 14:41 Keith Busch
2024-09-05 14:46 ` Jens Axboe
2024-08-08 18:15 Keith Busch
2024-08-08 18:28 ` Jens Axboe
2024-07-26 14:04 Keith Busch
2024-07-26 14:06 ` Jens Axboe

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.