aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07dm raid: Remove unnecessary negation of a shift in raid10_format_to_md_layoutNathan Chancellor1-1/+0
2019-11-05dm raid: streamline rs_get_progress() and its raid_status() caller sideHeinz Mauelshagen1-27/+20
2019-11-05dm raid: simplify rs_setup_recovery call chainHeinz Mauelshagen1-21/+6
2019-11-05dm raid: to ensure resynchronization, perform raid set grow in preresumeHeinz Mauelshagen1-21/+60
2019-11-05dm raid: change rs_set_dev_and_array_sectors API and callersHeinz Mauelshagen1-9/+5
2019-09-11dm raid: fix updating of max_discard_sectors limitMing Lei1-5/+5
2019-08-21dm raid: add missing cleanup in raid_ctr()Wenwen Wang1-1/+1
2019-07-15docs: device-mapper: move it to the admin-guideMauro Carvalho Chehab1-1/+1
2019-06-14docs: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer1-5/+9
2018-12-18dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen1-2/+1
2018-10-18dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen1-1/+1
2018-09-17dm raid: remove bogus const from decipher_sync_action() return typeGeert Uytterhoeven1-1/+1
2018-09-06dm raid: bump target version, update comments and documentationHeinz Mauelshagen1-4/+6
2018-09-06dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen1-34/+46
2018-09-06dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen1-0/+5
2018-09-06dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen1-8/+3
2018-09-06dm raid: fix reshape race on small devicesHeinz Mauelshagen1-47/+1
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+3
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko1-3/+3
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann1-1/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-04-04dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen1-8/+19
2018-04-03dm raid: fix nosync statusHeinz Mauelshagen1-1/+2
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer1-1/+2
2018-03-06dm raid: fix incorrect sync_ratio when degradedJonathan Brassow1-3/+4
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-126/+254
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun1-1/+1
2017-12-13dm raid: use rs_is_raid*()Heinz Mauelshagen1-8/+8
2017-12-13dm raid: simplify rs_get_progress()Heinz Mauelshagen1-20/+3
2017-12-13dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen1-0/+9
2017-12-13dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen1-38/+70
2017-12-13dm raid: validate current raid sets redundancyHeinz Mauelshagen1-1/+6
2017-12-11md: introduce new personality funciton start()Song Liu1-0/+9
2017-12-08dm raid: bump target version to reflect numerous fixesMike Snitzer1-1/+1
2017-12-08dm raid: small cleanup and remove unsed "struct raid_set" memberHeinz Mauelshagen1-4/+2
2017-12-08dm raid: fix rs_get_progress() synchronization state/ratioHeinz Mauelshagen1-31/+64
2017-12-08dm raid: avoid passing array_in_sync variable to raid_status() calleesHeinz Mauelshagen1-14/+16
2017-12-08dm raid: display a consistent copy of the MD status via raid_status()Heinz Mauelshagen1-16/+18
2017-12-08dm raid: fix raid_resume() to keep raid set frozen as neededHeinz Mauelshagen1-3/+9
2017-12-08dm raid: add component device size checks to avoid runtime failureHeinz Mauelshagen1-1/+19
2017-12-08dm raid: fix raid set size revalidationHeinz Mauelshagen1-10/+20
2017-12-08dm raid: correct resizing state relative to reshape space in ctrHeinz Mauelshagen1-4/+6
2017-12-08dm raid: consume sizes after md_finish_reshape() completes changing themHeinz Mauelshagen1-4/+38
2017-12-08dm raid: fix deadlock caused by premature md_stop_writes()Heinz Mauelshagen1-10/+4
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-6/+0
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer1-6/+0
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-3/+9
2017-11-10dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen1-10/+11
2017-11-01md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown1-2/+8