Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - Series fixing issues with sysfs locking and name reuse (Christoph) - NVMe pull request via Christoph: - Fix the mixed up CRIMS/CRWMS constants (Joel Granados) - Add another broken identifier quirk (Leo Savernik) - Fix up a quirk because Samsung reuses PCI IDs over different products (Christoph Hellwig) - Remove old WARN_ON() that doesn't apply anymore (Li) - Fix for using a stale cached request value for rq-qos throttling mechanisms that may schedule(), like iocost (me) - Remove unused parameter to blk_independent_access_range() (Damien) * tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block: block: remove WARN_ON() from bd_link_disk_holder nvme: move the Samsung X5 quirk entry to the core quirks nvme: fix the CRIMS and CRWMS definitions to match the spec nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH block: pop cached rq before potentially blocking rq_qos_throttle() block: remove queue from struct blk_independent_access_range block: freeze the queue earlier in del_gendisk block: remove per-disk debugfs files in blk_unregister_queue block: serialize all debugfs operations using q->debugfs_mutex block: disable the elevator int del_gendisk
No related branches found
No related tags found
Showing
- block/blk-core.c 0 additions, 13 deletionsblock/blk-core.c
- block/blk-ia-ranges.c 0 additions, 1 deletionblock/blk-ia-ranges.c
- block/blk-mq-debugfs.c 18 additions, 11 deletionsblock/blk-mq-debugfs.c
- block/blk-mq-debugfs.h 0 additions, 10 deletionsblock/blk-mq-debugfs.h
- block/blk-mq-sched.c 11 additions, 0 deletionsblock/blk-mq-sched.c
- block/blk-mq.c 8 additions, 3 deletionsblock/blk-mq.c
- block/blk-rq-qos.c 0 additions, 2 deletionsblock/blk-rq-qos.c
- block/blk-rq-qos.h 6 additions, 1 deletionblock/blk-rq-qos.h
- block/blk-sysfs.c 14 additions, 16 deletionsblock/blk-sysfs.c
- block/genhd.c 12 additions, 30 deletionsblock/genhd.c
- block/holder.c 0 additions, 4 deletionsblock/holder.c
- drivers/nvme/host/core.c 14 additions, 0 deletionsdrivers/nvme/host/core.c
- drivers/nvme/host/pci.c 2 additions, 4 deletionsdrivers/nvme/host/pci.c
- include/linux/blkdev.h 4 additions, 5 deletionsinclude/linux/blkdev.h
- include/linux/nvme.h 2 additions, 2 deletionsinclude/linux/nvme.h
- kernel/trace/blktrace.c 0 additions, 3 deletionskernel/trace/blktrace.c
Loading
Please register or sign in to comment