summaryrefslogtreecommitdiffstats
path: root/Incremental.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-061-0/+5
|\
| * Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-161-0/+5
* | Add --test option to --re-add and similarNeilBrown2010-07-061-2/+2
* | Don't let incremental add devices to active arrays.NeilBrown2010-07-061-0/+16
* | Add -fail support to --incrementalNeilBrown2010-06-301-0/+39
|/
* Revert "Incremental: honor --no-degraded to delay assembly"Dan Williams2010-05-261-4/+1
* Incremental: honor an 'enough' flag from external handlersDan Williams2010-05-261-0/+9
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-031-13/+17
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-1/+1
* Incr: use devname_matches to when looking in mdadm.conf for bitmap fileNeilBrown2009-05-111-1/+1
* Incremental: fix uninitialised variable.NeilBrown2009-05-111-2/+2
* Incr: cope better with possibility that mp->path might be NULLNeilBrown2009-05-111-17/+17
* Be more consistent about keeping the host: prefix on array names.NeilBrown2009-05-111-5/+7
* Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-111-3/+8
* Assemble/Incr : minor tidy up of setting 'trustworthy'.NeilBrown2009-05-111-0/+2
* conf/assemble: new config line "auto".NeilBrown2009-05-111-0/+9
* config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-111-1/+19
* assemble: support arrays created with --homehost=anyNeilBrown2009-05-111-2/+3
* Incremental - avoid NULL dereference.NeilBrown2009-04-071-25/+27
* Incremental: be more relaxed about member arrays not completely assembling.NeilBrown2009-04-071-7/+10
* wait_for improvement.NeilBrown2009-04-071-3/+3
* Incremental/container: don't create when we should just be opening.NeilBrown2009-03-101-7/+10
* Incremental: fix some handling of trustworthy.NeilBrown2009-03-101-12/+14
* Incremental: honor --no-degraded to delay assemblyDan Williams2009-02-241-1/+4
* Incremental: fix 'name_to_use' in the container caseDan Williams2009-02-241-2/+9
* Merge branch 'master' into devel-3.0NeilBrown2008-12-181-53/+0
|\
| * map: rebuild map if it doesn't exist.NeilBrown2008-12-181-47/+0
* | Assemble: close mdfd before returning from assemble_container_contentNeilBrown2008-11-071-1/+0
* | Wait for name to appear after create/assemble etc.NeilBrown2008-11-041-0/+2
* | Incrmental: cope with udev slowness and errors in map file.NeilBrown2008-11-041-3/+10
* | Assemble: factor out assemble_container_contentDan Williams2008-11-041-56/+5
* | Quiet unitialized variable warningsDan Williams2008-11-041-4/+3
* | Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-041-10/+18
* | Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-041-0/+7
* | config: Support container=uuid as alternative to container=/dev/name in mdadm...NeilBrown2008-11-041-5/+27
* | config: Don't require an array to have a device name.NeilBrown2008-11-041-9/+15
* | Incremental: adjust to the new naming scheme.NeilBrown2008-11-041-180/+50
* | Rename open_mddev to create_mddevNeilBrown2008-11-041-3/+3
* | cleanup an unused call to container2devnameDan Williams2008-11-041-19/+0
* | Merge branch 'master' into scratch-3.0NeilBrown2008-11-031-2/+3
|\|
| * Incremental: change precedence order for autof setting.NeilBrown2008-11-031-3/+4
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-301-13/+30
|\|
| * Incremental: allow assembly of foreign array.NeilBrown2008-10-301-6/+12
| * Incremental: fix setting of 'autof' flag.NeilBrown2008-10-301-4/+10
| * Fix --incremental assembly of partitions arrays.NeilBrown2008-10-301-5/+5
| * Fix NULL pointer oopsDoug Ledford2008-10-301-4/+10
* | Preliminary -As support for container member arraysDan Williams2008-10-281-0/+6
* | Don't try to set_array_info when -I find new devices for an array.NeilBrown2008-09-181-2/+10
* | Add support for assembling specific subarrays.NeilBrown2008-09-181-3/+46
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-2/+2