aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-19/+0
2015-05-29dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen1-48/+84
2015-05-29dm raid: a few cleanupsHeinz Mauelshagen1-45/+46
2015-05-29dm raid: fixup documentation for discard supportHeinz Mauelshagen1-2/+0
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-9/+7
2015-02-09dm raid: fix a couple integer overflowsDan Carpenter1-9/+7
2015-02-04md: make ->congested robust against personality changes.NeilBrown1-7/+1
2014-10-29dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen1-1/+5
2014-10-21dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen1-4/+7
2014-10-05dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen1-4/+34
2014-10-05dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen1-2/+28
2013-06-26MD: Remember the last sync operation that was performedJonathan Brassow1-1/+2
2013-06-14md: replace strict_strto*() with kstrto*()Jingoo Han1-4/+4
2013-06-14dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown1-1/+1
2013-06-14DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow1-0/+15
2013-06-14DM RAID: Break-up untidy functionJonathan Brassow1-33/+39
2013-06-14DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow1-1/+43
2013-04-24DM RAID: Add message/status support for changing sync actionJonathan Brassow1-2/+109
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds1-20/+103
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-1/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka1-5/+3
2013-02-26DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow1-20/+103
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