summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2012-04-02dm thin: fix stacked bi_next usageJoe Thornber
2012-04-02dm persistent data: fix btree rebalancing after removeJoe Thornber
2012-04-02dm exception store: fix init error pathAndrei Warkentin
2012-04-02dm crypt: add missing error handlingMikulas Patocka
2012-04-02dm crypt: fix mempool deadlockMikulas Patocka
2012-04-02md: fix clearing of the 'changed' flags for the bad blocks list.NeilBrown
2012-04-02md/raid1,raid10: avoid deadlock during resync/recovery.NeilBrown
2012-04-02md: don't set md arrays to readonly on shutdown.NeilBrown
2012-04-02md/bitmap: ensure to load bitmap when creating via sysfs.NeilBrown
2012-03-12dm raid: fix flush supportJonathan E Brassow
2012-03-12dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow
2012-03-12dm thin metadata: decrement counter after removing mapped blockJoe Thornber
2012-03-12dm thin metadata: unlock superblock in init_pmd error pathJoe Thornber
2012-03-12dm thin metadata: remove incorrect close_device on creation error pathsMike Snitzer
2012-03-12dm flakey: fix crash on read when corrupt_bio_byte not setMike Snitzer
2012-03-12dm io: fix discard supportMilan Broz
2012-03-12dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl
2012-01-25dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini
2012-01-25md/raid1: perform bad-block tests for WriteMostly devices too.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
2011-12-08md: bad blocks shouldn't cause a Blocked status on a Faulty device.NeilBrown
2011-12-08md: take a reference to mddev during sysfs access.NeilBrown
2011-12-08md: refine interpretation of "hold_active == UNTIL_IOCTL".NeilBrown
2011-11-23md/lock: ensure updates to page_attrs are properly locked.NeilBrown
2011-11-08md/raid5: STRIPE_ACTIVE has lock semantics, add barriersDan Williams
2011-11-08md/raid5: abort any pending parity operations when array fails.NeilBrown
2011-11-07device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.hStephen Rothwell
2011-11-07device-mapper: dm-bufio.c needs to include module.hStephen Rothwell
2011-11-07drivers/md: change module.h -> export.h in persistent-data/dm-*Paul Gortmaker
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dmLinus Torvalds
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker
2011-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-10-31dm: raid fix device status indicator when array initializingJonathan E Brassow
2011-10-31dm log userspace: add log device dependencyJonathan E Brassow
2011-10-31dm log userspace: fix comment hyphensJonathan Brassow
2011-10-31dm: add thin provisioning targetJoe Thornber
2011-10-31dm: add persistent data libraryJoe Thornber
2011-10-31dm: add bufioMikulas Patocka
2011-10-31dm: export dm get mdAlasdair G Kergon
2011-10-31dm table: add immutable featureAlasdair G Kergon
2011-10-31dm table: add always writeable featureAlasdair G Kergon