> On Oct 24, 2019, at 3:19 PM, Jens Axboe <axboe@xxxxxxxxx> wrote: > > On 10/24/19 1:50 PM, Song Liu wrote: >> Hi Jens, >> >> Please consider pulling the following changes for md-next on top of your >> for-5.5/block branch. > > Would you mind rebasing this on top of for-5.5/drivers? Linus wanted me > to have stronger separation between the two, so... > Sure! Please find updated request below. Thanks, Song The following changes since commit dd85b4922de1b70f0729d2a7856db619e210a8ec: null_blk: return fixed zoned reads > write pointer (2019-10-17 19:01:22 -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 6a5cb53aaa4ef515ddeffa04ce18b771121127b4: md: no longer compare spare disk superblock events in super_load (2019-10-24 15:22:40 -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(-)