All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 6.9-rc1
Date: Fri, 22 Mar 2024 11:09:10 -0600	[thread overview]
Message-ID: <64206ee9-68fc-4ff4-8b28-a9fd0e09aad5@kernel.dk> (raw)

Hi Linus,

Followup fixes for the block area:

- NVMe pull request via Keith
	- Make an informative message less ominous (Keith)
	- Enhanced trace decoding (Guixin)
	- TCP updates (Hannes, Li)
	- Fabrics connect deadlock fix (Chunguang)
	- Platform API migration update (Uwe)
	- A new device quirk (Jiawei)"
- Remove dead assignment in fd (Yufeng)

Please pull!


The following changes since commit 4c4ab8ae416350ce817339f239bdaaf351212f15:

  block: fix mismatched kerneldoc function name (2024-03-14 09:40:47 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.9-20240322

for you to fetch changes up to 07602678091c0096e79f04aea8a148b76eee0d7e:

  Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9 (2024-03-21 13:23:07 -0600)

----------------------------------------------------------------
block-6.9-20240322

----------------------------------------------------------------
Chunguang Xu (1):
      nvme: fix reconnection fail due to reserved tag allocation

Guixin Liu (8):
      nvmet: add tracing of authentication commands
      nvmet: add tracing of zns commands
      nvme: use nvme_disk_is_ns_head helper
      nvme: parse zns command's zsa and zrasf to string
      nvme: add tracing of reservation commands
      nvme: parse format command's lbafu when tracing
      nvme: remove redundant BUILD_BUG_ON check
      nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag

Hannes Reinecke (1):
      nvmet-tcp: do not continue for invalid icreq

Jens Axboe (1):
      Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9

Jiawei Fu (iBug) (1):
      drivers/nvme: Add quirks for device 126f:2262

Keith Busch (1):
      nvme: change shutdown timeout setting message

Li Feng (2):
      nvme-tcp: Export the nvme_tcp_wq to sysfs
      nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq

Uwe Kleine-König (1):
      nvme-apple: Convert to platform remove callback returning void

Yufeng Wang (1):
      floppy: remove duplicated code in redo_fd_request()

 drivers/block/floppy.c      |   1 -
 drivers/nvme/host/apple.c   |   6 +--
 drivers/nvme/host/core.c    |  11 +++--
 drivers/nvme/host/fabrics.h |   7 ---
 drivers/nvme/host/pci.c     |   3 ++
 drivers/nvme/host/pr.c      |   3 +-
 drivers/nvme/host/sysfs.c   |   3 +-
 drivers/nvme/host/tcp.c     |  21 +++++++--
 drivers/nvme/host/trace.c   | 105 ++++++++++++++++++++++++++++++++++++++++++--
 drivers/nvme/target/rdma.c  |   8 ++--
 drivers/nvme/target/tcp.c   |   1 +
 drivers/nvme/target/trace.c |  98 +++++++++++++++++++++++++++++++++++++++++
 12 files changed, 233 insertions(+), 34 deletions(-)
-- 
Jens Axboe


             reply	other threads:[~2024-03-22 17:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22 17:09 Jens Axboe [this message]
2024-03-22 20:04 ` [GIT PULL] Block fixes for 6.9-rc1 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-03-15 18:55 Jens Axboe
2024-03-15 21:59 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64206ee9-68fc-4ff4-8b28-a9fd0e09aad5@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.