Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-block
Pull block fixes from Jens Axboe: - NVMe pull request - add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs (Wu Zheng) - remove the unneeded ret variable in nvmf_dev_show (Changcheng Deng) - Fix for a hang regression introduced with a patch in the merge window, where low queue depth devices would not always get woken correctly (Laibin) - Small series fixing an IO accounting issue with bio backed dm devices (Mike, Yu) * tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-block: dm: properly fix redundant bio-based IO accounting dm: revert partial fix for redundant bio-based IO accounting block: add bio_start_io_acct_time() to control start_time blk-mq: Fix wrong wakeup batch configuration which will cause hang nvme-fabrics: remove the unneeded ret variable in nvmf_dev_show nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs blk-mq: fix missing blk_account_io_done() in error path block: fix memory leak in disk_register_independent_access_ranges
Showing
- block/blk-core.c 19 additions, 6 deletionsblock/blk-core.c
- block/blk-ia-ranges.c 1 addition, 1 deletionblock/blk-ia-ranges.c
- block/blk-mq.c 2 additions, 0 deletionsblock/blk-mq.c
- drivers/md/dm.c 3 additions, 17 deletionsdrivers/md/dm.c
- drivers/nvme/host/fabrics.c 1 addition, 2 deletionsdrivers/nvme/host/fabrics.c
- drivers/nvme/host/pci.c 2 additions, 1 deletiondrivers/nvme/host/pci.c
- include/linux/blkdev.h 1 addition, 0 deletionsinclude/linux/blkdev.h
- lib/sbitmap.c 6 additions, 2 deletionslib/sbitmap.c
Loading
Please register or sign in to comment