summaryrefslogtreecommitdiffstats
path: root/Assemble.c
Commit message (Expand)AuthorAgeFilesLines
* Assemble: fix some recently introduced bugs.NeilBrown2010-03-101-10/+17
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-031-1/+2
* Assemble: clean up properly if we cannot add the bitmap file.NeilBrown2010-02-241-0/+4
* Assemble: check inargv before complaining about stray arguments.NeilBrown2010-02-241-1/+1
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-041-1/+3
* Assemble: error-check ->load_superNeilBrown2010-01-281-2/+16
* Assemble: fix testing of 'verbose' flag.NeilBrown2009-11-191-2/+2
* Replace all relevant occurrences of -4 with LEVEL_MULTIPATHNeilBrown2009-11-171-2/+2
* Assemble: include ACTIVE but not in-sync devices as non-spares.NeilBrown2009-11-171-1/+1
* Merge branch 'master' into devel-3.1NeilBrown2009-10-221-0/+27
|\
| * Assemble: handle container members betterNeilBrown2009-10-191-0/+18
| * Assemble: print verbose messages when finding members in containersNeilBrown2009-10-191-0/+6
| * imsm: add --update=uuid supportDan Williams2009-10-131-0/+3
* | Compile fixes for mdassembleNeilBrown2009-10-201-0/+2
* | Assemble: print more verbose messages about restarting a reshapeNeilBrown2009-10-201-1/+5
* | Merge branch 'master' into devel-3.1NeilBrown2009-10-011-7/+6
|\|
| * Assemble: fix handling of empty containerDan Williams2009-08-041-0/+2
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
| * mdadm.8: Man page updatesNeilBrown2009-06-021-0/+2
* | Grow: support restart of new migrations.NeilBrown2009-08-131-1/+14
|/
* Be more consistent about keeping the host: prefix on array names.NeilBrown2009-05-111-0/+5
* Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-111-1/+7
* Assemble/Incr : minor tidy up of setting 'trustworthy'.NeilBrown2009-05-111-10/+4
* Fix tests on ->container and ->memberNeilBrown2009-05-111-2/+2
* conf/assemble: new config line "auto".NeilBrown2009-05-111-0/+7
* assemble: support arrays created with --homehost=anyNeilBrown2009-05-111-1/+2
* incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-141-1/+1
* Assemble: call map_update even when not starting the array.NeilBrown2009-04-071-4/+7
* wait_for improvement.NeilBrown2009-04-071-3/+3
* Assemble/container: catch errors when starting a partial container.NeilBrown2009-03-101-11/+21
* Assemble: fix busy detectionDan Williams2009-01-201-2/+1
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/md...NeilBrown2008-12-181-0/+1
|\
| * wait_for container assemblyDan Williams2008-12-081-0/+1
* | Merge branch 'master' into devel-3.0NeilBrown2008-12-181-0/+16
|\ \ | |/ |/|
| * Assemble: set stripe_cache_size properly when restarting a reshape.NeilBrown2008-12-181-0/+14
| * Assemble: don't assume array is 'clean' unless all devices think it is.NeilBrown2008-12-181-0/+2
* | Merge branch 'master' into devel-3.0NeilBrown2008-11-271-2/+0
|\|
| * Assemble: allow --force to work even when event counts are 0.NeilBrown2008-11-271-2/+0
* | Assemble: wait for device to appear via udevNeilBrown2008-11-271-0/+1
* | Assemble: close mdfd before returning from assemble_container_contentNeilBrown2008-11-071-3/+8
* | Assemble: return correct status from assemble_container_content.NeilBrown2008-11-071-4/+5
* | Assemble: fix some auto-assemble bugs.NeilBrown2008-11-071-5/+8
* | Wait for name to appear after create/assemble etc.NeilBrown2008-11-041-3/+5
* | Assemble: we were missing a 'close'NeilBrown2008-11-041-0/+1
* | Assemble: revise detection of 'autoassemble' mode.NeilBrown2008-11-041-1/+3
* | Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-041-1/+90
* | Assemble: simplify test for reporting mismatches.NeilBrown2008-11-041-11/+13
* | Assemble: block attempts to reassemble container membersDan Williams2008-11-041-0/+25
* | Assemble: factor out assemble_container_contentDan Williams2008-11-041-0/+68
* | Assemble: revert preliminary -As supportDan Williams2008-11-041-46/+0