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.14-rc3
Date: Fri, 29 Sep 2017 11:43:01 -0700	[thread overview]
Message-ID: <20170929184301.ms4brdhaafb2fppd@kernel.org> (raw)

Hi,
A few fixes for MD. Mainly fix a problem introduced in 4.13, which we retry bio
for some code paths but not all in some situration.

Thanks,
Shaohua

The following changes since commit 4a704d6db0ee4a349d5d523813a718e429b4914d:

  Merge tag 'kbuild-fixes-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (2017-09-21 06:01:03 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.14-rc3

for you to fetch changes up to 7d5d7b5058fbd638914e42504677141a69f43011:

  md/raid5: cap worker count (2017-09-27 20:08:44 -0700)

----------------------------------------------------------------
Shaohua Li (4):
      md: separate request handling
      md: fix a race condition for flush request handling
      dm-raid: fix a race condition in request handling
      md/raid5: cap worker count

 drivers/md/dm-raid.c |  2 +-
 drivers/md/md.c      | 72 +++++++++++++++++++++++++++++++---------------------
 drivers/md/md.h      |  1 +
 drivers/md/raid5.c   |  7 +++--
 4 files changed, 50 insertions(+), 32 deletions(-)

                 reply	other threads:[~2017-09-29 18:43 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=20170929184301.ms4brdhaafb2fppd@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.