summaryrefslogtreecommitdiff
path: root/Incremental.c
Commit message (Expand)AuthorAge
* Add mbr pseudo metadata handler.NeilBrown2010-09-06
* Allow --incremental to add a device as a spare if policy allows.NeilBrown2010-09-06
* Use action policy to keep recently-disconnected devices in the array.NeilBrown2010-09-06
* Introduce single-exit pattern for IncrementalNeilBrown2010-09-06
* Allow --incremental to add spares to an array.NeilBrown2010-08-12
* Incremental: return success in 'container not enough' caseDan Williams2010-08-10
* Add warnings if we ever fail to get a lock on the mapfile.Doug Ledford2010-07-22
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-22
|\
| * Incremental: restore assembly for inactive containers, block activeDan Williams2010-07-19
* | fix: IncrementalRemove leaves open handlePrzemyslaw Czarnowski2010-07-06
|/
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-06
|\
| * Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-16
* | Add --test option to --re-add and similarNeilBrown2010-07-06
* | Don't let incremental add devices to active arrays.NeilBrown2010-07-06
* | Add -fail support to --incrementalNeilBrown2010-06-30
|/
* Revert "Incremental: honor --no-degraded to delay assembly"Dan Williams2010-05-26
* Incremental: honor an 'enough' flag from external handlersDan Williams2010-05-26
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-03
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* 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
|\|