Hi Linus, A few fixes for the storage side of things: - Fix bio caching condition for passthrough IO (Anuj) - end-of-device check fix for zero sized devices (Christoph) - Update Paolo's email address - NVMe pull request via Keith with a single quirk addition - Fix regression in how wbt enablement is done (Yu) - Fix race in active queue accounting (Tian) Please pull! The following changes since commit e3afec91aad23c52dfe426c7d7128e4839c3eed8: block: remove NFL4_UFLG_MASK (2023-05-20 05:38:01 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.4-2023-05-26 for you to fetch changes up to 9491d01fbc550d123d72bf1cd7a0985508a9c469: Merge tag 'nvme-6.4-2023-05-26' of git://git.infradead.org/nvme into block-6.4 (2023-05-26 09:46:01 -0600) ---------------------------------------------------------------- block-6.4-2023-05-26 ---------------------------------------------------------------- Anuj Gupta (1): block: fix bio-cache for passthru IO Christoph Hellwig (1): block: make bio_check_eod work for zero sized devices Jens Axboe (1): Merge tag 'nvme-6.4-2023-05-26' of git://git.infradead.org/nvme into block-6.4 Paolo Valente (1): block, bfq: update Paolo's address in maintainer list Tatsuki Sugiura (1): NVMe: Add MAXIO 1602 to bogus nid list. Tian Lan (1): blk-mq: fix race condition in active queue accounting Yu Kuai (1): blk-wbt: fix that wbt can't be disabled by default MAINTAINERS | 2 +- block/blk-core.c | 2 +- block/blk-map.c | 2 +- block/blk-mq-tag.c | 12 ++++++++---- block/blk-wbt.c | 12 +++++++----- drivers/nvme/host/pci.c | 2 ++ 6 files changed, 20 insertions(+), 12 deletions(-) -- Jens Axboe