From: Keith Busch <kbusch@kernel.org>
To: axboe@kernel.dk
Cc: hch@lst.de, linux-nvme@lists.infradead.org, sagi@grimberg.me
Subject: [GIT PULL] nvme fixes for Linux 6.12
Date: Thu, 17 Oct 2024 12:48:12 -0600 [thread overview]
Message-ID: <ZxFb7BMydvpLbDuh@kbusch-mbp.dhcp.thefacebook.com> (raw)
The following changes since commit 8be007c8e0911d0450b402ca8cbb1a8cbd00e8f2:
block: fix blk_rq_map_integrity_sg kernel-doc (2024-09-27 04:19:53 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.12-2024-10-18
for you to fetch changes up to 599d9f3a10eec69ef28a90161763e4bd7c9c02bf:
nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function (2024-10-17 11:07:37 -0700)
----------------------------------------------------------------
nvme fixes for Linux 6.12
- Fix target passthrough identifier (Nilay)
- Fix tcp locking (Hannes)
- Replace list with sbitmap for tracking RDMA rsp tags (Guixen)
- Remove unnecessary fallthrough statements (Tokunori)
- Remove ready-without-media support (Greg)
- Fix multipath partition scan deadlock (Keith)
- Fix concurrent PCI reset and remove queue mapping (Maurizio)
- Fabrics shutdown fixes (Nilay)
----------------------------------------------------------------
Greg Joyce (1):
nvme: disable CC.CRIME (NVME_CC_CRIME)
Guixin Liu (1):
nvmet-rdma: use sbitmap to replace rsp free list
Hannes Reinecke (1):
nvme: tcp: avoid race between queue_lock lock and destroy
Keith Busch (1):
nvme-multipath: defer partition scanning
Maurizio Lombardi (1):
nvme-pci: fix race condition between reset and nvme_dev_disable()
Nilay Shroff (4):
nvmet-passthru: clear EUID/NGUID/UUID while using loop target
nvme-loop: flush off pending I/O while shutting down loop controller
nvme: make keep-alive synchronous operation
nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function
Tokunori Ikegami (1):
nvme: delete unnecessary fallthru comment
drivers/nvme/host/core.c | 41 +++++++++++++++++------------------------
drivers/nvme/host/multipath.c | 40 +++++++++++++++++++++++++++++++++-------
drivers/nvme/host/nvme.h | 1 +
drivers/nvme/host/pci.c | 19 ++++++++++++++++---
drivers/nvme/host/tcp.c | 7 ++++---
drivers/nvme/target/loop.c | 13 +++++++++++++
drivers/nvme/target/passthru.c | 6 ++----
drivers/nvme/target/rdma.c | 56 +++++++++++++++++++++++++++-----------------------------
8 files changed, 113 insertions(+), 70 deletions(-)
next reply other threads:[~2024-10-17 18:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 18:48 Keith Busch [this message]
2024-10-17 19:12 ` [GIT PULL] nvme fixes for Linux 6.12 Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 15:08 Keith Busch
2024-10-31 15:10 ` Jens Axboe
2024-09-25 6:40 Keith Busch
2024-09-25 9:29 ` Jens Axboe
2024-09-13 14:34 [GIT PULL] nvme fixes for linux 6.12 Keith Busch
2024-09-13 14:39 ` Jens Axboe
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=ZxFb7BMydvpLbDuh@kbusch-mbp.dhcp.thefacebook.com \
--to=kbusch@kernel.org \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox