]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md...
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Mar 2021 19:18:30 +0000 (13:18 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Mar 2021 19:18:30 +0000 (13:18 -0600)
commiteaf2c431796a00a76f896175c64fa53099148e8c
tree9ef00a2b56d0fb0a25733dacf10bcd55439940d2
parentecc8de91d9f177a07e20d938197c4da18ae0df49
parent22eaab6e51bfae863f790c0606885c1ad7e0aea3
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.13/drivers

Pull MD updates from Song:

"The major changes are:

  1. Performance improvement for raid10 discard requests, from Xiao Ni.
  2. Fix missing information of /proc/mdstat, from Jan Glauber."

* 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md:
  md: Fix missing unused status line of /proc/mdstat
  md/raid10: improve discard request for far layout
  md/raid10: improve raid10 discard request
  md/raid10: pull the code that wait for blocked dev into one function
  md/raid10: extend r10bio devs to raid disks
  md: add md_submit_discard_bio() for submitting discard bio