From: Keith Busch <kbusch@kernel.org>
To: axboe@kernel.dk
Cc: linux-nvme@lists.infradead.org, hch@lst.de, sagi@grimberg.me,
kch@nvidia.com
Subject: [GIT PULL] nvme updates for Linux 6.13
Date: Wed, 13 Nov 2024 10:13:20 -0700 [thread overview]
Message-ID: <ZzTeMJ60L4mViFPq@kbusch-mbp> (raw)
There is an imminent merge conflict with the srcu list fixes (applied to
upstream 6.12) with the queue freeze lockdep work in block's for-6.13.
It's a pretty straight forward resolution, but I can send the merge if
desired.
The following changes since commit fdad1a20cd57bff65539d971c0ec74faf2b5b2fc:
Merge branch 'for-6.13/block-atomic' into for-6.13/block (2024-10-22 08:21:51 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.13-2024-11-13
for you to fetch changes up to 50bee3857d081ab1b83f93c64cb5c10a4babe2d9:
nvmet: add tracing of reservation commands (2024-11-13 08:51:24 -0800)
----------------------------------------------------------------
nvme updates for Linux 6.13
- Use uring_cmd helper (Pavel)
- Host Memory Buffer allocation enhancements (Christoph)
- Target persistent reservation support (Guixin)
- Persistent reservation tracing (Guixen)
- NVMe 2.1 specification support (Keith)
- Rotational Meta Support (Matias, Wang, Keith)
- Volatile cache detection enhancment (Guixen)
----------------------------------------------------------------
Chaitanya Kulkarni (1):
nvme-core: remove repeated wq flags
Christoph Hellwig (2):
nvme-pci: fix freeing of the HMB descriptor table
nvme-pci: use dma_alloc_noncontigous if possible
Guixin Liu (7):
nvmet: make nvmet_wq visible in sysfs
nvme: add reservation command's defines
nvmet: support reservation feature
nvme: check ns's volatile write cache not present
nvmet: report ns's vwc not present
nvme: parse reservation commands's action and rtype to string
nvmet: add tracing of reservation commands
Keith Busch (9):
nvmet: implement id ns for nvm command set
nvmet: implement active command set ns list
nvmet: implement supported log pages
nvmet: implement supported features log
nvmet: implement crto property
nvmet: declare 2.1 version compliance
nvmet: implement endurance groups
nvmet: implement rotational media information log
nvmet: support for csi identify ns
Matias Bjørling (1):
nvme: use command set independent id ns if available
Pavel Begunkov (1):
nvme: use helpers to access io_uring cmd space
Wang Yugui (1):
nvme: add rotational support
drivers/nvme/host/core.c | 29 +++++---
drivers/nvme/host/ioctl.c | 4 +-
drivers/nvme/host/nvme.h | 1 +
drivers/nvme/host/pci.c | 74 +++++++++++++++++----
drivers/nvme/host/trace.c | 58 ++++++++++++++--
drivers/nvme/target/Makefile | 2 +-
drivers/nvme/target/admin-cmd.c | 288 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
drivers/nvme/target/configfs.c | 27 ++++++++
drivers/nvme/target/core.c | 64 ++++++++++++++++--
drivers/nvme/target/fabrics-cmd.c | 7 +-
drivers/nvme/target/nvmet.h | 67 ++++++++++++++++++-
drivers/nvme/target/pr.c | 1156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/nvme/target/trace.c | 108 ++++++++++++++++++++++++++++++
include/linux/nvme.h | 135 +++++++++++++++++++++++++++++++++++++-
14 files changed, 1968 insertions(+), 52 deletions(-)
create mode 100644 drivers/nvme/target/pr.c
next reply other threads:[~2024-11-13 17:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 17:13 Keith Busch [this message]
2024-11-13 17:44 ` [GIT PULL] nvme updates for Linux 6.13 Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2024-11-21 17:54 Keith Busch
2024-11-21 17:59 ` 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=ZzTeMJ60L4mViFPq@kbusch-mbp \
--to=kbusch@kernel.org \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=kch@nvidia.com \
--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