md: raid1/raid10: handle allocation errors during array setup.
[safe/jmp/linux-2.6] / drivers / md / md.h
2009-09-23 NeilBrownmd: report device as congested when suspended
2009-09-21 Anand Gadiyartrivial: fix typo "for for" in multiple files
2009-08-10 NeilBrownRemove deadlock potential in md_open
2009-08-03 Andre Nollmd: Push down data integrity code to personalities.
2009-06-17 Andre Nollmd: Move check for bitmap presence to personality code.
2009-06-17 NeilBrownmd: remove chunksize rounding from common code.
2009-06-17 NeilBrownmd: merge reconfig and check_reshape methods.
2009-06-17 NeilBrownmd: remove unnecessary arguments from ->reconfig method.
2009-06-17 Andre Nollmd: Convert mddev->new_chunk to sectors.
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-04-14 Christoph Hellwigmd: tiny md.h cleanups
2009-03-31 NeilBrownmd: add explicit method to signal the end of a reshape.
2009-03-31 Dan Williamsmd: 'array_size' sysfs attribute
2009-03-31 Dan Williamsmd: centralize ->array_sectors modifications
2009-03-31 Dan Williamsmd: add 'size' as a personality method
2009-03-31 NeilBrownmd: add ->takeover method to support changing the perso...
2009-03-31 NeilBrownmd: enable suspend/resume of md devices.
2009-03-31 Andre Nollmd: Represent raid device size in sectors.
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
2009-03-31 NeilBrownmd: occasionally checkpoint drive recovery to reduce...
2009-03-31 NeilBrownmd: move md_k.h from include/linux/raid/ to drivers/md/