From: Shaohua Li <shli@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, neilb@suse.de
Subject: [GIT PULL] MD update for 4.10-rc3
Date: Wed, 11 Jan 2017 10:15:23 -0800 [thread overview]
Message-ID: <20170111181523.6urbotv24ifnhjpl@kernel.org> (raw)
Hi,
Please pull MD update for 4.10-rc3. Basically one fix for raid5 cache which is
merged in this cycle, others are trival fixes.
Thanks,
Shaohua
The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.10-rc3
for you to fetch changes up to 32cd7cbbacf700885a2316275f188f2d5739b5f4:
md/raid5: Use correct IS_ERR() variation on pointer check (2017-01-09 13:58:10 -0800)
----------------------------------------------------------------
Colin Ian King (1):
md/r5cache: fix spelling mistake on "recoverying"
JackieLiu (1):
md/raid5-cache: removes unnecessary write-through mode judgments
Jes Sorensen (1):
md/raid5: Use correct IS_ERR() variation on pointer check
Robert LeBlanc (2):
md/raid1: Refactor raid1_make_request
md/raid10: Refactor raid10_make_request
Shaohua Li (1):
md: cleanup mddev flag clear for takeover
Song Liu (2):
md/r5cache: simplify handling of sh->log_start in recovery
md/r5cache: assign conf->log before r5l_load_log()
drivers/md/md.h | 8 ++
drivers/md/raid0.c | 12 ++-
drivers/md/raid1.c | 275 +++++++++++++++++++++++++----------------------
drivers/md/raid10.c | 245 +++++++++++++++++++++++------------------
drivers/md/raid5-cache.c | 36 +++----
drivers/md/raid5.c | 7 +-
6 files changed, 322 insertions(+), 261 deletions(-)
reply other threads:[~2017-01-11 18:15 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=20170111181523.6urbotv24ifnhjpl@kernel.org \
--to=shli@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).