summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
* DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow2012-10-111-0/+13
* DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow2012-10-111-1/+1
* DM RAID: Add rebuild capability for RAID10Jonathan Brassow2012-10-111-1/+33
* DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow2012-10-111-25/+50
* Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds2012-08-011-5/+90
|\
| * DM RAID: Add support for MD RAID10Jonathan Brassow2012-08-011-5/+90
* | dm thin: commit before gathering statusAlasdair G Kergon2012-07-271-1/+1
|/
* dm raid: move sectors_per_dev calculationJonathan E Brassow2012-07-271-9/+9
* dm raid: restructure parse_raid_paramsJonathan E Brassow2012-07-271-5/+20
* dm: support non power of two target max_io_lenMike Snitzer2012-07-271-6/+5
* DM RAID: Use md_error() in place of simply setting Faulty bitJonathan Brassow2012-05-221-1/+1
* DM RAID: Record and handle missing devicesJonathan Brassow2012-05-221-4/+7
* DM RAID: Set recovery flags on resumeJonathan Brassow2012-05-221-2/+2
* md: dm-raid should call helper function to clear rdev.NeilBrown2012-05-221-4/+1
* DM RAID: Use safe version of rdev_for_eachJonathan Brassow2012-04-241-2/+2
* dm raid: handle failed devices during start upJonathan E Brassow2012-03-281-2/+51
* md: tidy up rdev_for_each usage.NeilBrown2012-03-191-8/+8
* dm raid: fix flush supportJonathan E Brassow2012-03-071-0/+1
* dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow2012-03-071-6/+10
* Prevent DM RAID from loading bitmap twice.Jonathan Brassow2012-01-311-3/+9
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dmLinus Torvalds2011-11-021-11/+37
|\ \ | |/ |/|
| * dm: raid fix device status indicator when array initializingJonathan E Brassow2011-10-311-11/+37
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-10-261-14/+14
|\ \ | |/ |/|
| * md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown2011-10-111-2/+2
| * md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-111-6/+6
| * md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-111-9/+9
* | dm: raid fix write_mostly arg validationJonthan Brassow2011-09-251-1/+1
|/
* dm raid: add md raid1 supportJonathan Brassow2011-08-021-10/+39
* dm raid: support metadata devicesJonathan Brassow2011-08-021-16/+403
* dm raid: add write_mostly parameterJonathan Brassow2011-08-021-1/+25
* dm raid: add region_size parameterJonathan Brassow2011-08-021-3/+79
* dm raid: tidy includesAlasdair G Kergon2011-08-021-1/+2
* dm raid: cleanup parameter handlingJonathan Brassow2011-08-021-19/+23
* md/dm - remove remains of plug_fn callback.NeilBrown2011-04-181-8/+0
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+1
* dm: raid456 basic supportNeilBrown2011-01-131-0/+697
OpenPOWER on IntegriCloud