linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Shaohua Li <shli@kernel.org>, majianpeng <majianpeng@gmail.com>,
	Kent Overstreet <kmo@daterainc.com>,
	Russell King - ARM Linux <linux@arm.linux.org.uk>,
	Al Viro <viro@ZenIV.linux.org.uk>,
	linux RAID <linux-raid@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL REQUEST] md for 3.15
Date: Sat, 12 Apr 2014 09:27:17 +1000	[thread overview]
Message-ID: <20140412092717.1e1bec76@notabene.brown> (raw)

[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]


Not much happening in md/raid at the moment. Just a few bug fixes (one for
-stable) and a couple of performance tweaks.

NeilBrown


The following changes since commit 455c6fdbd219161bd09b1165f11699d6d73de11c:

  Linux 3.14 (2014-03-30 20:40:15 -0700)

are available in the git repository at:

  git://neil.brown.name/md/ tags/md/3.15

for you to fetch changes up to e240c1839d11152b0355442f8ac6d2d2d921be36:

  raid5: get_active_stripe avoids device_lock (2014-04-09 14:42:42 +1000)

----------------------------------------------------------------
Just a few md patches for the 3.15 merge window.

----------------------------------------------------------------
NeilBrown (3):
      md/bitmap: don't abuse i_writecount for bitmap files.
      md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fails.
      md: avoid oops on unload if some process is in poll or select.

Shaohua Li (2):
      raid5: make_request does less prepare wait
      raid5: get_active_stripe avoids device_lock

 drivers/md/bitmap.c |  1 -
 drivers/md/md.c     | 65 ++++++++++++++++++++++++++---------------------------
 drivers/md/md.h     |  1 -
 drivers/md/raid1.c  | 17 ++++++++++----
 drivers/md/raid5.c  | 28 +++++++++++++----------
 5 files changed, 61 insertions(+), 51 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

                 reply	other threads:[~2014-04-11 23: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=20140412092717.1e1bec76@notabene.brown \
    --to=neilb@suse.de \
    --cc=kmo@daterainc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=majianpeng@gmail.com \
    --cc=shli@kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@ZenIV.linux.org.uk \
    /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).