From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Sat, 29 Jan 2022 13:01:08 +0000 (+0200)
Subject: Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-block
X-Git-Tag: howlett/maple/20220722_2~1293
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cb323ee75d24e7acc2f188d123ba6df46159cf09;p=users%2Fjedix%2Flinux-maple.git

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
---

cb323ee75d24e7acc2f188d123ba6df46159cf09