Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b84cf269 authored by Mike Snitzer's avatar Mike Snitzer
Browse files

dm raid: bump target version to reflect numerous fixes



Also update Documentation accordingly.

Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 78a75d10
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -343,5 +343,7 @@ Version History
1.11.0  Fix table line argument order
1.11.0  Fix table line argument order
	(wrong raid10_copies/raid10_format sequence)
	(wrong raid10_copies/raid10_format sequence)
1.11.1  Add raid4/5/6 journal write-back support via journal_mode option
1.11.1  Add raid4/5/6 journal write-back support via journal_mode option
1.12.1  fix for MD deadlock between mddev_suspend() and md_write_start() available
1.12.1  Fix for MD deadlock between mddev_suspend() and md_write_start() available
1.13.0  Fix dev_health status at end of "recover" (was 'a', now 'A')
1.13.0  Fix dev_health status at end of "recover" (was 'a', now 'A')
1.13.1  Fix deadlock caused by early md_stop_writes().  Also fix size an
	state races.
+1 −1
Original line number Original line Diff line number Diff line
@@ -3994,7 +3994,7 @@ static void raid_resume(struct dm_target *ti)


static struct target_type raid_target = {
static struct target_type raid_target = {
	.name = "raid",
	.name = "raid",
	.version = {1, 13, 0},
	.version = {1, 13, 1},
	.module = THIS_MODULE,
	.module = THIS_MODULE,
	.ctr = raid_ctr,
	.ctr = raid_ctr,
	.dtr = raid_dtr,
	.dtr = raid_dtr,