aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2018-09-06 14:02:54 -0400
committerMike Snitzer <snitzer@redhat.com>2018-09-06 17:07:58 -0400
commit5380c05b682991a6818c3755d450a3e87eeac0e5 (patch)
tree36bbf38e6f993d1292086e472af93e2d9132af11 /Documentation
parentdm raid: fix RAID leg rebuild errors (diff)
downloadlinux-dev-5380c05b682991a6818c3755d450a3e87eeac0e5.tar.xz
linux-dev-5380c05b682991a6818c3755d450a3e87eeac0e5.zip
dm raid: bump target version, update comments and documentation
Bump target version to reflect the documented fixes are available. Also fix some code comments (typos and clarity). Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/device-mapper/dm-raid.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt
index 390c145f01d7..52a719b49afd 100644
--- a/Documentation/device-mapper/dm-raid.txt
+++ b/Documentation/device-mapper/dm-raid.txt
@@ -348,3 +348,7 @@ Version History
1.13.1 Fix deadlock caused by early md_stop_writes(). Also fix size an
state races.
1.13.2 Fix raid redundancy validation and avoid keeping raid set frozen
+1.14.0 Fix reshape race on small devices. Fix stripe adding reshape
+ deadlock/potential data corruption. Update superblock when
+ specific devices are requested via rebuild. Fix RAID leg
+ rebuild errors.