summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-14dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini
2012-01-11Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen
2012-01-11md/raid1: perform bad-block tests for WriteMostly devices too.NeilBrown
2012-01-11md: notify the 'degraded' sysfs attribute on failure.NeilBrown
2012-01-08Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds
2012-01-03fs: move code out of buffer.cAl Viro
2011-12-23md/raid1: Mark device want_replacement when we see a write error.NeilBrown
2011-12-23md/raid1: If there is a spare and a want_replacement device, start replacement.NeilBrown
2011-12-23md/raid1: recognise replacements when assembling arrays.NeilBrown
2011-12-23md/raid1: handle activation of replacement device when recovery completes.NeilBrown
2011-12-23md/raid1: Allow a failed replacement device to be removed.NeilBrown
2011-12-23md/raid1: Allocate spare to store replacement devices and their bios.NeilBrown
2011-12-23md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.NeilBrown
2011-12-23md/raid10: If there is a spare and a want_replacement device, start replacement.NeilBrown
2011-12-23md/raid10: recognise replacements when assembling array.NeilBrown
2011-12-23md/raid10: Allow replacement device to be replace old drive.NeilBrown
2011-12-23md/raid10: handle recovery of replacement devices.NeilBrown
2011-12-23md/raid10: Handle replacement devices during resync.NeilBrown
2011-12-23md/raid10: writes should get directed to replacement as well as original.NeilBrown
2011-12-23md/raid10: allow removal of failed replacement devices.NeilBrown
2011-12-23md/raid10: preferentially read from replacement device if possible.NeilBrown
2011-12-23md/raid10: change read_balance to return an rdevNeilBrown
2011-12-23md/raid10: prepare data structures for handling replacement.NeilBrown
2011-12-23md/raid5: Mark device want_replacement when we see a write error.NeilBrown
2011-12-23md/raid5: If there is a spare and a want_replacement device, start replacement.NeilBrown
2011-12-23md/raid5: recognise replacements when assembling array.NeilBrown
2011-12-23md/raid5: handle activation of replacement device when recovery completes.NeilBrown
2011-12-23md/raid5: detect and handle replacements during recovery.NeilBrown
2011-12-23md/raid5: writes should get directed to replacement as well as original.NeilBrown
2011-12-23md/raid5: allow removal for failed replacement devices.NeilBrown
2011-12-23md/raid5: preferentially read from replacement device if possible.NeilBrown
2011-12-23md/raid5: remove redundant bio initialisations.NeilBrown
2011-12-23md/raid5: raid5.h cleanupNeilBrown
2011-12-23md/raid5: allow each slot to have an extra replacement deviceNeilBrown
2011-12-23md: create externally visible flags for supporting hot-replace.NeilBrown
2011-12-23md: change hot_remove_disk to take an rdev rather than a number.NeilBrown
2011-12-23md: remove test for duplicate device when setting slot number.NeilBrown
2011-12-23md/bitmap: be more consistent when setting new bits in memory bitmap.NeilBrown
2011-12-23md/raid5: be more thorough in calculating 'degraded' value.NeilBrown
2011-12-23md/bitmap: daemon_work cleanup.NeilBrown
2011-12-23md: allow non-privileged uses to GET_*_INFO about raid arrays.NeilBrown
2011-12-23md/bitmap: It is OK to clear bits during recovery.NeilBrown
2011-12-23md: don't give up looking for spares on first failure-to-addNeilBrown
2011-12-23md/raid5: ensure correct assessment of drives during degraded reshape.NeilBrown
2011-12-23md/linear: fix hot-add of devices to linear arrays.NeilBrown
2011-12-09md: raid5 crash during degradationAdam Kwolek
2011-12-08md/raid5: never wait for bad-block acks on failed device.NeilBrown
2011-12-08md: ensure new badblocks are handled promptly.NeilBrown