[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150629111925.1507f4de@noble>
Date: Mon, 29 Jun 2015 11:19:25 +1000
From: NeilBrown <neilb@...e.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
linux-raid <linux-raid@...r.kernel.org>, XiaoNi <xni@...hat.com>,
Nate Clark <nate@...orld.us>, Firo Yang <firogm@...il.com>,
Shaohua Li <shli@...com>,
Yuanhan Liu <yuanhan.liu@...ux.intel.com>,
Alexey Dobriyan <adobriyan@...il.com>,
Kent Overstreet <kent.overstreet@...il.com>,
Christoph Hellwig <hch@...radead.org>,
Dongsu Park <dpark@...teo.net>, Ming Lin <mlin@...nel.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>
Subject: [GIT PULL REQUEST] md updates for 4.2
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists