summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)AuthorLines
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+7
2015-02-09dm raid: fix a couple integer overflowsDan Carpenter-9/+7
2015-02-04md: make ->congested robust against personality changes.NeilBrown-7/+1
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen-1/+5
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen-4/+7
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen-4/+34
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen-2/+28
2013-06-26MD: Remember the last sync operation that was performedJonathan Brassow-1/+2
2013-06-14md: replace strict_strto*() with kstrto*()Jingoo Han-4/+4
2013-06-14dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown-1/+1
2013-06-14DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow-0/+15
2013-06-14DM RAID: Break-up untidy functionJonathan Brassow-33/+39
2013-06-14DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow-1/+43
2013-04-24DM RAID: Add message/status support for changing sync actionJonathan Brassow-2/+109
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds-20/+103
2013-03-01dm: rename request variables to biosAlasdair G Kergon-1/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka-5/+3
2013-02-26DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow-20/+103
2013-01-24DM-RAID: Fix RAID10's check for sufficient redundancyJonathan Brassow-64/+37
2012-12-21dm: remove map_infoMikulas Patocka-2/+2
2012-12-21dm raid: round region_size to power of twoJonathan Brassow-1/+3
2012-10-11DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow-0/+13
2012-10-11DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow-1/+1
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow-1/+33
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow-25/+50
2012-08-01Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds-5/+90
2012-08-01DM RAID: Add support for MD RAID10Jonathan Brassow-5/+90
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon-1/+1
2012-07-27dm raid: move sectors_per_dev calculationJonathan E Brassow-9/+9
2012-07-27dm raid: restructure parse_raid_paramsJonathan E Brassow-5/+20
2012-07-27dm: support non power of two target max_io_lenMike Snitzer-6/+5
2012-05-22DM RAID: Use md_error() in place of simply setting Faulty bitJonathan Brassow-1/+1
2012-05-22DM RAID: Record and handle missing devicesJonathan Brassow-4/+7
2012-05-22DM RAID: Set recovery flags on resumeJonathan Brassow-2/+2
2012-05-22md: dm-raid should call helper function to clear rdev.NeilBrown-4/+1
2012-04-24DM RAID: Use safe version of rdev_for_eachJonathan Brassow-2/+2
2012-03-28dm raid: handle failed devices during start upJonathan E Brassow-2/+51
2012-03-19md: tidy up rdev_for_each usage.NeilBrown-8/+8
2012-03-07dm raid: fix flush supportJonathan E Brassow-0/+1
2012-03-07dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow-6/+10
2012-01-31Prevent DM RAID from loading bitmap twice.Jonathan Brassow-3/+9
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dmLinus Torvalds-11/+37
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker-0/+1
2011-10-31dm: raid fix device status indicator when array initializingJonathan E Brassow-11/+37
2011-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds-14/+14
2011-10-11md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown-2/+2
2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown-6/+6
2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown-9/+9
2011-09-25dm: raid fix write_mostly arg validationJonthan Brassow-1/+1