summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)AuthorLines
2016-08-17dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen-0/+12
2016-08-16dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen-8/+24
2016-08-16dm raid: fix restoring of failed devices regressionHeinz Mauelshagen-22/+11
2016-08-16dm raid: fix frozen recovery regressionHeinz Mauelshagen-6/+1
2016-08-04dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen-1/+0
2016-08-03dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen-0/+1
2016-08-03dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen-1/+1
2016-07-19dm raid: fix random optimal_io_size for raid0Heinz Mauelshagen-4/+3
2016-07-19dm raid: address checkpatch.pl complaintsHeinz Mauelshagen-21/+21
2016-07-18dm raid: change logical functions to actually return boolHeinz Mauelshagen-15/+14
2016-07-18dm raid: use rdev_for_each in statusHeinz Mauelshagen-2/+2
2016-07-18dm raid: use rs->raid_disks to avoid memory leaks on freeHeinz Mauelshagen-6/+5
2016-07-18dm raid: support delta_disks for raid1, fix table outputHeinz Mauelshagen-43/+49
2016-07-18dm raid: enhance reshape check and factor out reshape setupHeinz Mauelshagen-61/+106
2016-07-18dm raid: allow resize during recoveryHeinz Mauelshagen-15/+19
2016-07-18dm raid: fix rs_is_recovering() to allow for lvextendHeinz Mauelshagen-2/+2
2016-07-18dm raid: fix rebuild and catch bogus sync/resync flagsHeinz Mauelshagen-3/+16
2016-07-18dm raid: fix ctr memory leaks on error pathsHeinz Mauelshagen-10/+15
2016-07-18dm raid: fix typo in write_mostly flagHeinz Mauelshagen-1/+1
2016-07-18dm raid: also reject size change during recoveryHeinz Mauelshagen-3/+3
2016-07-18dm raid: fix new superblock/bitmap creation on disk additionHeinz Mauelshagen-1/+2
2016-07-18dm raid: add comments and fix typosHeinz Mauelshagen-7/+13
2016-07-18dm raid: fix raid10 device size error on out-of-place reshapeHeinz Mauelshagen-0/+8
2016-07-18dm raid: prohibit 'nosync' on new raid6 and reject resize during reshapeHeinz Mauelshagen-3/+15
2016-07-18dm raid: clarify and fix recoveryHeinz Mauelshagen-9/+55
2016-07-18dm raid: fix rs_set_capacity on growing reshapeHeinz Mauelshagen-6/+3
2016-07-18dm raid: make rs_set_capacity to work on shrinking reshapeHeinz Mauelshagen-4/+4
2016-07-18dm raid: enhance comments in takeover checksHeinz Mauelshagen-2/+2
2016-07-18dm raid: remove bogus comment and fix comment typosHeinz Mauelshagen-4/+2
2016-07-18dm raid: more restricting data_offset value checksHeinz Mauelshagen-1/+2
2016-07-18dm raid: reject too many write_mostly devicesHeinz Mauelshagen-1/+7
2016-07-18dm raid: the sync_page_io() metadata_op argument is boolHeinz Mauelshagen-3/+3
2016-07-18dm raid: prohibit to pass in both sync and nosync ctr flagsHeinz Mauelshagen-0/+6
2016-07-18dm raid: avoid superfluous memory barriers on static metadataHeinz Mauelshagen-5/+0
2016-06-16dm raid: don't use 'const' in function returnArnd Bergmann-1/+1
2016-06-14dm raid: fix failed takeover/reshapes by keeping raid set frozenHeinz Mauelshagen-29/+56
2016-06-14dm raid: support to change bitmap region sizeHeinz Mauelshagen-0/+11
2016-06-14dm raid: add reshaping support to the targetHeinz Mauelshagen-58/+447
2016-06-14dm raid: add prerequisite functions and definitions for reshapingHeinz Mauelshagen-22/+202
2016-06-14dm raid: inverse check for flags from invalid to valid flagsHeinz Mauelshagen-32/+56
2016-06-14dm raid: various code cleanupsMike Snitzer-56/+43
2016-06-14dm raid: rename functions that alloc and free struct raid_setMike Snitzer-7/+7
2016-06-14dm raid: remove all the bitops wrappersMike Snitzer-125/+89
2016-06-14dm raid: rename _in_range to __within_rangeMike Snitzer-14/+14
2016-06-14dm raid: add missing "dm-raid0" module aliasMike Snitzer-1/+2
2016-06-14dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flagMike Snitzer-30/+30
2016-06-14dm raid: bump to v1.9.0 and make the extended SB feature flag reflect itMike Snitzer-17/+20
2016-06-14dm raid: remove ti_error_* wrappersMike Snitzer-152/+249
2016-06-14dm raid: tabify appropriate whitespaceMike Snitzer-62/+62
2016-06-14dm raid: enhance status interface and fixup takeover/raid0Heinz Mauelshagen-181/+253