aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-1/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka1-5/+3
2013-01-24DM-RAID: Fix RAID10's check for sufficient redundancyJonathan Brassow1-64/+37
2012-12-21dm: remove map_infoMikulas Patocka1-2/+2
2012-12-21dm raid: round region_size to power of twoJonathan Brassow1-1/+3
2012-10-11DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow1-0/+13
2012-10-11DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow1-1/+1
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow1-1/+33
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow1-25/+50
2012-08-01Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds1-5/+90
2012-08-01DM RAID: Add support for MD RAID10Jonathan Brassow1-5/+90
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-1/+1
2012-07-27dm raid: move sectors_per_dev calculationJonathan E Brassow1-9/+9
2012-07-27dm crypt: rename pending fieldMikulas Patocka0-0/+0
2012-07-27dm raid: restructure parse_raid_paramsJonathan E Brassow1-5/+20
2012-07-27dm: support non power of two target max_io_lenMike Snitzer1-6/+5
2012-05-22DM RAID: Use md_error() in place of simply setting Faulty bitJonathan Brassow1-1/+1
2012-05-22DM RAID: Record and handle missing devicesJonathan Brassow1-4/+7
2012-05-22DM RAID: Set recovery flags on resumeJonathan Brassow1-2/+2
2012-05-22md: dm-raid should call helper function to clear rdev.NeilBrown1-4/+1
2012-04-24DM RAID: Use safe version of rdev_for_eachJonathan Brassow1-2/+2
2012-03-28dm raid: handle failed devices during start upJonathan E Brassow1-2/+51
2012-03-19md: tidy up rdev_for_each usage.NeilBrown1-8/+8
2012-03-07dm raid: fix flush supportJonathan E Brassow1-0/+1
2012-03-07dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow1-6/+10
2012-01-31Prevent DM RAID from loading bitmap twice.Jonathan Brassow1-3/+9
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dmLinus Torvalds1-11/+37
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-10-31dm: raid fix device status indicator when array initializingJonathan E Brassow1-11/+37
2011-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-14/+14
2011-10-11md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown1-2/+2
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown1-6/+6
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown1-9/+9
2011-09-25dm: raid fix write_mostly arg validationJonthan Brassow1-1/+1
2011-08-02dm raid: add md raid1 supportJonathan Brassow1-10/+39
2011-08-02dm raid: support metadata devicesJonathan Brassow1-16/+403
2011-08-02dm raid: add write_mostly parameterJonathan Brassow1-1/+25
2011-08-02dm raid: add region_size parameterJonathan Brassow1-3/+79
2011-08-02dm raid: tidy includesAlasdair G Kergon1-1/+2
2011-08-02dm raid: cleanup parameter handlingJonathan Brassow1-19/+23
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown1-8/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+1
2011-01-13dm: raid456 basic supportNeilBrown1-0/+697