]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Aug 2022 18:05:54 +0000 (11:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Aug 2022 18:05:54 +0000 (11:05 -0700)
commitc657d39a0e8fb3b34c6f9dff0d37e1e101861191
treeab585abd254d4d4680744b27b39a4b7fe30f6818
parentbfd5c37555dab8e32dbe292db1e41fe016198586
parented3a800286c51fd9158328b0291e124123342aa9
Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:

 - MD pull request via Song:
      - Fix for clustered raid (Guoqing Jiang)
      - req_op fix (Bart Van Assche)
      - Fix race condition in raid recreate (David Sloan)

 - loop configuration overflow fix (Siddh)

 - Fix missing commit_rqs call for certain conditions (Yu)

* tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-block:
  md: call __md_stop_writes in md_stop
  Revert "md-raid: destroy the bitmap after destroying the thread"
  md: Flush workqueue md_rdev_misc_wq in md_alloc()
  md/raid10: Fix the data type of an r10_sync_page_io() argument
  loop: Check for overflow while configuring loop
  blk-mq: fix io hung due to missing commit_rqs