summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dm raid: rename _in_range to __within_rangeMike Snitzer2016-06-141-14/+14
* dm raid: add missing "dm-raid0" module aliasMike Snitzer2016-06-141-1/+2
* dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer2016-06-141-30/+30
* dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer2016-06-141-17/+20
* dm raid: remove ti_error_* wrappersMike Snitzer2016-06-141-152/+249
* dm raid: tabify appropriate whitespaceMike Snitzer2016-06-141-62/+62
* dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen2016-06-141-181/+253
* dm raid: add raid level takeover supportHeinz Mauelshagen2016-06-141-29/+426
* dm raid: enhance super_sync() to support new superblock membersHeinz Mauelshagen2016-06-141-10/+65
* dm raid: add new reshaping/raid10 format table line options to parameter parserHeinz Mauelshagen2016-06-141-9/+39
* dm raid: introduce extended superblock and new raid types to support takeover...Heinz Mauelshagen2016-06-141-133/+471
* dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen2016-06-131-12/+18
* dm raid: more use of flag testing wrappersHeinz Mauelshagen2016-06-131-25/+23
* dm raid: check constructor arguments for invalid raid level/argument combinat...Heinz Mauelshagen2016-06-131-1/+130
* dm raid: cleanup / provide infrastructureHeinz Mauelshagen2016-06-131-196/+228
* dm raid: use dm_arg_set API in constructorHeinz Mauelshagen2016-06-131-61/+84
* dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen2016-06-131-32/+36
* md: use bio op accessorsMike Christie2016-06-071-2/+3
* dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen2016-05-131-1/+6
* dm raid: fix round up of default region sizeMikulas Patocka2015-10-021-2/+1
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-19/+0
* dm raid: add support for the MD RAID0 personalityHeinz Mauelshagen2015-05-291-48/+84
* dm raid: a few cleanupsHeinz Mauelshagen2015-05-291-45/+46
* dm raid: fixup documentation for discard supportHeinz Mauelshagen2015-05-291-2/+0
* Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-131-9/+7
|\
| * dm raid: fix a couple integer overflowsDan Carpenter2015-02-091-9/+7
* | md: make ->congested robust against personality changes.NeilBrown2015-02-031-7/+1
|/
* 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-061-4/+34
* dm raid: add discard support for RAID levels 1 and 10Heinz Mauelshagen2014-10-061-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-061-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
|\