summaryrefslogtreecommitdiff
path: root/Assemble.c
Commit message (Expand)AuthorAge
* Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-12
* Remove 'major' from superswitch.Neil Brown2008-07-12
* Merge branch 'master' into devel-3.0Neil Brown2008-06-19
|\
| * Fix bug in forced assemble.Chris Webb2008-06-19
| * Avoid NULL reference calling free_super and elsewhere.Neil Brown2008-05-27
| * Remove stray semicolonNeil Brown2008-05-27
| * Fix autoassemble for stack arrays.Neil Brown2008-05-20
* | Remove st->text_version in favour of info->text_versionNeil Brown2008-05-27
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-27
* | Remove stray semicolonNeil Brown2008-05-27
* | Can now mostly assemble DDF arraysNeil Brown2008-05-15
* | Start on --assemble support for DDFNeil Brown2008-05-15
|/
* Avoid possible null dereference in Assemble.Neil Brown2008-05-15
* Some tidy up of 'devices' in assemble.Neil Brown2007-12-14
* Don't record oldmajor/oldminor any more during assemble.Neil Brown2007-12-14
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-14
* Fix compare_super to take supertype instead of a superblock.Neil Brown2007-12-14
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-14
* Allow metadata handlers to free their own superblock.Neil Brown2007-12-14
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2006-12-14
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-14
* Change handling for "--assemble --force" when two drives disappeared at once.Neil Brown2006-12-14
* Fix and test --update=uuidNeil Brown2006-12-14
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-14
* Make Assemble/Force work on raid6 with 2 missing devices.Neil Brown2006-12-14
* Fixed problems that could cause infinitel loop with auto assemble.Neil Brown2006-11-09
* Remove partitions from components of an md arrayNeil Brown2006-10-13
* Improve the message when mdadm detects similar superblocksNeil Brown2006-10-10
* More consistent honoring of --configfileNeil Brown2006-06-26
* Fix a recently introduced bug, and make --assemble more resilient to it.Neil Brown2006-06-26
* Avoid misdetection of overlapping partitions...Neil Brown2006-06-02
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-29
* Release 2.5Neil Brown2006-05-26
* Make sure everything compiles...Neil Brown2006-05-26
* Support --auto-update-homehostNeil Brown2006-05-26
* Support auto-assembling of stacked devicesNeil Brown2006-05-26
* Initial implementation of auto-assemblyNeil Brown2006-05-26
* Allow autoassembly to choose it's own name for the array.Neil Brown2006-05-23
* When assembly arrays using incomplete detail, prefer arrays built for this host.Neil Brown2006-05-23
* Reorganise Assemble code somewhat.Neil Brown2006-05-23
* Make sure name matching for array assembly understand the possibility of a ho...Neil Brown2006-05-23
* Allow --update=name to update the name during assembly.Neil Brown2006-05-23
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-23
* Just updaqte copyright dates and email addressNeil Brown2006-05-19
* New flag --no-degradedNeil Brown2006-05-19
* When updating uuid, update the bitmap as well - external bitmapsNeil Brown2006-05-16
* Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent ...Neil Brown2006-03-29
* Allow resize to backup to a file.Neil Brown2006-03-27
* Remove ident arg from getinfo_super;Neil Brown2006-03-27