summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-03-27 04:14:43 +0000
committerNeil Brown <neilb@suse.de>2006-03-27 04:14:43 +0000
commit2efedc7bd23b4796fcf535cb28f796b235aff9ca (patch)
tree0646906edd86acc385a32d3a02d6593b3021482c /ChangeLog
parentca9ce4ec3e67cc6296a9e255a9612e2b7b78b612 (diff)
downloadmdadm-2efedc7bd23b4796fcf535cb28f796b235aff9ca.tar.gz
mdadm-2efedc7bd23b4796fcf535cb28f796b235aff9ca.tar.xz
mdadm-2efedc7bd23b4796fcf535cb28f796b235aff9ca.zip
Put a 'canary' block in front of the backup
.. so corruptio can be detected. Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7722b0..ade4deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes Prior to 2.4 release
+ - Rewrite 'reshape' support including performing a backup
+ of the critical region for a raid5 growth, and restoring that
+ backup after a crash.
+ - Put a 'canary' at each end of the backup so a corruption
+ can be more easily detected.
+
Changes Prior to 2.3.1 release
- Fixed -O2 compile so I could make and RPM.
- Type cast number to be printed %llu so it compiles on 64bit