summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stop: drop any partitions that may be associated with an array when stopping it.scratch-3.0NeilBrown2008-11-041-1/+4
* Wait for name to appear after create/assemble etc.NeilBrown2008-11-046-3/+23
* mapfile: validate entries before they are returned.NeilBrown2008-11-042-10/+30
* tests/06name: adjust for homehostNeilBrown2008-11-041-2/+2
* test: always start with a clean slate.NeilBrown2008-11-041-0/+2
* Incrmental: cope with udev slowness and errors in map file.NeilBrown2008-11-041-3/+10
* Abort sysfs_read early if no device found.NeilBrown2008-11-041-0/+5
* mdopen: only let numeric name set minor number if it doesn't cause a conflict.NeilBrown2008-11-041-1/+4
* Assemble: we were missing a 'close'NeilBrown2008-11-041-0/+1
* test: make sure udev isn't opening a device before closing it.NeilBrown2008-11-041-0/+3
* Man page update for containers etc.NeilBrown2008-11-041-1/+15
* ddf: store homehost information to allow smooth assembly.NeilBrown2008-11-041-0/+2
* Create: make sure chosen_name is used for array name generation in CreateNeilBrown2008-11-041-0/+1
* Create: Don't optimise resync as recovery when creating raid5 in a container.NeilBrown2008-11-041-1/+2
* mdopen: use small sequence number for uniquifying array names.NeilBrown2008-11-044-10/+44
* Assemble: revise detection of 'autoassemble' mode.NeilBrown2008-11-041-1/+3
* DDF: report member arrays in examine_brief.NeilBrown2008-11-042-11/+27
* DDF: fix irregularities with retrieval of 'name' from metadata.NeilBrown2008-11-041-3/+12
* Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-045-1/+113
* 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-043-56/+76
* Assemble: revert preliminary -As supportDan Williams2008-11-044-56/+9
* Assemble: replace 'info' with 'content'Dan Williams2008-11-041-80/+82
* config: add containers to the default search listDan Williams2008-11-041-2/+4
* config: add 'containers' as a DEVICE keywordDan Williams2008-11-042-5/+45
* imsm: display container uuid in detail_superDan Williams2008-11-041-1/+6
* imsm: display member array uuid in examine_super_imsmDan Williams2008-11-041-9/+16
* Quiet unitialized variable warningsDan Williams2008-11-043-7/+7
* Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-045-13/+68
* Detail: support MD_DEVNAME in --export for metadata-less devices.NeilBrown2008-11-041-0/+6
* Manage: when stopping an array, delete all names from /dev.NeilBrown2008-11-043-6/+71
* assemble: fix setting of 'foreign' trustability.NeilBrown2008-11-041-0/+7
* mdopen: fix up name parsing.NeilBrown2008-11-041-9/+24
* Assemble: Fix naming of container devices.NeilBrown2008-11-041-5/+6
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-047-6/+42
* Add udev rules file for mdadm.NeilBrown2008-11-043-1/+36
* detail: --export also provided MD_DEVNAMENeilBrown2008-11-041-0/+5
* Always update mdadm/map when starting an array.NeilBrown2008-11-045-4/+29
* Always set 'homehost' if not specified.NeilBrown2008-11-041-1/+1
* Don't give array name in --examine --brief output if it is doubtful.NeilBrown2008-11-043-7/+10
* config: Support container=uuid as alternative to container=/dev/name in mdadm...NeilBrown2008-11-043-8/+32
* config: Don't require an array to have a device name.NeilBrown2008-11-044-25/+23
* Incremental: adjust to the new naming scheme.NeilBrown2008-11-044-264/+54
* mdopen: Restore creation of partition devices and symlink.NeilBrown2008-11-041-33/+36
* mdopen: Introduce new rules for creating device name.NeilBrown2008-11-046-185/+242
* util: make env checking more genericNeilBrown2008-11-044-17/+6
* assemble: combine the two create_mddev calls in to one.NeilBrown2008-11-041-71/+56
* intel: Avoid 'may be used before initialised' warning.NeilBrown2008-11-041-1/+2
* Delay creation of array devices for assemble/build/createNeilBrown2008-11-046-129/+181