X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ChangeLog;h=adf622c8876b9ef8af9d644b55278136aa39c3b2;hb=11fb4c054f7e440be699be5db683e891e3eaf3a5;hp=2d81c3da7842538ba029c67ac910c0f019b17bdd;hpb=1f48664b8e65cafa65d121bb626649a6310cfaf2;p=thirdparty%2Fmdadm.git diff --git a/ChangeLog b/ChangeLog index 2d81c3da..adf622c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,63 @@ -Changes Prior to this release +Changed Prior to this release + - --readwrite can be used with --re-add to clear the writemostly + flag. + +Changes Prior to 2.6.7 release + - Avoid NULL reference calling free_super and elsewhere. + - Remove stray semicolon (Causes compile error with gcc-2.95) + - Fix autoassemble for stack arrays. + +Changes Prior to 2.6.6 release + - "make everything" now make mdassemble.auto + - fix compile problem with mdassemble.auto + - Update FAQ URLs in man page again. + +Changes Prior to 2.6.5 release + - Avoid segfault when parsing /proc/mdstat with auto-read-only + arrays. + - Fix problem with failing to add devices to v.large (>4TB) arrays, + cause by problems with device-size overflow. + - For v0.90 superblocks, print the 'Events' count as a real count, + not 2 numbers separated by a dot. + - Updates some URLs in the man page. + - Allow creation of a RAID6 with exactly one missing device. + - Use LOG_PID for syslog, so you get the pid of mdadm in the log + files. + - --export now works with --examine too (not just --detail) + - Improve auto-creation of device special file when using + --incremental + - Simple locking for --incremental so mdadm doesn't get confused + when run concurrently with itself. + - Make --incremental cope better with arrays that are being reshaped. + +Changes Prior to 2.6.4 release + - Make "--create --auto=mdp" work for non-standard device names. + - Fix restarting of a 'reshape' if it was stopped in the middle. + - Fix a segfault when using v1 superblock. + - Make --write-mostly effective when re-adding a device to an array. + - Various minor fixes + +Changes Prior to 2.6.3 release + - allow --write-behind to be set for --grow. + - When adding new disk to an array, don't reserve so much bitmap + space that the disk cannot store the required data. (Needed when + 1.x array was created with older mdadm). + - When adding a drive that was a little too small, we did not get + the correct error message. + - Make sure that if --assemble find an array in the critical region + of a reshape, and cannot find the critical data to restart the + reshape, it gives an error message. + - Fix segfault with '--detail --export' and non-persistent + superblocks. + - Various manpage updates. + - Improved 'raid4' support (--assemble, --monitor) + - Option parsing fixes w.r.t -a + - Interpret "--assemble --metadata=1" to allow any version 1.x + metadata, and be more specific in the "metadata=" message printed + with --examine --brief + - Fix spare migration in --monitor. + +Changes Prior to 2.6.2 release - --fail detached and --remove faulty can be used to fail and remove devices that are no longer physically present. - --export option for --detail or present information in a format @@ -8,6 +67,8 @@ Changes Prior to this release - Various manpage updates. - Make "--grow --add" for linear arrays really work. - --auto-detect to trigger in-kernel autodetect. + - Make return code for "--detail --test" more reliable. Missing + devices as well as failed devices cause an error. Changes Prior to 2.6.1 release - --monitor was producing some meaningless warnings due to a bug.