Hi Linus, A few fixes for the 5.14 release: - NVMe pull request (Christoph) - tracing fix (Keith Busch) - fix multipath head refcounting (Hannes Reinecke) - Write Zeroes vs PI fix (me) - drop a bogus WARN_ON (Zhihao Cheng) - Increase max blk-cgroup policy size, now that mq-deadline uses it too (Oleksandr) Please pull! The following changes since commit 05d69d950d9d84218fc9beafd02dea1f6a70e09e: xen-blkfront: sanitize the removal state machine (2021-07-15 09:32:34 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-24 for you to fetch changes up to 7054133da39a82c1dc44ce796f13a7cb0d6a0b3c: Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14 (2021-07-22 14:23:55 -0600) ---------------------------------------------------------------- block-5.14-2021-07-24 ---------------------------------------------------------------- Christoph Hellwig (1): nvme: set the PRACT bit when using Write Zeroes with T10 PI Hannes Reinecke (1): nvme: fix refcounting imbalance when all paths are down Jens Axboe (1): Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14 Keith Busch (1): nvme: fix nvme_setup_command metadata trace event Oleksandr Natalenko (1): block: increase BLKCG_MAX_POLS Zhihao Cheng (1): nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING drivers/nvme/host/core.c | 19 +++++++++++++++---- drivers/nvme/host/multipath.c | 9 ++++++++- drivers/nvme/host/nvme.h | 11 ++--------- drivers/nvme/host/pci.c | 4 +++- drivers/nvme/host/trace.h | 6 +++--- include/linux/blkdev.h | 2 +- 6 files changed, 32 insertions(+), 19 deletions(-) -- Jens Axboe