From: Christoph Hellwig <hch@infradead.org>
To: Jens Axboe <axboe@kernel.dk>
Cc: Keith Busch <kbusch@kernel.org>,
linux-block@vger.kernel.org, Sagi Grimberg <sagi@grimberg.me>,
linux-nvme@lists.infradead.org
Subject: [GIT PULL] first round of nvme updates for Linux 6.1
Date: Tue, 20 Sep 2022 10:04:05 +0200 [thread overview]
Message-ID: <Yylz9ST3BJeXmQCU@infradead.org> (raw)
Hi Jens,
here is currently queue up nvme patches for 6.1, which are not a lot.
There are a few more patches under discussion that will follow later.
The following changes since commit 91418cc4fd8f8e2e21b409eb8983d074359c8be6:
block/drbd: remove unused w_start_resync declaration (2022-09-12 01:47:57 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.1-2022-09-20
for you to fetch changes up to 02c57a82c0081141abc19150beab48ef47f97f18:
nvme-tcp: print actual source IP address through sysfs "address" attr (2022-09-19 17:55:28 +0200)
----------------------------------------------------------------
nvme updates for Linux 6.1
- handle number of queue changes in the TCP and RDMA drivers
(Daniel Wagner)
- allow changing the number of queues in nvmet (Daniel Wagner)
- also consider host_iface when checking ip options (Daniel Wagner)
- don't map pages which can't come from HIGHMEM (Fabio M. De Francesco)
- avoid unnecessary flush bios in nvmet (Guixin Liu)
- shrink and better pack the nvme_iod structure (Keith Busch)
- add comment for unaligned "fake" nqn (Linjun Bao)
- print actual source IP address through sysfs "address" attr
(Martin Belanger)
- various cleanups (Jackie Liu, Wolfram Sang, Genjian Zhang)
----------------------------------------------------------------
Daniel Wagner (4):
nvmet: expose max queues to configfs
nvme-tcp: handle number of queue changes
nvme-rdma: handle number of queue changes
nvme: consider also host_iface when checking ip options
Fabio M. De Francesco (1):
nvmet-tcp: don't map pages which can't come from HIGHMEM
Genjian Zhang (1):
nvmet-auth: remove redundant parameters req
Guixin Liu (1):
nvmet: avoid unnecessary flush bio
Jackie Liu (2):
nvme-auth: remove the redundant req->cqe->result.u16 assignment operation
nvmet-auth: clean up with done_kfree
Keith Busch (4):
nvme-pci: remove nvme_queue from nvme_iod
nvme-pci: iod's 'aborted' is a bool
nvme-pci: iod npages fits in s8
nvme-pci: move iod dma_len fill gaps
Linjun Bao (1):
nvme: add comment for unaligned "fake" nqn
Martin Belanger (1):
nvme-tcp: print actual source IP address through sysfs "address" attr
Wolfram Sang (1):
nvme: move from strlcpy with unused retval to strscpy
drivers/nvme/host/core.c | 8 +++--
drivers/nvme/host/fabrics.c | 25 +++++++++----
drivers/nvme/host/pci.c | 65 +++++++++++++++++-----------------
drivers/nvme/host/rdma.c | 26 +++++++++++---
drivers/nvme/host/tcp.c | 47 ++++++++++++++++++++----
drivers/nvme/target/admin-cmd.c | 2 +-
drivers/nvme/target/configfs.c | 29 +++++++++++++++
drivers/nvme/target/discovery.c | 2 +-
drivers/nvme/target/fabrics-cmd-auth.c | 10 +++---
drivers/nvme/target/fabrics-cmd.c | 1 -
drivers/nvme/target/io-cmd-bdev.c | 8 +++++
drivers/nvme/target/tcp.c | 44 +++++++----------------
12 files changed, 176 insertions(+), 91 deletions(-)
next reply other threads:[~2022-09-20 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-20 8:04 Christoph Hellwig [this message]
2022-09-20 13:50 ` [GIT PULL] first round of nvme updates for Linux 6.1 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=Yylz9ST3BJeXmQCU@infradead.org \
--to=hch@infradead.org \
--cc=axboe@kernel.dk \
--cc=kbusch@kernel.org \
--cc=linux-block@vger.kernel.org \
--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