aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
AgeCommit message (Expand)Author
2018-10-10dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen
2018-10-10dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen
2018-10-10dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen
2018-10-10dm raid: fix reshape race on small devicesHeinz Mauelshagen
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-04-04dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen
2018-04-03dm raid: fix nosync statusHeinz Mauelshagen
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-03-06dm raid: fix incorrect sync_ratio when degradedJonathan Brassow
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun
2017-12-13dm raid: use rs_is_raid*()Heinz Mauelshagen
2017-12-13dm raid: simplify rs_get_progress()Heinz Mauelshagen
2017-12-13dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen
2017-12-13dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen
2017-12-13dm raid: validate current raid sets redundancyHeinz Mauelshagen
2017-12-11md: introduce new personality funciton start()Song Liu
2017-12-08dm raid: bump target version to reflect numerous fixesMike Snitzer
2017-12-08dm raid: small cleanup and remove unsed "struct raid_set" memberHeinz Mauelshagen
2017-12-08dm raid: fix rs_get_progress() synchronization state/ratioHeinz Mauelshagen
2017-12-08dm raid: avoid passing array_in_sync variable to raid_status() calleesHeinz Mauelshagen
2017-12-08dm raid: display a consistent copy of the MD status via raid_status()Heinz Mauelshagen
2017-12-08dm raid: fix raid_resume() to keep raid set frozen as neededHeinz Mauelshagen
2017-12-08dm raid: add component device size checks to avoid runtime failureHeinz Mauelshagen
2017-12-08dm raid: fix raid set size revalidationHeinz Mauelshagen
2017-12-08dm raid: correct resizing state relative to reshape space in ctrHeinz Mauelshagen
2017-12-08dm raid: consume sizes after md_finish_reshape() completes changing themHeinz Mauelshagen
2017-12-08dm raid: fix deadlock caused by premature md_stop_writes()Heinz Mauelshagen
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-11-10dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen
2017-11-01md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li
2017-07-25dm raid: bump target versionHeinz Mauelshagen
2017-07-25dm raid: avoid mddev->suspended accessHeinz Mauelshagen
2017-07-25dm raid: fix activation check in validate_raid_redundancy()Heinz Mauelshagen
2017-07-25dm raid: remove WARN_ON() in raid10_md_layout_to_format()Heinz Mauelshagen
2017-07-06Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-30dm raid: stop using BUG() in __rdev_sectors()Heinz Mauelshagen
2017-06-23dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-03-31dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov
2017-03-27dm raid: add raid4/5/6 journal write-back support via journal_mode optionHeinz Mauelshagen