Hi Linus, - gendisk freeing fix (Christoph) - blk-iocost wake ordering fix (Tejun) - Tag allocation error handling fix (John) - Loop locking fix. While this isn't the prettiest fix in the world, nobody has any good alternatives for 5.14. Something to likely revisit for 5.15. (Tetsuo) Please pull! The following changes since commit 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) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-30 for you to fetch changes up to 340e84573878b2b9d63210482af46883366361b9: block: delay freeing the gendisk (2021-07-27 19:35:47 -0600) ---------------------------------------------------------------- block-5.14-2021-07-30 ---------------------------------------------------------------- Christoph Hellwig (1): block: delay freeing the gendisk John Garry (1): blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling Tejun Heo (1): blk-iocost: fix operation ordering in iocg_wake_fn() Tetsuo Handa (1): loop: reintroduce global lock for safe loop_validate_file() traversal block/blk-iocost.c | 11 +++-- block/blk-mq-sched.c | 17 ++----- block/genhd.c | 3 +- drivers/block/loop.c | 128 ++++++++++++++++++++++++++++++++++++++------------- fs/block_dev.c | 2 + 5 files changed, 110 insertions(+), 51 deletions(-) -- Jens Axboe