summaryrefslogtreecommitdiff
path: root/Incremental.c
Commit message (Expand)AuthorAge
* Incr: use devname_matches to when looking in mdadm.conf for bitmap fileNeilBrown2009-05-11
* Incremental: fix uninitialised variable.NeilBrown2009-05-11
* Incr: cope better with possibility that mp->path might be NULLNeilBrown2009-05-11
* Be more consistent about keeping the host: prefix on array names.NeilBrown2009-05-11
* Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-11
* Assemble/Incr : minor tidy up of setting 'trustworthy'.NeilBrown2009-05-11
* conf/assemble: new config line "auto".NeilBrown2009-05-11
* config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-11
* assemble: support arrays created with --homehost=anyNeilBrown2009-05-11
* Incremental - avoid NULL dereference.NeilBrown2009-04-07
* Incremental: be more relaxed about member arrays not completely assembling.NeilBrown2009-04-07
* wait_for improvement.NeilBrown2009-04-07
* Incremental/container: don't create when we should just be opening.NeilBrown2009-03-10
* Incremental: fix some handling of trustworthy.NeilBrown2009-03-10
* Incremental: honor --no-degraded to delay assemblyDan Williams2009-02-24
* Incremental: fix 'name_to_use' in the container caseDan Williams2009-02-24
* Merge branch 'master' into devel-3.0NeilBrown2008-12-18
|\
| * map: rebuild map if it doesn't exist.NeilBrown2008-12-18
* | Assemble: close mdfd before returning from assemble_container_contentNeilBrown2008-11-07
* | Wait for name to appear after create/assemble etc.NeilBrown2008-11-04
* | Incrmental: cope with udev slowness and errors in map file.NeilBrown2008-11-04
* | Assemble: factor out assemble_container_contentDan Williams2008-11-04
* | Quiet unitialized variable warningsDan Williams2008-11-04
* | Incremental: lock against multiple concurrent additions to an array.NeilBrown2008-11-04
* | Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-04
* | config: Support container=uuid as alternative to container=/dev/name in mdadm...NeilBrown2008-11-04
* | config: Don't require an array to have a device name.NeilBrown2008-11-04
* | Incremental: adjust to the new naming scheme.NeilBrown2008-11-04
* | Rename open_mddev to create_mddevNeilBrown2008-11-04
* | cleanup an unused call to container2devnameDan Williams2008-11-04
* | Merge branch 'master' into scratch-3.0NeilBrown2008-11-03
|\|
| * Incremental: change precedence order for autof setting.NeilBrown2008-11-03
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-30
|\|
| * Incremental: allow assembly of foreign array.NeilBrown2008-10-30
| * Incremental: fix setting of 'autof' flag.NeilBrown2008-10-30
| * Fix --incremental assembly of partitions arrays.NeilBrown2008-10-30
| * Fix NULL pointer oopsDoug Ledford2008-10-30
* | Preliminary -As support for container member arraysDan Williams2008-10-28
* | Don't try to set_array_info when -I find new devices for an array.NeilBrown2008-09-18
* | Add support for assembling specific subarrays.NeilBrown2008-09-18
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-18
* | Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-18
* | Allow metadata handler to report that it doesn't record homehost.NeilBrown2008-09-18
* | Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-18
* | Handle incremental assembly of containers.NeilBrown2008-09-18
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-18
* | Factor out add-disk codeNeilBrown2008-09-18
* | Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-15
* | Factor common code into new "start_mdmon".NeilBrown2008-07-18
* | mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-14