linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [md PATCH 0/4] fix ddf asynchronous raid6 recovery
@ 2009-10-20  7:11 Dan Williams
  2009-10-20  7:11 ` [md PATCH 1/4] md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning Dan Williams
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Dan Williams @ 2009-10-20  7:11 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid

Hi Neil,

The layout test from mdadm.git caught two cases where invalid operations
were being passed to offload drivers, fixed in patch4.  The other
patches are just some minor cleanups on top of your for-next branch.
They are also available on my 'for-neil' branch.

   git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md.git for-neil

Thanks,
Dan

---

Dan Williams (4):
      md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning
      async_pq: kill a stray dma_map() call and other cleanups
      async_pq: rename scribble page
      async_tx: fix asynchronous raid6 recovery for ddf layouts

 crypto/async_tx/async_pq.c          |   30 ++++++-----
 crypto/async_tx/async_raid6_recov.c |   98 ++++++++++++++++++++++++++++-------
 crypto/async_tx/raid6test.c         |    6 +-
 drivers/md/raid5.c                  |   12 +++-
 include/linux/async_tx.h            |    6 +-
 5 files changed, 108 insertions(+), 44 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-10-22 21:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20  7:11 [md PATCH 0/4] fix ddf asynchronous raid6 recovery Dan Williams
2009-10-20  7:11 ` [md PATCH 1/4] md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning Dan Williams
2009-10-20  7:11 ` [md PATCH 2/4] async_pq: kill a stray dma_map() call and other cleanups Dan Williams
2009-10-20  7:11 ` [md PATCH 3/4] async_pq: rename scribble page Dan Williams
2009-10-20  7:11 ` [md PATCH 4/4] async_tx: fix asynchronous raid6 recovery for ddf layouts Dan Williams
2009-10-21 23:26   ` Neil Brown
2009-10-22  0:42     ` Dan Williams
2009-10-22  2:46       ` Neil Brown
2009-10-22 21:17         ` Dan Williams

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).