]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Sep 2021 17:06:26 +0000 (10:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Sep 2021 17:06:26 +0000 (10:06 -0700)
commit6ded565769e112458f76a53bc78e2a9384b14b95
treea18108c84322f4453872823fadeaf6c00e6351cd
parentd57916ff3e95f14708ff0b9795da89f87aa5c748
parent30e1d313486c0d1b929d21911267c07fbc5eb702
Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Was going to send this one in later this week, but given that -Werror
  is now enabled (or at least available), the mq-deadline fix really
  should go in for the folks hitting that.

   - Ensure dd_queued() is only there if needed (Geert)

   - Fix a kerneldoc warning for bio_alloc_kiocb()

   - BFQ fix for queue merging

   - loop locking fix (Tetsuo)"

* tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block:
  loop: reduce the loop_ctl_mutex scope
  bio: fix kerneldoc documentation for bio_alloc_kiocb()
  block, bfq: honor already-setup queue merges
  block/mq-deadline: Move dd_queued() to fix defined but not used warning