aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-18dm raid: support delta_disks for raid1, fix table outputHeinz Mauelshagen1-43/+49
2016-07-18dm raid: enhance reshape check and factor out reshape setupHeinz Mauelshagen1-61/+106
2016-07-18dm raid: allow resize during recoveryHeinz Mauelshagen1-15/+19
2016-07-18dm raid: fix rs_is_recovering() to allow for lvextendHeinz Mauelshagen1-2/+2
2016-07-18dm raid: fix rebuild and catch bogus sync/resync flagsHeinz Mauelshagen1-3/+16
2016-07-18dm raid: fix ctr memory leaks on error pathsHeinz Mauelshagen1-10/+15
2016-07-18dm raid: fix typo in write_mostly flagHeinz Mauelshagen1-1/+1
2016-07-18dm raid: also reject size change during recoveryHeinz Mauelshagen1-3/+3
2016-07-18dm raid: fix new superblock/bitmap creation on disk additionHeinz Mauelshagen1-1/+2
2016-07-18dm raid: add comments and fix typosHeinz Mauelshagen1-7/+13
2016-07-18dm raid: fix raid10 device size error on out-of-place reshapeHeinz Mauelshagen1-0/+8
2016-07-18dm raid: prohibit 'nosync' on new raid6 and reject resize during reshapeHeinz Mauelshagen1-3/+15
2016-07-18dm raid: clarify and fix recoveryHeinz Mauelshagen1-9/+55
2016-07-18dm raid: fix rs_set_capacity on growing reshapeHeinz Mauelshagen1-6/+3
2016-07-18dm raid: make rs_set_capacity to work on shrinking reshapeHeinz Mauelshagen1-4/+4
2016-07-18dm raid: enhance comments in takeover checksHeinz Mauelshagen1-2/+2
2016-07-18dm raid: remove bogus comment and fix comment typosHeinz Mauelshagen1-4/+2
2016-07-18dm raid: more restricting data_offset value checksHeinz Mauelshagen1-1/+2
2016-07-18dm raid: reject too many write_mostly devicesHeinz Mauelshagen1-1/+7
2016-07-18dm raid: the sync_page_io() metadata_op argument is boolHeinz Mauelshagen1-3/+3
2016-07-18dm raid: prohibit to pass in both sync and nosync ctr flagsHeinz Mauelshagen1-0/+6
2016-07-18dm raid: avoid superfluous memory barriers on static metadataHeinz Mauelshagen1-5/+0
2016-06-16dm raid: don't use 'const' in function returnArnd Bergmann1-1/+1
2016-06-14dm raid: fix failed takeover/reshapes by keeping raid set frozenHeinz Mauelshagen1-29/+56
2016-06-14dm raid: support to change bitmap region sizeHeinz Mauelshagen1-0/+11
2016-06-14dm raid: add reshaping support to the targetHeinz Mauelshagen1-58/+447
2016-06-14dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen1-22/+202
2016-06-14dm raid: inverse check for flags from invalid to valid flagsHeinz Mauelshagen1-32/+56
2016-06-14dm raid: various code cleanupsMike Snitzer1-56/+43
2016-06-14dm raid: rename functions that alloc and free struct raid_setMike Snitzer1-7/+7
2016-06-14dm raid: remove all the bitops wrappersMike Snitzer1-125/+89
2016-06-14dm raid: rename _in_range to __within_rangeMike Snitzer1-14/+14
2016-06-14dm raid: add missing "dm-raid0" module aliasMike Snitzer1-1/+2
2016-06-14dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer1-30/+30
2016-06-14dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer1-17/+20
2016-06-14dm raid: remove ti_error_* wrappersMike Snitzer1-152/+249
2016-06-14dm raid: tabify appropriate whitespaceMike Snitzer1-62/+62
2016-06-14dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen1-181/+253
2016-06-14dm raid: add raid level takeover supportHeinz Mauelshagen1-29/+426
2016-06-14dm raid: enhance super_sync() to support new superblock membersHeinz Mauelshagen1-10/+65
2016-06-14dm raid: add new reshaping/raid10 format table line options to parameter parserHeinz Mauelshagen1-9/+39
2016-06-14dm raid: introduce extended superblock and new raid types to support takeover/reshapingHeinz Mauelshagen1-133/+471
2016-06-13dm raid: use rt_is_raid*() in all appropriate checksHeinz Mauelshagen1-12/+18
2016-06-13dm raid: more use of flag testing wrappersHeinz Mauelshagen1-25/+23
2016-06-13dm raid: check constructor arguments for invalid raid level/argument combinationsHeinz Mauelshagen1-1/+130
2016-06-13dm raid: cleanup / provide infrastructureHeinz Mauelshagen1-196/+228
2016-06-13dm raid: use dm_arg_set API in constructorHeinz Mauelshagen1-61/+84
2016-06-13dm raid: rename variable 'ret' to 'r' to conform to other dm codeHeinz Mauelshagen1-32/+36
2016-06-07md: use bio op accessorsMike Christie1-2/+3
2016-05-13dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen1-1/+6