summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2012-02-0314-437/+1303
|\
| * Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-152-3/+4
| |\
| | * block: Introduce blk_set_stacking_limits functionMartin K. Petersen2012-01-112-3/+4
| * | dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini2012-01-153-2/+27
| * | Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2012-01-122-1/+16
| |\ \
| | * | md/raid1: perform bad-block tests for WriteMostly devices too.NeilBrown2012-01-101-1/+10
| | * | md: notify the 'degraded' sysfs attribute on failure.NeilBrown2012-01-101-0/+6
| * | | Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds2012-01-0810-431/+1256
| |\| |
| | * | md/raid1: Mark device want_replacement when we see a write error.NeilBrown2011-12-231-1/+15
| | * | md/raid1: If there is a spare and a want_replacement device, start replacement.NeilBrown2011-12-231-2/+15
| | * | md/raid1: recognise replacements when assembling arrays.NeilBrown2011-12-231-2/+23
| | * | md/raid1: handle activation of replacement device when recovery completes.NeilBrown2011-12-231-3/+33
| | * | md/raid1: Allow a failed replacement device to be removed.NeilBrown2011-12-231-0/+6
| | * | md/raid1: Allocate spare to store replacement devices and their bios.NeilBrown2011-12-232-31/+40
| | * | md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.NeilBrown2011-12-231-3/+4
| | * | md/raid10: If there is a spare and a want_replacement device, start replacement.NeilBrown2011-12-231-4/+36
| | * | md/raid10: recognise replacements when assembling array.NeilBrown2011-12-231-0/+17
| | * | md/raid10: Allow replacement device to be replace old drive.NeilBrown2011-12-231-11/+61
| | * | md/raid10: handle recovery of replacement devices.NeilBrown2011-12-231-30/+80
| | * | md/raid10: Handle replacement devices during resync.NeilBrown2011-12-231-7/+98
| | * | md/raid10: writes should get directed to replacement as well as original.NeilBrown2011-12-231-9/+74
| | * | md/raid10: allow removal of failed replacement devices.NeilBrown2011-12-231-25/+32
| | * | md/raid10: preferentially read from replacement device if possible.NeilBrown2011-12-231-13/+23
| | * | md/raid10: change read_balance to return an rdevNeilBrown2011-12-231-14/+13
| | * | md/raid10: prepare data structures for handling replacement.NeilBrown2011-12-232-31/+78
| | * | md/raid5: Mark device want_replacement when we see a write error.NeilBrown2011-12-231-0/+3
| | * | md/raid5: If there is a spare and a want_replacement device, start replacement.NeilBrown2011-12-232-18/+28
| | * | md/raid5: recognise replacements when assembling array.NeilBrown2011-12-231-6/+31
| | * | md/raid5: handle activation of replacement device when recovery completes.NeilBrown2011-12-231-7/+62
| | * | md/raid5: detect and handle replacements during recovery.NeilBrown2011-12-232-30/+106
| | * | md/raid5: writes should get directed to replacement as well as original.NeilBrown2011-12-232-23/+97
| | * | md/raid5: allow removal for failed replacement devices.NeilBrown2011-12-231-26/+32
| | * | md/raid5: preferentially read from replacement device if possible.NeilBrown2011-12-231-15/+54
| | * | md/raid5: remove redundant bio initialisations.NeilBrown2011-12-231-8/+1
| | * | md/raid5: raid5.h cleanupNeilBrown2011-12-231-18/+9
| | * | md/raid5: allow each slot to have an extra replacement deviceNeilBrown2011-12-232-26/+46
| | * | md: create externally visible flags for supporting hot-replace.NeilBrown2011-12-232-33/+102
| | * | md: change hot_remove_disk to take an rdev rather than a number.NeilBrown2011-12-236-21/+18
| | * | md: remove test for duplicate device when setting slot number.NeilBrown2011-12-231-5/+0
| | * | md/bitmap: be more consistent when setting new bits in memory bitmap.NeilBrown2011-12-231-1/+1
| | * | md/raid5: be more thorough in calculating 'degraded' value.NeilBrown2011-12-231-30/+33
| | * | md/bitmap: daemon_work cleanup.NeilBrown2011-12-231-5/+5
| | * | md: allow non-privileged uses to GET_*_INFO about raid arrays.NeilBrown2011-12-231-2/+9
* | | | dm-bufio.c: there's no need to include linux/version.hJesper Juhl2012-02-031-1/+0
|/ / /
* / / fs: move code out of buffer.cAl Viro2012-01-042-3/+1
|/ /
* | md/bitmap: It is OK to clear bits during recovery.NeilBrown2011-12-221-4/+1
* | md: don't give up looking for spares on first failure-to-addNeilBrown2011-12-221-2/+1
* | md/raid5: ensure correct assessment of drives during degraded reshape.NeilBrown2011-12-221-4/+10
* | md/linear: fix hot-add of devices to linear arrays.NeilBrown2011-12-221-0/+1
|/
* md: raid5 crash during degradationAdam Kwolek2011-12-091-2/+2