]> 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)
commitc767aed203ed21d171d0d983b0af5fb79ecbc58d
treeaadfe0512d258a9da10420e65bbe768aa0ce752a
parenta3fe3fbff52fe9bd4679ec00c148d45be5117ed7
parentb87cddd122178d21a4ae53ada592658c6c9a9ae5
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"