From: NeilBrown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
linux RAID <linux-raid@vger.kernel.org>,
Shaohua Li <shli@kernel.org>,
Dave Jones <davej@fedoraproject.org>,
Max Filippov <jcmvbkbc@gmail.com>,
Jim Kukunas <james.t.kukunas@linux.intel.com>,
"H. Peter Anvin" <hpa@zytor.com>,
Yuanhan Liu <yuanhan.liu@linux.intel.com>,
Ken Steele <ken@tilera.com>, Chris Metcalf <cmetcalf@tilera.com>
Subject: [PULL REQUEST] md update for v3.12
Date: Tue, 10 Sep 2013 14:21:18 +1000 [thread overview]
Message-ID: <20130910142118.5ad5cd18@notabene.brown> (raw)
[-- Attachment #1: Type: text/plain, Size: 2024 bytes --]
The following changes since commit d8dfad3876e4386666b759da3c833d62fb8b2267:
Linux 3.11-rc7 (2013-08-25 17:43:22 -0700)
are available in the git repository at:
git://neil.brown.name/md/ tags/md/3.12
for you to fetch changes up to bfc90cb0936f5b972706625f38f72c7cb726c20a:
raid5: only wakeup necessary threads (2013-09-02 10:31:29 +1000)
----------------------------------------------------------------
md update for v3.12
Headline item is multithreading for RAID5 so that more
IO/sec can be supported on fast (SSD) devices.
Also TILE-Gx SIMD suppor for RAID6 calculations and an
assortment of bug fixes.
----------------------------------------------------------------
Dave Jones (1):
md: Fix apparent cut-and-paste error in super_90_validate
Ken Steele (1):
RAID: add tilegx SIMD implementation of raid6
Max Filippov (1):
raid6/test: replace echo -e with printf
NeilBrown (6):
md: don't call md_allow_write in get_bitmap_file.
md: fix safe_mode buglet.
md: Don't test all of mddev->flags at once.
md: avoid deadlock when dirty buffers during md_stop.
md/raid5: use seqcount to protect access to shape in make_request.
md/raid5: flush out all pending requests before proceeding with reshape.
Shaohua Li (5):
raid5: make release_stripe lockless
raid5: fix stripe release order
raid5: offload stripe handle to workqueue
raid5: sysfs entry to control worker thread number
raid5: only wakeup necessary threads
drivers/md/md.c | 54 +++++---
drivers/md/md.h | 8 +-
drivers/md/raid5.c | 362 +++++++++++++++++++++++++++++++++++++++++++++---
drivers/md/raid5.h | 22 +++
include/linux/raid/pq.h | 1 +
lib/raid6/Makefile | 6 +
lib/raid6/algos.c | 3 +
lib/raid6/test/Makefile | 9 +-
lib/raid6/tilegx.uc | 86 ++++++++++++
9 files changed, 510 insertions(+), 41 deletions(-)
create mode 100644 lib/raid6/tilegx.uc
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
reply other threads:[~2013-09-10 4:21 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=20130910142118.5ad5cd18@notabene.brown \
--to=neilb@suse.de \
--cc=cmetcalf@tilera.com \
--cc=davej@fedoraproject.org \
--cc=hpa@zytor.com \
--cc=james.t.kukunas@linux.intel.com \
--cc=jcmvbkbc@gmail.com \
--cc=ken@tilera.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=shli@kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=yuanhan.liu@linux.intel.com \
/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).