diff options
Diffstat (limited to 'Documentation/device-mapper/dm-raid.txt')
-rw-r--r-- | Documentation/device-mapper/dm-raid.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/device-mapper/dm-raid.txt b/Documentation/device-mapper/dm-raid.txt index ef8ba9fa58c4..cb12af3b51c2 100644 --- a/Documentation/device-mapper/dm-raid.txt +++ b/Documentation/device-mapper/dm-raid.txt | |||
@@ -224,3 +224,5 @@ Version History | |||
224 | New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt. | 224 | New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt. |
225 | 1.5.1 Add ability to restore transiently failed devices on resume. | 225 | 1.5.1 Add ability to restore transiently failed devices on resume. |
226 | 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check". | 226 | 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check". |
227 | 1.6.0 Add discard support (and devices_handle_discard_safely module param). | ||
228 | 1.7.0 Add support for MD RAID0 mappings. | ||