aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAge
* DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-10
* DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-10
* DM RAID: Add rebuild capability for RAID10Jonathan Brassow2012-10-10
* DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow2012-10-10
* Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds2012-08-01
|\
| * DM RAID: Add support for MD RAID10Jonathan Brassow2012-08-01
* | dm thin: commit before gathering statusAlasdair G Kergon2012-07-27
|/
* dm raid: move sectors_per_dev calculationJonathan E Brassow2012-07-27
* dm raid: restructure parse_raid_paramsJonathan E Brassow2012-07-27
* dm: support non power of two target max_io_lenMike Snitzer2012-07-27
* DM RAID: Use md_error() in place of simply setting Faulty bitJonathan Brassow2012-05-21
* DM RAID: Record and handle missing devicesJonathan Brassow2012-05-21
* DM RAID: Set recovery flags on resumeJonathan Brassow2012-05-21
* md: dm-raid should call helper function to clear rdev.NeilBrown2012-05-21
* DM RAID: Use safe version of rdev_for_eachJonathan Brassow2012-04-23
* dm raid: handle failed devices during start upJonathan E Brassow2012-03-28
* md: tidy up rdev_for_each usage.NeilBrown2012-03-18
* dm raid: fix flush supportJonathan E Brassow2012-03-07
* dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow2012-03-07
* Prevent DM RAID from loading bitmap twice.Jonathan Brassow2012-01-30
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dmLinus Torvalds2011-11-02
|\ \ | |/ |/|
| * dm: raid fix device status indicator when array initializingJonathan E Brassow2011-10-31
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-10-26
|\ \ | |/ |/|
| * md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown2011-10-11
| * md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-11
| * md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-11
* | dm: raid fix write_mostly arg validationJonthan Brassow2011-09-25
|/
* dm raid: add md raid1 supportJonathan Brassow2011-08-02
* dm raid: support metadata devicesJonathan Brassow2011-08-02
* dm raid: add write_mostly parameterJonathan Brassow2011-08-02
* dm raid: add region_size parameterJonathan Brassow2011-08-02
* dm raid: tidy includesAlasdair G Kergon2011-08-02
* dm raid: cleanup parameter handlingJonathan Brassow2011-08-02
* md/dm - remove remains of plug_fn callback.NeilBrown2011-04-18
* block: remove per-queue pluggingJens Axboe2011-03-10
* dm: raid456 basic supportNeilBrown2011-01-13