Hi Linus, A set of fixes that should go into the 6.16-rc2 kernel release. This pull request contains: - Fix for a deadlock on queue freeze with zoned writes - Fix for zoned append emulation - Two bio folio fixes, for sparsemem and for very large folios - Fix for a performance regression introduced in 6.13 when plug insertion was changed - Fix for NVMe passthrough handling for polled IO - Document the ublk auto registration feature - loop lockdep warning fix Please pull! The following changes since commit 6f65947a1e684db28b9407ea51927ed5157caf41: Merge tag 'nvme-6.16-2025-06-05' of git://git.infradead.org/nvme into block-6.16 (2025-06-05 07:40:38 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.16-20250614 for you to fetch changes up to 9ce6c9875f3e995be5fd720b65835291f8a609b1: nvme: always punt polled uring_cmd end_io work to task_work (2025-06-13 15:18:34 -0600) ---------------------------------------------------------------- block-6.16-20250614 ---------------------------------------------------------------- Bagas Sanjaya (1): Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback behavior sublists Christoph Hellwig (1): block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work Damien Le Moal (1): block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion Jens Axboe (2): block: use plug request list tail for one-shot backmerge attempt nvme: always punt polled uring_cmd end_io work to task_work Matthew Wilcox (Oracle) (2): bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP block: Fix bvec_set_folio() for very large folios Ming Lei (2): loop: move lo_set_size() out of queue freeze ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG) Documentation/block/ublk.rst | 77 ++++++++++++++++++++++++++++++++++++++++++++ block/blk-merge.c | 26 +++++++-------- block/blk-zoned.c | 8 +++-- drivers/block/loop.c | 11 +++---- drivers/nvme/host/ioctl.c | 21 ++++-------- include/linux/bio.h | 2 +- include/linux/bvec.h | 7 ++-- 7 files changed, 114 insertions(+), 38 deletions(-) -- Jens Axboe