Hi Jens, Please consider pulling the following changes for md-next on top of your for-5.13/drivers branch. The major changes are: 1. Performance improvement for raid10 discard requests, from Xiao Ni. 2. Fix missing information of /proc/mdstat, from Jan Glauber. Thanks, Song The following changes since commit 14d97622448acbea0348be62f62e25d9a361e16b: drivers/block: remove the umem driver (2021-03-24 06:57:40 -0600) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next for you to fetch changes up to 7abfabaf5f805f5171d133ce6af9b65ab766e76a: md: Fix missing unused status line of /proc/mdstat (2021-03-24 16:29:07 -0700) ---------------------------------------------------------------- Jan Glauber (1): md: Fix missing unused status line of /proc/mdstat Xiao Ni (5): md: add md_submit_discard_bio() for submitting discard bio md/raid10: extend r10bio devs to raid disks md/raid10: pull the code that wait for blocked dev into one function md/raid10: improve raid10 discard request md/raid10: improve discard request for far layout drivers/md/md.c | 26 ++++++++++- drivers/md/md.h | 2 + drivers/md/raid0.c | 14 +----- drivers/md/raid10.c | 434 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------ drivers/md/raid10.h | 1 + 5 files changed, 407 insertions(+), 70 deletions(-)