aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-42/+122
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-3/+3
2017-03-31dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov1-1/+1
2017-03-27dm raid: add raid4/5/6 journal write-back support via journal_mode optionHeinz Mauelshagen1-13/+91
2017-03-27dm raid: fix table line argument order in statusHeinz Mauelshagen1-30/+32
2017-02-28dm raid: bump the target versionMike Snitzer1-3/+3
2017-02-28dm raid: fix data corruption on reshape requestHeinz Mauelshagen1-1/+11
2017-02-28dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer1-2/+4
2017-01-25dm raid: cleanup awkward branching in raid_message() option processingMike Snitzer1-3/+4
2017-01-25dm raid: use mddev rather than rdev->mddevHeinz Mauelshagen1-1/+1
2017-01-25dm raid: use read_disk_sb() throughoutHeinz Mauelshagen1-8/+9
2017-01-25dm raid: add raid4/5/6 journaling supportHeinz Mauelshagen1-21/+140
2017-01-25dm raid: be prepared to accept arbitrary '- -' tuplesHeinz Mauelshagen1-5/+23
2017-01-25dm raid: fix transient device failure processingHeinz Mauelshagen1-49/+38
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-40/+42
2016-12-08md: separate flags for superblock changesShaohua Li1-2/+2
2016-12-08dm raid: fix discard support regressionHeinz Mauelshagen1-6/+3
2016-12-08dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen1-2/+0
2016-11-21dm raid: correct error messages on old metadata validationHeinz Mauelshagen1-32/+39
2016-10-17dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen1-5/+7
2016-10-11dm raid: fix compat_features validationAndy Whitcroft1-1/+2
2016-08-17dm raid: support raid0 with missing metadata devicesHeinz Mauelshagen1-0/+12
2016-08-16dm raid: enhance attempt_restore_of_faulty_devices() to support more devicesHeinz Mauelshagen1-8/+24
2016-08-16dm raid: fix restoring of failed devices regressionHeinz Mauelshagen1-22/+11
2016-08-16dm raid: fix frozen recovery regressionHeinz Mauelshagen1-6/+1
2016-08-04dm raid: fix use of wrong status char during resynchronizationHeinz Mauelshagen1-1/+0
2016-08-03dm raid: constructor fails on non-zero incompat_featuresHeinz Mauelshagen1-0/+1
2016-08-03dm raid: fix processing of max_recovery_rate constructor flagHeinz Mauelshagen1-1/+1
2016-07-19dm raid: fix random optimal_io_size for raid0Heinz Mauelshagen1-4/+3
2016-07-19dm raid: address checkpatch.pl complaintsHeinz Mauelshagen1-21/+21
2016-07-18dm raid: change logical functions to actually return boolHeinz Mauelshagen1-15/+14
2016-07-18dm raid: use rdev_for_each in statusHeinz Mauelshagen1-2/+2
2016-07-18dm raid: use rs->raid_disks to avoid memory leaks on freeHeinz Mauelshagen1-6/+5
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