summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid.c
Commit message (Expand)AuthorAgeFilesLines
* dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen2018-04-041-8/+19
* dm raid: fix nosync statusHeinz Mauelshagen2018-04-031-1/+2
* dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+2
* dm raid: fix incorrect sync_ratio when degradedJonathan Brassow2018-03-061-3/+4
* Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-126/+254
|\
| * dm raid: make raid_sets symbol staticWei Yongjun2018-01-171-1/+1
| * dm raid: use rs_is_raid*()Heinz Mauelshagen2017-12-131-8/+8
| * dm raid: simplify rs_get_progress()Heinz Mauelshagen2017-12-131-20/+3
| * dm raid: ensure 'a' chars during reshapeHeinz Mauelshagen2017-12-131-0/+9
| * dm raid: stop keeping raid set frozen altogetherHeinz Mauelshagen2017-12-131-38/+70
| * dm raid: validate current raid sets redundancyHeinz Mauelshagen2017-12-131-1/+6
| * dm raid: bump target version to reflect numerous fixesMike Snitzer2017-12-081-1/+1
| * dm raid: small cleanup and remove unsed "struct raid_set" memberHeinz Mauelshagen2017-12-081-4/+2
| * dm raid: fix rs_get_progress() synchronization state/ratioHeinz Mauelshagen2017-12-081-31/+64
| * dm raid: avoid passing array_in_sync variable to raid_status() calleesHeinz Mauelshagen2017-12-081-14/+16
| * dm raid: display a consistent copy of the MD status via raid_status()Heinz Mauelshagen2017-12-081-16/+18
| * dm raid: fix raid_resume() to keep raid set frozen as neededHeinz Mauelshagen2017-12-081-3/+9
| * dm raid: add component device size checks to avoid runtime failureHeinz Mauelshagen2017-12-081-1/+19
| * dm raid: fix raid set size revalidationHeinz Mauelshagen2017-12-081-10/+20
| * dm raid: correct resizing state relative to reshape space in ctrHeinz Mauelshagen2017-12-081-4/+6
| * dm raid: consume sizes after md_finish_reshape() completes changing themHeinz Mauelshagen2017-12-081-4/+38
| * dm raid: fix deadlock caused by premature md_stop_writes()Heinz Mauelshagen2017-12-081-10/+4
* | md: introduce new personality funciton start()Song Liu2017-12-111-0/+9
|/
* Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-171-6/+0
|\
| * dm: do not set 'discards_supported' in targets that do not need itMike Snitzer2017-11-161-6/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-141-3/+9
|\ \ | |/ |/|
| * md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2017-11-011-2/+8
| * md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-161-1/+1
* | dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen2017-11-101-10/+11
* | Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-051-5/+6
|\ \ | |/ |/|
| * dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow2017-10-051-5/+6
* | dm-raid: fix a race condition in request handlingShaohua Li2017-09-271-1/+1
|/
* dm raid: bump target versionHeinz Mauelshagen2017-07-251-1/+1
* dm raid: avoid mddev->suspended accessHeinz Mauelshagen2017-07-251-5/+7
* dm raid: fix activation check in validate_raid_redundancy()Heinz Mauelshagen2017-07-251-5/+5
* dm raid: remove WARN_ON() in raid10_md_layout_to_format()Heinz Mauelshagen2017-07-251-2/+3
* Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-061-3/+10
|\
| * dm raid: stop using BUG() in __rdev_sectors()Heinz Mauelshagen2017-06-301-3/+10
* | dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen2017-06-231-3/+14
|/
* Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-42/+122
|\
| * dm raid: add raid4/5/6 journal write-back support via journal_mode optionHeinz Mauelshagen2017-03-271-13/+91
| * dm raid: fix table line argument order in statusHeinz Mauelshagen2017-03-271-30/+32
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-3/+3
|\ \
| * | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-3/+3
| |/
* / dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov2017-03-311-1/+1
|/
* dm raid: bump the target versionMike Snitzer2017-02-281-3/+3
* dm raid: fix data corruption on reshape requestHeinz Mauelshagen2017-02-281-1/+11
* dm raid: fix raid "check" regression due to improper cleanup in raid_message()Mike Snitzer2017-02-281-2/+4
* dm raid: cleanup awkward branching in raid_message() option processingMike Snitzer2017-01-251-3/+4
* dm raid: use mddev rather than rdev->mddevHeinz Mauelshagen2017-01-251-1/+1