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