summaryrefslogtreecommitdiffstats
path: root/Assemble.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
* mdadm.8: Man page updatesNeilBrown2009-06-021-0/+2
* 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
* | Assemble: replace 'info' with 'content'Dan Williams2008-11-041-80/+82
* | Quiet unitialized variable warningsDan Williams2008-11-041-1/+1
* | assemble: fix setting of 'foreign' trustability.NeilBrown2008-11-041-0/+7
* | Assemble: Fix naming of container devices.NeilBrown2008-11-041-5/+6
* | Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-041-0/+1
* | Always update mdadm/map when starting an array.NeilBrown2008-11-041-1/+10
* | Incremental: adjust to the new naming scheme.NeilBrown2008-11-041-1/+2
* | mdopen: Introduce new rules for creating device name.NeilBrown2008-11-041-51/+25
* | assemble: combine the two create_mddev calls in to one.NeilBrown2008-11-041-71/+56
* | Delay creation of array devices for assemble/build/createNeilBrown2008-11-041-30/+43
* | Rename open_mddev to create_mddevNeilBrown2008-11-041-2/+2
* | Preliminary -As support for container member arraysDan Williams2008-10-281-0/+46
* | Treat all devices at the container level as sparesDan Williams2008-10-151-1/+1
* | trivial warn_unused_result squashingDan Williams2008-10-151-3/+8
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-1/+1
* | Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-181-6/+25
* | Allow metadata handler to report that it doesn't record homehost.NeilBrown2008-09-181-1/+2
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-28/+8