public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
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 5.14
Date: Tue, 8 Jun 2021 15:31:04 +0100	[thread overview]
Message-ID: <YL9/KDQ2uGRVAh6F@infradead.org> (raw)


The following changes since commit 8184035805dc87dd826101b930d3dce97758f7b1:

  rsxx: Use struct_size() in vmalloc() (2021-05-24 06:47:30 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.14-2021-06-08

for you to fetch changes up to 346ac785badf66120d8b4c7b48f87b0a536f691e:

  nvmet: remove a superfluous variable (2021-06-03 10:29:26 +0300)

----------------------------------------------------------------
nvme updates for Linux 5.14

 - improve the APST configuration algorithm (Alexey Bogoslavsky)
 - look for StorageD3Enable on companion ACPI device (Mario Limonciello)
 - allow selecting the network interface for TCP connections
   (Martin Belanger)
 - misc cleanups (Amit Engel, Chaitanya Kulkarni, Colin Ian King, me)

----------------------------------------------------------------
Alexey Bogoslavsky (1):
      nvme: extend and modify the APST configuration algorithm

Amit Engel (1):
      nvmet: move ka_work initialization to nvmet_alloc_ctrl

Chaitanya Kulkarni (5):
      nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()
      nvme-fabrics: remove extra new lines in the switch
      nvme-fabrics: remove an extra comment
      nvme-fabrics: remove extra braces
      nvmet: remove a superfluous variable

Christoph Hellwig (7):
      nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctl
      nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctl
      nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctl
      nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctl
      nvme: move the CSI sanity check into nvme_ns_report_zones
      nvme: split nvme_report_zones
      nvme: remove nvme_{get,put}_ns_from_disk

Colin Ian King (1):
      nvme: remove redundant initialization of variable ret

Mario Limonciello (1):
      nvme-pci: look for StorageD3Enable on companion ACPI device instead

Martin Belanger (1):
      nvme-tcp: allow selecting the network interface for connections

 drivers/nvme/host/core.c          | 173 ++++++++++++++++++++++++++------------
 drivers/nvme/host/fabrics.c       |  49 ++++++-----
 drivers/nvme/host/fabrics.h       |   6 +-
 drivers/nvme/host/ioctl.c         |  35 ++++----
 drivers/nvme/host/multipath.c     |  21 ++++-
 drivers/nvme/host/nvme.h          |  12 +--
 drivers/nvme/host/pci.c           |  24 +-----
 drivers/nvme/host/rdma.c          |   2 +-
 drivers/nvme/host/tcp.c           |  27 +++++-
 drivers/nvme/host/zns.c           |  27 ++----
 drivers/nvme/target/core.c        |   2 +-
 drivers/nvme/target/io-cmd-bdev.c |   3 +-
 12 files changed, 230 insertions(+), 151 deletions(-)

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

             reply	other threads:[~2021-06-08 14:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08 14:31 Christoph Hellwig [this message]
2021-06-08 21:03 ` [GIT PULL] first round of nvme updates for Linux 5.14 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=YL9/KDQ2uGRVAh6F@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