All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH md 000 of 14] Introduction
@ 2005-12-01  3:22 NeilBrown
  2005-12-01  3:22 ` [PATCH md 001 of 14] Support check-without-repair of raid10 arrays NeilBrown
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: NeilBrown @ 2005-12-01  3:22 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid

Following are 14 more patches for md in 2.6.15-rc2-mm1

None are appropriate for 2.6.15 - all should wait for 2.6.16 to open.

With these the handling for read errors by overwriting with correct
data is supported for all relevant raid levels.  Also user-requested
checking of redundant information is supported for all levels, and
report the number of affect blocks in sysfs (though this number is
only approximate).

/proc/mdstat becomes pollable so that mdadm can get timely
notification of changes without polling at a high frequency.

There are also a substantial number of code cleanups.

 [PATCH md 001 of 14] Support check-without-repair of raid10 arrays
 [PATCH md 002 of 14] Allow raid1 to check consistency
 [PATCH md 003 of 14] Make sure read error on last working drive of raid1 actually returns failure.
 [PATCH md 004 of 14] auto-correct correctable read errors in raid10
 [PATCH md 005 of 14] raid10 read-error handling - resync and read-only
 [PATCH md 006 of 14] Make /proc/mdstat pollable.
 [PATCH md 007 of 14] Clean up 'page' related names in md
 [PATCH md 008 of 14] Convert md to use kzalloc throughout
 [PATCH md 009 of 14] Tidy up raid5/6 hash table code.
 [PATCH md 010 of 14] Convert various kmap calls to kmap_atomic
 [PATCH md 011 of 14] Convert recently exported symbol to GPL
 [PATCH md 012 of 14] Break out of a loop that doesn't need to run to completion.
 [PATCH md 013 of 14] Remove personality numbering from md.
 [PATCH md 014 of 14] Fix possible problem in raid1/raid10 error overwriting.

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

end of thread, other threads:[~2005-12-06  3:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01  3:22 [PATCH md 000 of 14] Introduction NeilBrown
2005-12-01  3:22 ` [PATCH md 001 of 14] Support check-without-repair of raid10 arrays NeilBrown
2005-12-01  3:22 ` [PATCH md 002 of 14] Allow raid1 to check consistency NeilBrown
2005-12-01 22:34   ` Andrew Morton
2005-12-05 23:30     ` Neil Brown
2005-12-06  3:50       ` Andrew Morton
2005-12-01  3:23 ` [PATCH md 003 of 14] Make sure read error on last working drive of raid1 actually returns failure NeilBrown
2005-12-01  3:23 ` [PATCH md 004 of 14] auto-correct correctable read errors in raid10 NeilBrown
2005-12-01  3:23 ` [PATCH md 005 of 14] raid10 read-error handling - resync and read-only NeilBrown
2005-12-01  3:23 ` [PATCH md 006 of 14] Make /proc/mdstat pollable NeilBrown
2005-12-01 22:39   ` Andrew Morton
2005-12-01  3:23 ` [PATCH md 007 of 14] Clean up 'page' related names in md NeilBrown
2005-12-01  3:23 ` [PATCH md 008 of 14] Convert md to use kzalloc throughout NeilBrown
2005-12-01 22:42   ` Andrew Morton
2005-12-01  3:23 ` [PATCH md 009 of 14] Tidy up raid5/6 hash table code NeilBrown
2005-12-01  3:23 ` [PATCH md 010 of 14] Convert various kmap calls to kmap_atomic NeilBrown
2005-12-01 22:46   ` Andrew Morton
2005-12-05 23:43     ` Neil Brown
2005-12-01  3:23 ` [PATCH md 011 of 14] Convert recently exported symbol to GPL NeilBrown
2005-12-01  3:23 ` [PATCH md 012 of 14] Break out of a loop that doesn't need to run to completion NeilBrown
2005-12-01  3:23 ` [PATCH md 013 of 14] Remove personality numbering from md NeilBrown
2005-12-01  3:24 ` [PATCH md 014 of 14] Fix possible problem in raid1/raid10 error overwriting NeilBrown

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.