Hi Jens, Please consider pulling the following changes for md on top of your for-5.4/block branch. Thanks, Song The following changes since commit 00ec4f3039a9e36cbccd1aea82d06c77c440a51c: block: stop exporting bio_map_kern (2019-08-06 08:20:10 -0600) are available in the Git repository at: https://github.com/liu-song-6/linux.git md-next for you to fetch changes up to 449808a254fd567d3dbeb11595a0af238c687c82: raid1: factor out a common routine to handle the completion of sync write (2019-08-07 10:25:02 -0700) ---------------------------------------------------------------- Andy Shevchenko (1): md: Convert to use int_pow() Guoqing Jiang (3): md: allow last device to be forcibly removed from RAID1/RAID10. md: don't set In_sync if array is frozen md: don't call spare_active in md_reap_sync_thread if all member devices can't work Hou Tao (2): raid1: use an int as the return value of raise_barrier() raid1: factor out a common routine to handle the completion of sync write Xiao Ni (1): md/raid6: Set R5_ReadError when there is read failure on parity disk Yufen Yu (2): md/raid1: end bio when the device faulty md/raid10: end bio when the device faulty drivers/md/md.c | 49 +++++++++++++++++++++++++++++++++++++++++-------- drivers/md/md.h | 1 + drivers/md/raid1.c | 76 +++++++++++++++++++++++++++++++++++++++------------------------------------- drivers/md/raid10.c | 32 +++++++++++++++++--------------- drivers/md/raid5.c | 4 +++- 5 files changed, 101 insertions(+), 61 deletions(-)