Hi Linus, - NVMe pull request via Christoph: - keep ctrl->namespaces ordered (Christoph Hellwig) - fix incorrect h2cdata pdu offset accounting in nvme-tcp (Sagi Grimberg) - handled updated hw_queues in nvme-fc more carefully (Daniel Wagner, James Smart) - md lock order fix (Christoph) - fallocate locking fix (Ming) - blktrace UAF fix (Zhihao) - rq-qos bio tracking fix (Ming) Please pull! The following changes since commit 858560b27645e7e97aca37ee8f232cccd658fbd2: blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd (2021-09-15 12:03:18 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.15-2021-09-25 for you to fetch changes up to f278eb3d8178f9c31f8dfad7e91440e603dd7f1a: block: hold ->invalidate_lock in blkdev_fallocate (2021-09-24 11:06:58 -0600) ---------------------------------------------------------------- block-5.15-2021-09-25 ---------------------------------------------------------------- Christoph Hellwig (2): nvme: keep ctrl->namespaces ordered md: fix a lock order reversal in md_alloc Daniel Wagner (1): nvme-fc: update hardware queues before using them James Smart (2): nvme-fc: avoid race between time out and tear down nvme-fc: remove freeze/unfreeze around update_nr_hw_queues Jens Axboe (2): Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.15 Merge tag 'nvme-5.15-2021-09-24' of git://git.infradead.org/nvme into block-5.15 Ming Lei (2): block: don't call rq_qos_ops->done_bio if the bio isn't tracked block: hold ->invalidate_lock in blkdev_fallocate Sagi Grimberg (1): nvme-tcp: fix incorrect h2cdata pdu offset accounting Zhihao Cheng (1): blktrace: Fix uaf in blk_trace access after removing by sysfs block/bio.c | 2 +- block/fops.c | 21 ++++++++++----------- drivers/md/md.c | 5 ----- drivers/nvme/host/core.c | 33 +++++++++++++++++---------------- drivers/nvme/host/fc.c | 18 +++++++++--------- drivers/nvme/host/tcp.c | 13 ++++++++++--- kernel/trace/blktrace.c | 8 ++++++++ 7 files changed, 55 insertions(+), 45 deletions(-) -- Jens Axboe