OSDN Git Service

Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Feb 2022 19:15:10 +0000 (11:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Feb 2022 19:15:10 +0000 (11:15 -0800)
commit73878e5eb1bd3c9656685ca60bc3a49d17311e0c
treef722d694464357d496338044c5236298f431b2a3
parent3a5f59b17f9dec448976626663a73841460d7ab4
parentb2750f14007f0e1b36caf51058c161d2c93e63b6
Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:

 - 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)

* tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-block:
  nvme-tcp: send H2CData PDUs based on MAXH2CDATA
  nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info
  nvme: don't return an error from nvme_configure_metadata
  block: clear iocb->private in blkdev_bio_end_io_async()