From: NeilBrown <neilb@suse.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org,
Adrian Bunk <bunk@kernel.org>,
Bernd Schubert <bernd-schubert@gmx.de>,
Bernd Schubert <bs@q-leap.de>, Christoph Hellwig <hch@lst.de>,
Dan Williams <dan.j.williams@intel.com>,
Eivind Sarto <ivan@kasenna.com>,
"Fairbanks, David" <David.Fairbanks@stratus.com>,
Mike Snitzer <snitzer@gmail.com>
Subject: [PATCH 000 of 10] md: Various bug fixes and small improvements for md in 2.6.26-rc
Date: Mon, 19 May 2008 11:10:00 +1000 [thread overview]
Message-ID: <20080519110910.7473.patches@notabene> (raw)
Following are a collection of 10 patches for md/raid that are suitable
for 2.6.26-rc. They are ordered roughly from simple to more complex with
serious bugfixes possibly getting elevated in the sort order.
Thanks,
NeilBrown
[PATCH 000 of 10] md: Introduction EXPLAIN PATCH SET HERE
[PATCH 001 of 10] md: Fix possible oops when removing a bitmap from an active array
[PATCH 002 of 10] md: proper extern for mdp_major
[PATCH 003 of 10] md: kill file_path wrapper
[PATCH 004 of 10] md: md: raid5 rate limit error printk
[PATCH 005 of 10] md: raid1: Fix restoration of bio between failed read and write.
[PATCH 006 of 10] md: Notify userspace on 'write-pending' changes to array_state
[PATCH 007 of 10] md: notify userspace on 'stop' events
[PATCH 008 of 10] md: Improve setting of "events_cleared" for write-intent bitmaps.
[PATCH 009 of 10] md: Allow parallel resync of md-devices.
[PATCH 010 of 10] md: Restart recovery cleanly after device failure.
WARNING: multiple messages have this Message-ID (diff)
From: NeilBrown <neilb@suse.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Adrian Bunk <bunk@kernel.org>
Cc: Bernd Schubert <bernd-schubert@gmx.de>
Cc: Bernd Schubert <bs@q-leap.de>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: "Eivind Sarto" <ivan@kasenna.com>
Cc: "Fairbanks, David" <David.Fairbanks@stratus.com>
Cc: "Mike Snitzer" <snitzer@gmail.com>
Subject: [PATCH 000 of 10] md: Various bug fixes and small improvements for md in 2.6.26-rc
Date: Mon, 19 May 2008 11:10:00 +1000 [thread overview]
Message-ID: <20080519110910.7473.patches@notabene> (raw)
Following are a collection of 10 patches for md/raid that are suitable
for 2.6.26-rc. They are ordered roughly from simple to more complex with
serious bugfixes possibly getting elevated in the sort order.
Thanks,
NeilBrown
[PATCH 000 of 10] md: Introduction EXPLAIN PATCH SET HERE
[PATCH 001 of 10] md: Fix possible oops when removing a bitmap from an active array
[PATCH 002 of 10] md: proper extern for mdp_major
[PATCH 003 of 10] md: kill file_path wrapper
[PATCH 004 of 10] md: md: raid5 rate limit error printk
[PATCH 005 of 10] md: raid1: Fix restoration of bio between failed read and write.
[PATCH 006 of 10] md: Notify userspace on 'write-pending' changes to array_state
[PATCH 007 of 10] md: notify userspace on 'stop' events
[PATCH 008 of 10] md: Improve setting of "events_cleared" for write-intent bitmaps.
[PATCH 009 of 10] md: Allow parallel resync of md-devices.
[PATCH 010 of 10] md: Restart recovery cleanly after device failure.
next reply other threads:[~2008-05-19 1:10 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-19 1:10 NeilBrown [this message]
2008-05-19 1:10 ` [PATCH 000 of 10] md: Various bug fixes and small improvements for md in 2.6.26-rc NeilBrown
2008-05-19 1:10 ` [PATCH 001 of 10] md: Fix possible oops when removing a bitmap from an active array NeilBrown
2008-05-19 1:10 ` [PATCH 002 of 10] md: proper extern for mdp_major NeilBrown
2008-05-19 1:10 ` NeilBrown
2008-05-19 1:10 ` [PATCH 003 of 10] md: kill file_path wrapper NeilBrown
2008-05-19 1:10 ` NeilBrown
2008-05-19 1:10 ` [PATCH 004 of 10] md: md: raid5 rate limit error printk NeilBrown
2008-05-19 1:10 ` NeilBrown
2008-05-19 1:10 ` [PATCH 005 of 10] md: raid1: Fix restoration of bio between failed read and write NeilBrown
2008-05-19 1:10 ` NeilBrown
2008-05-19 1:10 ` [PATCH 006 of 10] md: Notify userspace on 'write-pending' changes to array_state NeilBrown
2008-05-19 1:10 ` [PATCH 007 of 10] md: notify userspace on 'stop' events NeilBrown
2008-05-19 1:10 ` NeilBrown
2008-05-19 1:10 ` [PATCH 008 of 10] md: Improve setting of "events_cleared" for write-intent bitmaps NeilBrown
2008-05-19 1:10 ` NeilBrown
2008-05-19 1:11 ` [PATCH 009 of 10] md: Allow parallel resync of md-devices NeilBrown
2008-05-19 1:11 ` NeilBrown
2008-05-19 1:11 ` [PATCH 010 of 10] md: Restart recovery cleanly after device failure NeilBrown
2008-05-19 1:11 ` NeilBrown
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=20080519110910.7473.patches@notabene \
--to=neilb@suse.de \
--cc=David.Fairbanks@stratus.com \
--cc=akpm@linux-foundation.org \
--cc=bernd-schubert@gmx.de \
--cc=bs@q-leap.de \
--cc=bunk@kernel.org \
--cc=dan.j.williams@intel.com \
--cc=hch@lst.de \
--cc=ivan@kasenna.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=snitzer@gmail.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.