linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [md PATCH 00/16] md patches for 2.6.40
@ 2011-05-11  6:30 NeilBrown
  2011-05-11  6:30 ` [md PATCH 01/16] md: Fix race when creating a new md device NeilBrown
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: NeilBrown @ 2011-05-11  6:30 UTC (permalink / raw)
  To: linux-raid

I'm slowly working through getting bad-block-logs working, but it
looks like it won't be ready for 2.6.40 (so many distractions.... and
the code is rather complex and hard to test).

However while doing that coding I found several opportunities to clean
up existing code and various bug reports have come in that need
addressing.

So here are that patches that I currently plan to submit for 2.6.40.
They are all in my for-next branch so should appear in -next shortly.

As always, any review is most welcome.

Thanks,
NeilBrown


---

NeilBrown (16):
      md: allow resync_start to be set while an array is active.
      md/raid10:  reformat some loops with less indenting.
      md/raid10: remove unused variable.
      md/raid10: make more use of 'slot' in raid10d.
      md/raid10: some tidying up in fix_read_error
      md/raid1: improve handling of pages allocated for write-behind.
      md/raid1: try fix_sync_read_error before process_checks.
      md/raid1: tidy up new functions: process_checks and fix_sync_read_error.
      md/raid1: split out two sub-functions from sync_request_write
      md: make error_handler functions more uniform and correct.
      md/multipath: discard ->working_disks in favour of ->degraded
      md/raid1: clean up read_balance.
      md: simplify raid10 read_balance
      md/bitmap: fix saving of events_cleared and other state.
      md: reject a re-add request that cannot be honoured.
      md: Fix race when creating a new md device.


 drivers/md/bitmap.c    |   10 +
 drivers/md/md.c        |   23 ++
 drivers/md/multipath.c |   60 +++---
 drivers/md/multipath.h |    1 
 drivers/md/raid1.c     |  506 ++++++++++++++++++++++++------------------------
 drivers/md/raid1.h     |    4 
 drivers/md/raid10.c    |  424 +++++++++++++++++++---------------------
 drivers/md/raid5.c     |   41 ++--
 8 files changed, 535 insertions(+), 534 deletions(-)

-- 
Signature


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

end of thread, other threads:[~2011-05-11  6:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  6:30 [md PATCH 00/16] md patches for 2.6.40 NeilBrown
2011-05-11  6:30 ` [md PATCH 01/16] md: Fix race when creating a new md device NeilBrown
2011-05-11  6:30 ` [md PATCH 04/16] md: simplify raid10 read_balance NeilBrown
2011-05-11  6:30 ` [md PATCH 03/16] md/bitmap: fix saving of events_cleared and other state NeilBrown
2011-05-11  6:30 ` [md PATCH 02/16] md: reject a re-add request that cannot be honoured NeilBrown
2011-05-11  6:30 ` [md PATCH 09/16] md/raid1: tidy up new functions: process_checks and fix_sync_read_error NeilBrown
2011-05-11  6:30 ` [md PATCH 06/16] md/multipath: discard ->working_disks in favour of ->degraded NeilBrown
2011-05-11  6:30 ` [md PATCH 12/16] md/raid10: some tidying up in fix_read_error NeilBrown
2011-05-11  6:30 ` [md PATCH 16/16] md: allow resync_start to be set while an array is active NeilBrown
2011-05-11  6:30 ` [md PATCH 07/16] md: make error_handler functions more uniform and correct NeilBrown
2011-05-11  6:30 ` [md PATCH 11/16] md/raid1: improve handling of pages allocated for write-behind NeilBrown
2011-05-11  6:30 ` [md PATCH 15/16] md/raid10: reformat some loops with less indenting NeilBrown
2011-05-11  6:30 ` [md PATCH 14/16] md/raid10: remove unused variable NeilBrown
2011-05-11  6:30 ` [md PATCH 13/16] md/raid10: make more use of 'slot' in raid10d NeilBrown
2011-05-11  6:30 ` [md PATCH 10/16] md/raid1: try fix_sync_read_error before process_checks NeilBrown
2011-05-11  6:30 ` [md PATCH 08/16] md/raid1: split out two sub-functions from sync_request_write NeilBrown
2011-05-11  6:30 ` [md PATCH 05/16] md/raid1: clean up read_balance NeilBrown

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