summaryrefslogtreecommitdiffstats
path: root/Assemble.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2006-12-141-1/+1
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-2/+2
* Change handling for "--assemble --force" when two drives disappeared at once.Neil Brown2006-12-141-1/+21
* Fix and test --update=uuidNeil Brown2006-12-141-4/+8
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-141-3/+28
* Make Assemble/Force work on raid6 with 2 missing devices.Neil Brown2006-12-141-5/+7
* Fixed problems that could cause infinitel loop with auto assemble.Neil Brown2006-11-091-3/+19
* Remove partitions from components of an md arrayNeil Brown2006-10-131-0/+4
* Improve the message when mdadm detects similar superblocksNeil Brown2006-10-101-3/+6
* More consistent honoring of --configfileNeil Brown2006-06-261-2/+2
* Fix a recently introduced bug, and make --assemble more resilient to it.Neil Brown2006-06-261-0/+4
* Avoid misdetection of overlapping partitions...Neil Brown2006-06-021-0/+19
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-1/+3
* Release 2.5mdadm-2.5Neil Brown2006-05-261-2/+7
* Make sure everything compiles...Neil Brown2006-05-261-1/+4
* Support --auto-update-homehostNeil Brown2006-05-261-3/+31
* Support auto-assembling of stacked devicesNeil Brown2006-05-261-1/+19
* Initial implementation of auto-assemblyNeil Brown2006-05-261-8/+60
* Allow autoassembly to choose it's own name for the array.Neil Brown2006-05-231-19/+32
* When assembly arrays using incomplete detail, prefer arrays built for this host.Neil Brown2006-05-231-5/+35
* Reorganise Assemble code somewhat.Neil Brown2006-05-231-7/+30
* Make sure name matching for array assembly understand the possibility of a ho...Neil Brown2006-05-231-1/+21
* Allow --update=name to update the name during assembly.Neil Brown2006-05-231-1/+1
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-231-7/+12
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* New flag --no-degradedNeil Brown2006-05-191-9/+12
* When updating uuid, update the bitmap as well - external bitmapsNeil Brown2006-05-161-0/+4
* Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent ...Neil Brown2006-03-291-1/+15
* Allow resize to backup to a file.Neil Brown2006-03-271-2/+2
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-5/+4
* Release 2.4-pre1Neil Brown2006-03-201-0/+2
* Support restarting of a reshape on --assembleNeil Brown2006-03-201-1/+32
* Assorted fixes...Neil Brown2006-01-271-1/+3
* Support updating of uuid during --assemble.Neil Brown2005-12-051-2/+16
* Allow event counters to be off by oneNeil Brown2005-12-051-1/+3
* Improve option parsingNeil Brown2005-12-051-4/+1
* Allow scanning of devices listed in /proc/partitions independant of /devNeil Brown2005-12-051-5/+5
* Fix assembling of array with spares when verion-1 superblock is used.Neil Brown2005-09-121-0/+6
* Fix assembling of raid10 in the face of missing devices.Neil Brown2005-09-121-5/+12
* Fix but when assembling v1 arraysNeil Brown2005-08-151-10/+12
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-43/+50
* Support nameing of version-1 arrays.Neil Brown2005-08-091-3/+11
* Support fixing of byte-swapped superblocks.Neil Brown2005-08-091-0/+3
* Assorted Fixes for multiple bugs.Neil Brown2005-08-041-1/+1
* Document this...Neil Brown2005-07-181-1/+12
* Make --zero-superblock work for version 1 superblocks.Neil Brown2005-06-071-3/+3
* Fix a test that will allow arrays with bitmaps to be assembled.Neil Brown2005-06-071-1/+1
* Initial bitmap supportNeil Brown2005-06-071-0/+7
* super1Neil Brown2005-05-031-19/+19
* Add a 'super-switch' so that different format superblocks can be used.Neil Brown2005-05-031-15/+21