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)
commitf8d62edfe2563fc86d12b80b07407dc095cdf0d2
tree9ef00a2b56d0fb0a25733dacf10bcd55439940d2
parent14d97622448acbea0348be62f62e25d9a361e16b
parent7abfabaf5f805f5171d133ce6af9b65ab766e76a
Merge branch 'md-next' of https://git./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