mbox series

[GIT,PULL] Block fixes for 5.17-rc6

Message ID f2985ee4-cf5a-431e-2d11-8bd9c9d4e8fa@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.17-rc6 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.17-2022-02-24

Message

Jens Axboe Feb. 24, 2022, 5:30 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 24, 2022, 7:18 p.m. UTC | #1
The pull request you sent on Thu, 24 Feb 2022 10:30:23 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.17-2022-02-24

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/73878e5eb1bd3c9656685ca60bc3a49d17311e0c

Thank you!