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