]> git.ipfire.org Git - thirdparty/mdadm.git/blob - ChangeLog
Release 3.1
[thirdparty/mdadm.git] / ChangeLog
1 Please see git logs for detailed change log.
2 This file just contains highlight.
3
4 Changes Prior to release 3.1
5 - Support --grow to change the layout of RAID4/5/6
6 - Support --grow to change the chunksize of raid 4/5/6
7 - Support --grow to change level from RAID1 -> RAID5 -> RAID6 and
8 back.
9 - Support --grow to reduce the number of devices in RAID4/5/6.
10 - Support restart of these grow options which assembling an array
11 which is partially grown.
12 - Assorted tests of this code, and of different RAID6 layouts.
13
14 Changes Prior to release 3.0.3
15 - Improvements for creating arrays giving just a name, like 'foo',
16 rather than the full '/dev/md/foo'.
17 - Improvements for assembling member arrays of containers.
18 - Improvements to test suite
19 - Add option to change increment for RebuildNN messages reported
20 by "mdadm --monitor"
21 - Improvements to mdmon 'hand-over' from initrd to final root.
22 - Handle merging of devices that have left an IMSM array and are
23 being re-incorporated.
24 - Add missing space in "--detail --brief" output.
25
26 Changes Prior to release 3.0.2
27 - Fix crash when hosthost is not set, as often happens in
28 early boot.
29
30 Changes Prior to release 3.0.1
31 - Fix various segfaults
32 - Fixed for --examine with containers
33 - Lots of other little fixes.
34
35 Changes Prior to release 3.0
36 - Support for externally managed metadata, specifically DDF and IMSM.
37 - Depend on udev to create entries in /dev, rather than creating them
38 ourselves.
39 - remove --auto-update-home-hosts
40 - new config file line "auto"
41 - new "<ignore>" and "any" options for "homehost"
42 - numerous bug fixes and minor enhancements.