[GIT PULL] MD update for 4.15-rc2
From: Shaohua Li
Date: Thu Dec 07 2017 - 18:21:12 EST
Hi,
Please pull some MD fixes. The notable one is a raid5-cache deadlock bug with
dm-raid, others are not significant.
Thanks,
Shaohua
The following changes since commit a0651c7fa2c088a605f63792279859608ed7f2c8:
Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2017-12-01 08:40:17 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.15-rc2
for you to fetch changes up to 18022a1bd3709b74ca31ef0b28fccd52bcd6c504:
md/raid1/10: add missed blk plug (2017-12-01 12:19:48 -0800)
----------------------------------------------------------------
Nate Dailey (1):
md: limit mdstat resync progress to max_sectors
Shaohua Li (1):
md/raid1/10: add missed blk plug
Song Liu (1):
md/r5cache: move mddev_lock() out of r5c_journal_mode_set()
bingjingc (1):
md/raid5: correct degraded calculation in raid5_error
drivers/md/md.c | 4 +++-
drivers/md/raid1.c | 4 ++++
drivers/md/raid10.c | 4 ++++
drivers/md/raid5-cache.c | 22 +++++++++-------------
drivers/md/raid5.c | 2 +-
5 files changed, 21 insertions(+), 15 deletions(-)