mbox series

[GIT,PULL] nvme fixes for Linux 5.17

Message ID Yhc01AadzWuqPuAe@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 5.17 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-24

Message

Christoph Hellwig Feb. 24, 2022, 7:33 a.m. UTC
The following changes since commit bb49c6fa8b845591b317b0d7afea4ae60ec7f3aa:

  block: clear iocb->private in blkdev_bio_end_io_async() (2022-02-22 06:59:49 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-24

for you to fetch changes up to c2700d2886a87f83f31e0a301de1d2350b52c79b:

  nvme-tcp: send H2CData PDUs based on MAXH2CDATA (2022-02-23 14:43:11 +0100)

----------------------------------------------------------------
nvme fixes for Linux 5.17

 - send H2CData PDUs based on MAXH2CDATA (Varun Prakash)
 - fix passthrough to namespaces with unsupported features (me)

----------------------------------------------------------------
Christoph Hellwig (2):
      nvme: don't return an error from nvme_configure_metadata
      nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info

Varun Prakash (1):
      nvme-tcp: send H2CData PDUs based on MAXH2CDATA

 drivers/nvme/host/core.c | 19 ++++++---------
 drivers/nvme/host/tcp.c  | 63 +++++++++++++++++++++++++++++++++++++-----------
 include/linux/nvme-tcp.h |  1 +
 3 files changed, 58 insertions(+), 25 deletions(-)

Comments

Jens Axboe Feb. 24, 2022, 2:03 p.m. UTC | #1
On 2/24/22 12:33 AM, Christoph Hellwig wrote:
>   git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-24

Pulled, thanks.