summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)Author
2017-03-31dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov
2017-02-28dm raid: bump the target versionMike Snitzer
2017-02-28dm raid: fix data corruption on reshape requestHeinz Mauelshagen
2017-02-28dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer
2017-01-25dm raid: cleanup awkward branching in raid_message() option processingMike Snitzer
2017-01-25dm raid: use mddev rather than rdev->mddevHeinz Mauelshagen
2017-01-25dm raid: use read_disk_sb() throughoutHeinz Mauelshagen
2017-01-25dm raid: add raid4/5/6 journaling supportHeinz Mauelshagen
2017-01-25dm raid: be prepared to accept arbitrary '- -' tuplesHeinz Mauelshagen
2017-01-25dm raid: fix transient device failure processingHeinz Mauelshagen
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-08md: separate flags for superblock changesShaohua Li
2016-12-08dm raid: fix discard support regressionHeinz Mauelshagen
2016-12-08dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen
2016-11-21dm raid: correct error messages on old metadata validationHeinz Mauelshagen
2016-10-17dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen
2016-10-11dm raid: fix compat_features validationAndy Whitcroft
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