]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Dec 2020 18:36:23 +0000 (10:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 13 Dec 2020 18:36:23 +0000 (10:36 -0800)
commitea9f75c1204fa106fc8f64cb46ebf38e61480cd8
treeaadfe0512d258a9da10420e65bbe768aa0ce752a
parent0d52285a0bb41a9a404ae7c9187fdc44c318e966
parentd71775a617d3399387329dd7c85b158a9beba7d8
Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "This should be it for 5.10.

  Mike and Song looked into the warning case, and thankfully it appears
  the fix was pretty trivial - we can just change the md device chunk
  type to unsigned int to get rid of it. They cannot currently be < 0,
  and nobody is checking for that either.

  We're reverting the discard changes as the corruption reports came in
  very late, and there's just no time to attempt to deal with it at this
  point. Reverting the changes in question is the right call for 5.10"

* tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block:
  md: change mddev 'chunk_sectors' from int to unsigned
  Revert "md: add md_submit_discard_bio() for submitting discard bio"
  Revert "md/raid10: extend r10bio devs to raid disks"
  Revert "md/raid10: pull codes that wait for blocked dev into one function"
  Revert "md/raid10: improve raid10 discard request"
  Revert "md/raid10: improve discard request for far layout"
  Revert "dm raid: remove unnecessary discard limits for raid10"