Hi Linus, - NVMe pull request - send H2CData PDUs based on MAXH2CDATA (Varun Prakash) - fix passthrough to namespaces with unsupported features (Christoph Hellwig) - Clear iocb->private at poll completion (Stefano) Please pull! The following changes since commit e92bc4cd34de2ce454bdea8cd198b8067ee4e123: block/wbt: fix negative inflight counter when remove scsi device (2022-02-17 07:54:03 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.17-2022-02-24 for you to fetch changes up to b2750f14007f0e1b36caf51058c161d2c93e63b6: Merge tag 'nvme-5.17-2022-02-24' of git://git.infradead.org/nvme into block-5.17 (2022-02-24 07:02:15 -0700) ---------------------------------------------------------------- block-5.17-2022-02-24 ---------------------------------------------------------------- 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 Jens Axboe (1): Merge tag 'nvme-5.17-2022-02-24' of git://git.infradead.org/nvme into block-5.17 Stefano Garzarella (1): block: clear iocb->private in blkdev_bio_end_io_async() Varun Prakash (1): nvme-tcp: send H2CData PDUs based on MAXH2CDATA block/fops.c | 2 ++ drivers/nvme/host/core.c | 19 ++++++--------- drivers/nvme/host/tcp.c | 63 +++++++++++++++++++++++++++++++++++++----------- include/linux/nvme-tcp.h | 1 + 4 files changed, 60 insertions(+), 25 deletions(-) -- Jens Axboe