diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2018-09-06 14:02:54 -0400 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2018-09-06 17:07:58 -0400 |
commit | 5380c05b682991a6818c3755d450a3e87eeac0e5 (patch) | |
tree | 36bbf38e6f993d1292086e472af93e2d9132af11 /Documentation/device-mapper | |
parent | 36a240a706d43383bbdd377522501ddd2e5771f6 (diff) | |
download | linux-5380c05b682991a6818c3755d450a3e87eeac0e5.tar.bz2 |
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/device-mapper')
-rw-r--r-- | Documentation/device-mapper/dm-raid.txt | 4 |
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. |