On 9/13/19 2:20 PM, Song Liu wrote: > Hi Jens, > > Please consider pulling the following changes for md-next on top of your > for-5.4/block branch. > > Thanks! > Song > > ============================== 8< ============================= > > The following changes since commit 21fa1004ff5d749c90cef77525b73a49ef5583dc: > > Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-5.4/block (2019-09-12 11:19:43 -0600) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next > > for you to fetch changes up to 067df25c83902e2950ef24fed713f0fa38282f34: > > raid5: use bio_end_sector in r5_next_bio (2019-09-13 13:14:43 -0700) > > ---------------------------------------------------------------- > Guoqing Jiang (3): > raid5: don't set STRIPE_HANDLE to stripe which is in batch list > raid5: remove STRIPE_OPS_REQ_PENDING > raid5: use bio_end_sector in r5_next_bio > > NeilBrown (2): > md/raid0: avoid RAID0 data corruption due to layout confusion. > md: add feature flag MD_FEATURE_RAID0_LAYOUT > > Nigel Croxon (1): > raid5: don't increment read_errors on EILSEQ return > > drivers/md/md.c | 13 +++++++++++++ > drivers/md/raid0.c | 35 ++++++++++++++++++++++++++++++++++- > drivers/md/raid0.h | 14 ++++++++++++++ > drivers/md/raid5.c | 7 ++++--- > drivers/md/raid5.h | 5 +---- > include/uapi/linux/raid/md_p.h | 2 ++ > 6 files changed, 68 insertions(+), 8 deletions(-) Pulled, thanks. -- Jens Axboe