summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2011-12-23md/raid5: handle activation of replacement device when recovery completes.NeilBrown1-7/+62
2011-12-23md/raid5: detect and handle replacements during recovery.NeilBrown2-30/+106
2011-12-23md/raid5: writes should get directed to replacement as well as original.NeilBrown2-23/+97
2011-12-23md/raid5: allow removal for failed replacement devices.NeilBrown1-26/+32
2011-12-23md/raid5: preferentially read from replacement device if possible.NeilBrown1-15/+54
2011-12-23md/raid5: remove redundant bio initialisations.NeilBrown1-8/+1
2011-12-23md/raid5: raid5.h cleanupNeilBrown1-18/+9
2011-12-23md/raid5: allow each slot to have an extra replacement deviceNeilBrown2-26/+46
2011-12-23md: create externally visible flags for supporting hot-replace.NeilBrown2-33/+102
2011-12-23md: change hot_remove_disk to take an rdev rather than a number.NeilBrown6-21/+18
2011-12-23md: remove test for duplicate device when setting slot number.NeilBrown1-5/+0
2011-12-23md/bitmap: be more consistent when setting new bits in memory bitmap.NeilBrown1-1/+1
2011-12-23md/raid5: be more thorough in calculating 'degraded' value.NeilBrown1-30/+33
2011-12-23md/bitmap: daemon_work cleanup.NeilBrown1-5/+5
2011-12-23md: allow non-privileged uses to GET_*_INFO about raid arrays.NeilBrown1-2/+9
2011-12-23md/bitmap: It is OK to clear bits during recovery.NeilBrown1-4/+1
2011-12-23md: don't give up looking for spares on first failure-to-addNeilBrown1-2/+1
2011-12-23md/raid5: ensure correct assessment of drives during degraded reshape.NeilBrown1-4/+10
2011-12-23md/linear: fix hot-add of devices to linear arrays.NeilBrown1-0/+1
2011-12-09md: raid5 crash during degradationAdam Kwolek1-2/+2
2011-12-08md/raid5: never wait for bad-block acks on failed device.NeilBrown1-1/+3
2011-12-08md: ensure new badblocks are handled promptly.NeilBrown1-0/+1
2011-12-08md: bad blocks shouldn't cause a Blocked status on a Faulty device.NeilBrown1-1/+2
2011-12-08md: take a reference to mddev during sysfs access.NeilBrown1-1/+18
2011-12-08md: refine interpretation of "hold_active == UNTIL_IOCTL".NeilBrown1-2/+2
2011-11-23md/lock: ensure updates to page_attrs are properly locked.NeilBrown1-0/+4
2011-11-08md/raid5: STRIPE_ACTIVE has lock semantics, add barriersDan Williams1-2/+2
2011-11-08md/raid5: abort any pending parity operations when array fails.NeilBrown1-4/+8
2011-11-07device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.hStephen Rothwell1-0/+1
2011-11-07device-mapper: dm-bufio.c needs to include module.hStephen Rothwell1-0/+1
2011-11-07drivers/md: change module.h -> export.h in persistent-data/dm-*Paul Gortmaker4-4/+4
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds17-0/+17
2011-11-05Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds10-83/+53
2011-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dmLinus Torvalds35-21/+11653
2011-11-01md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker3-0/+3
2011-11-01md: Add module.h to all files using it implicitlyPaul Gortmaker14-0/+14
2011-11-01Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2011-11-01dm: raid fix device status indicator when array initializingJonathan E Brassow1-11/+37
2011-11-01dm log userspace: add log device dependencyJonathan E Brassow1-3/+32
2011-11-01dm log userspace: fix comment hyphensJonathan Brassow1-1/+1
2011-11-01dm: add thin provisioning targetJoe Thornber5-0/+4006
2011-11-01dm: add persistent data libraryJoe Thornber21-0/+5625
2011-11-01dm: add bufioMikulas Patocka4-0/+1820
2011-11-01dm: export dm get mdAlasdair G Kergon1-0/+1
2011-11-01dm table: add immutable featureAlasdair G Kergon4-0/+43
2011-11-01dm table: add always writeable featureAlasdair G Kergon1-0/+6
2011-11-01dm table: add singleton featureAlasdair G Kergon1-0/+16
2011-11-01dm kcopyd: add dm_kcopyd_zero to zero an areaMikulas Patocka1-5/+26
2011-11-01dm: remove superfluous smp_mbNamhyung Kim1-1/+0
2011-11-01dm: use local printk ratelimitNamhyung Kim1-0/+10