From: NeilBrown <neilb@suse.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
linux-raid <linux-raid@vger.kernel.org>, XiaoNi <xni@redhat.com>,
Nate Clark <nate@neworld.us>, Firo Yang <firogm@gmail.com>,
Shaohua Li <shli@fb.com>,
Yuanhan Liu <yuanhan.liu@linux.intel.com>,
Alexey Dobriyan <adobriyan@gmail.com>,
Kent Overstreet <kent.overstreet@gmail.com>,
Christoph Hellwig <hch@infradead.org>,
Dongsu Park <dpark@posteo.net>, Ming Lin <mlin@kernel.org>,
"Peter Zijlstra (Intel)" <peterz@infradead.org>
Subject: [GIT PULL REQUEST] md updates for 4.2
Date: Mon, 29 Jun 2015 11:19:25 +1000 [thread overview]
Message-ID: <20150629111925.1507f4de@noble> (raw)
The following changes since commit
0f57d86787d8b1076ea8f9cbdddda2a46d534a27:
Linux 4.1-rc8 (2015-06-14 15:51:10 -1000)
are available in the git repository at:
git://neil.brown.name/md/ tags/md/4.2
for you to fetch changes up to ab16bfc732c436658d13455f28b0b4a2608a7476:
md: clear Blocked flag on failed devices when array is read-only.
(2015-06-25 17:16:49 +1000)
----------------------------------------------------------------
md updates for 4.2
A mixed bag
- a few bug fixes
- some performance improvement that decrease lock contention
- some clean-up
Nothing major.
----------------------------------------------------------------
Alexey Dobriyan (1):
md: convert to kstrto*()
Firo Yang (1):
md: fix a build warning
Kent Overstreet (1):
md/raid10: make sync_request_write() call bio_copy_data()
Neil Brown (1):
md: clear Blocked flag on failed devices when array is read-only.
NeilBrown (2):
md: clear mddev->private when it has been freed.
md: unlock mddev_lock on an error path.
Shaohua Li (1):
md/raid5: ignore released_stripes check
Yuanhan Liu (3):
wait: introduce wait_event_exclusive_cmd
md/raid5: split wait_for_stripe and introduce wait_for_quiescent
md/raid5: per hash value and exclusive wait_for_stripe
drivers/md/md.c | 167 ++++++++++++++++++++++++++++++---------------------
drivers/md/raid10.c | 18 ++----
drivers/md/raid5.c | 46 +++++++++-----
drivers/md/raid5.h | 3 +-
include/linux/wait.h | 13 ++++
5 files changed, 146 insertions(+), 101 deletions(-)
reply other threads:[~2015-06-29 1:19 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=20150629111925.1507f4de@noble \
--to=neilb@suse.com \
--cc=adobriyan@gmail.com \
--cc=dpark@posteo.net \
--cc=firogm@gmail.com \
--cc=hch@infradead.org \
--cc=kent.overstreet@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=mlin@kernel.org \
--cc=nate@neworld.us \
--cc=peterz@infradead.org \
--cc=shli@fb.com \
--cc=torvalds@linux-foundation.org \
--cc=xni@redhat.com \
--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 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.