summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
* dm raid: fix inaccessible superblocks causing oops in configure_discard_supportHeinz Mauelshagen2014-10-291-1/+5
* dm raid: ensure superblock's size matches device's logical block sizeHeinz Mauelshagen2014-10-211-4/+7
* dm raid: add discard support for RAID levels 4, 5 and 6Heinz Mauelshagen2014-10-051-4/+34
* dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen2014-10-051-2/+28
* MD: Remember the last sync operation that was performedJonathan Brassow2013-06-261-1/+2
* md: replace strict_strto*() with kstrto*()Jingoo Han2013-06-141-4/+4
* dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown2013-06-141-1/+1
* DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow2013-06-141-0/+15
* DM RAID: Break-up untidy functionJonathan Brassow2013-06-141-33/+39
* DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow2013-06-141-1/+43
* DM RAID: Add message/status support for changing sync actionJonathan Brassow2013-04-241-2/+109
* Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds2013-03-051-20/+103
|\
| * DM RAID: Add support for MD's RAID10 "far" and "offset" algorithmsJonathan Brassow2013-02-261-20/+103
* | dm: rename request variables to biosAlasdair G Kergon2013-03-011-1/+1
* | dm: fix truncated status stringsMikulas Patocka2013-03-011-5/+3
|/
* DM-RAID: Fix RAID10's check for sufficient redundancyJonathan Brassow2013-01-241-64/+37
* dm: remove map_infoMikulas Patocka2012-12-211-2/+2
* dm raid: round region_size to power of twoJonathan Brassow2012-12-211-1/+3
* 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