aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2017-10-05 15:17:40 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2017-10-05 15:17:40 -0700
commit076264ada9a307300be7a4581165f9c9deed5d1b (patch)
treedca4d0067d40018d1daa9e069f0a1119e47bd049 /Documentation
parentMerge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... (diff)
parentdm raid: fix incorrect status output at the end of a "recover" process (diff)
downloadlinux-076264ada9a307300be7a4581165f9c9deed5d1b.tar.gz
linux-076264ada9a307300be7a4581165f9c9deed5d1b.tar.bz2
linux-076264ada9a307300be7a4581165f9c9deed5d1b.zip
Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Pull device mapper fixes from Mike Snitzer: - a stable fix for the alignment of the event number reported at the end of the 'DM_LIST_DEVICES' ioctl. - a couple stable fixes for the DM crypt target. - a DM raid health status reporting fix. * tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm raid: fix incorrect status output at the end of a "recover" process dm crypt: reject sector_size feature if device length is not aligned to it dm crypt: fix memory leak in crypt_ctr_cipher_old() dm ioctl: fix alignment of event number in the device list
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/device-mapper/dm-raid.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt
index 4a0a7469fdd7..32df07e29f68 100644
--- a/Documentation/device-mapper/dm-raid.txt
+++ b/Documentation/device-mapper/dm-raid.txt
@@ -344,3 +344,4 @@ Version History
(wrong raid10_copies/raid10_format sequence)
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.13.0 Fix dev_health status at end of "recover" (was 'a', now 'A')