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>,
Jens Axboe <jaxboe@fusionio.com>, Shaohua Li <shli@kernel.org>,
Fengguang Wu <fengguang.wu@intel.com>,
Jonathan Brassow <jbrassow@redhat.com>
Subject: [PULL REQUEST] few more md patches now that dependencies are present.
Date: Thu, 2 Aug 2012 10:35:24 +1000 [thread overview]
Message-ID: <20120802103524.043132e7@notabene.brown> (raw)
[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]
Is it still Wednesday?
As promised, here are the last bits for md. Primarily performance
improvements made possible the new plugging code. These can make a
significant difference on SDD's and a noticeable difference on spinning rust.
Thanks,
NeilBrown
The following changes since commit 74018dc3063a2c729fc73041c0a9f03aac995920:
blk: pass from_schedule to non-request unplug functions. (2012-07-31 09:08:15 +0200)
are available in the git repository at:
git://neil.brown.name/md tags/md-3.6
for you to fetch changes up to d9f691c365a83ce2530f0e46b947365c2db44ea0:
md/dm-raid: DM_RAID should select MD_RAID10 (2012-08-02 08:35:43 +1000)
----------------------------------------------------------------
Additional md update for 3.6
This contains a few patches that depend on
plugging changes in the block layer so needs to wait
for those.
It also contains a Kconfig fix for the new RAID10 support
in dm-raid.
----------------------------------------------------------------
NeilBrown (2):
md/raid1: submit IO from originating thread instead of md thread.
md/dm-raid: DM_RAID should select MD_RAID10
Shaohua Li (2):
raid5: make_request use batch stripe release
raid5: raid5d handle stripe in batch way
drivers/md/Kconfig | 5 ++-
drivers/md/bitmap.c | 2 +-
drivers/md/raid1.c | 57 +++++++++++++++++++++++++--
drivers/md/raid5.c | 107 +++++++++++++++++++++++++++++++++++++++++++--------
drivers/md/raid5.h | 1 +
5 files changed, 150 insertions(+), 22 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
reply other threads:[~2012-08-02 0:35 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=20120802103524.043132e7@notabene.brown \
--to=neilb@suse.de \
--cc=fengguang.wu@intel.com \
--cc=jaxboe@fusionio.com \
--cc=jbrassow@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=shli@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 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).