All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shaohua Li <shli@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org
Subject: [GIT PULL] MD update for 4.20
Date: Fri, 26 Oct 2018 11:27:13 -0700	[thread overview]
Message-ID: <20181026182713.GA93048@kernel.org> (raw)

Hi,
Please pull MD update for 4.20. This pull mainly improves raid10 cluster and
fixes some bugs.
- raid10 cluster improvements from Guoqing
- Memory leak fixes from Jack and Xiao
- raid10 hang fix from Alex
- raid5 block faulty device fix from Mariusz
- metadata update fix from Neil
- Invalid disk role fix from Me
- Other clearnups

Thanks,
Shaohua

The following changes since commit f151f57bfd97fb8c76bbef9e181ecba5dd750f2a:

  Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drm (2018-09-28 18:55:17 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git for-next

for you to fetch changes up to af9b926de9c5986ab009e64917de87c9758bab10:

  MD: Memory leak when flush bio size is zero (2018-10-22 09:15:26 -0700)

----------------------------------------------------------------
Alex Wu (1):
      md/raid10: Fix raid10 replace hang when new added disk faulty

Colin Ian King (1):
      md: remove redundant code that is no longer reachable

Guoqing Jiang (8):
      md-cluster/raid10: resize all the bitmaps before start reshape
      md-cluster/raid10: support add disk under grow mode
      md-cluster: introduce resync_info_get interface for sanity check
      md-cluster/raid10: call update_size in md_reap_sync_thread
      md-cluster/raid10: don't call remove_and_add_spares during reshaping stage
      md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage
      md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted
      md-cluster: remove suspend_info

Jack Wang (2):
      md/bitmap: use mddev_suspend/resume instead of ->quiesce()
      md: fix memleak for mempool

Mariusz Tkaczyk (1):
      raid5: block failing device if raid will be failed

NeilBrown (1):
      md: allow metadata updates while suspending an array - fix

Shaohua Li (2):
      MD: fix invalid stored role for a disk
      MD: fix invalid stored role for a disk - try2

Xiao Ni (1):
      MD: Memory leak when flush bio size is zero

 drivers/md/md-bitmap.c   |   9 +-
 drivers/md/md-cluster.c  | 234 ++++++++++++++++++++++++++++++++---------------
 drivers/md/md-cluster.h  |   2 +
 drivers/md/md.c          | 113 +++++++++++++++++------
 drivers/md/md.h          |   1 +
 drivers/md/raid1.c       |   1 +
 drivers/md/raid10.c      | 109 ++++++++++++++++++----
 drivers/md/raid5-cache.c |   2 -
 drivers/md/raid5.c       |  12 +++
 9 files changed, 356 insertions(+), 127 deletions(-)

                 reply	other threads:[~2018-10-26 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181026182713.GA93048@kernel.org \
    --to=shli@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.