Hi Jens, Please consider pulling the following changes for md-next on top of your for-5.5/block branch. Thanks, Song The following changes since commit 48d9b0d43105e0da2b7c135eedd24e51234fb5e4: block: account statistics for passthrough requests (2019-10-10 17:52:31 -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 58075d924cf9fbdd4e96108a7bb973c8304ffcb4: md: no longer compare spare disk superblock events in super_load (2019-10-24 12:39:36 -0700) ---------------------------------------------------------------- Dan Carpenter (1): md/raid0: Fix an error message in raid0_make_request() David Jeffery (1): md: improve handling of bio with REQ_PREFLUSH in md_flush_request() Guoqing Jiang (1): md/bitmap: avoid race window between md_bitmap_resize and bitmap_file_clear_bit Yufen Yu (1): md: no longer compare spare disk superblock events in super_load drivers/md/md-bitmap.c | 2 +- drivers/md/md-linear.c | 5 ++--- drivers/md/md-multipath.c | 5 ++--- drivers/md/md.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- drivers/md/md.h | 4 ++-- drivers/md/raid0.c | 7 +++---- drivers/md/raid1.c | 5 ++--- drivers/md/raid10.c | 5 ++--- drivers/md/raid5.c | 4 ++-- 9 files changed, 76 insertions(+), 29 deletions(-)