]> git.ipfire.org Git - thirdparty/mdadm.git/history - Incremental.c
Allow domain_test to report that no domains were found.
[thirdparty/mdadm.git] / Incremental.c
2011-02-01  NeilBrownAllow domain_test to report that no domains were found.
2011-02-01  NeilBrownIncr: don't exclude 'active' devices from auto inclusio...
2011-01-05  Anna CzarnowskaIncremental: move suitable spares to container when...
2010-12-26  Przemyslaw CzarnowskiConsider target only for spare-same-domain
2010-12-26  Przemyslaw CzarnowskiValidate size of potential spare disk for external...
2010-12-26  Przemyslaw CzarnowskiSkip domain check for spare-same-slot
2010-12-26  Przemyslaw CzarnowskiAdded test for array degradation for spare-same-slot
2010-12-26  Przemyslaw Czarnowskiexternal: get number of failed disks for container
2010-12-26  Krzysztof WojcikFIX: Bad block verification during assembling array
2010-12-20  Przemyslaw Czarnowskifix: incremental for bare disks returns invalid value
2010-12-20  Przemyslaw Czarnowskifix: adding spare via incremental do not trigger recovery
2010-12-13  NeilBrownMerge branch 'master' into devel-3.2
2010-12-09  NeilBrownAllow --update=devicesize with --re-add
2010-12-09  NeilBrownMerge branch 'master' into devel-3.2
2010-12-07  Hawrylewicz Czarno... fix: incremental on invalid container causes segfault
2010-11-28  NeilBrownIncremental - avoid including wayward devices.
2010-11-25  NeilBrownIncr: reduce the number of times we load data from...
2010-11-22  NeilBrownAdd action=spare-same-slot policy.
2010-11-22  NeilBrownincr/spare: recheck allowed action for each metadata.
2010-11-22  NeilBrownIncr/spare: make sure failure to identify metadata...
2010-11-22  NeilBrownIncr: fix up return value in try_spare
2010-11-22  NeilBrownFactor out is_bare test.
2010-11-22  Przemyslaw Czarnowskiextension of IncrementalRemove to store location (path...
2010-11-22  NeilBrownTeach IncrementalRemove about containers.
2010-11-22  Przemyslaw Czarnowskiadded --path <path_id> to give the information on the...
2010-11-22  NeilBrownAdd must_be_container helper.
2010-11-22  NeilBrownImprove type names for mddev_dev
2010-11-22  NeilBrownImprove mddev_ident type definitions.
2010-11-22  NeilBrownUse load_container in Incremental assembly.
2010-11-22  NeilBrownIncremental: Factor out search of mdstat
2010-11-22  NeilBrownMake Incremental_container static
2010-11-22  NeilBrownAdd subarray arg to container_content.
2010-11-22  NeilBrownIncremental - fix small bug in count_active.
2010-11-22  NeilBrownget_info_super: report which other devices are thought...
2010-09-06  NeilBrownConvert 'auto' config line to policy statements
2010-09-06  NeilBrownAdd support for auto-partitioning base devices.
2010-09-06  NeilBrownFirst steps to supporting auto-spare-add to groups...
2010-09-06  NeilBrownAdd mbr pseudo metadata handler.
2010-09-06  NeilBrownAllow --incremental to add a device as a spare if polic...
2010-09-06  NeilBrownUse action policy to keep recently-disconnected devices...
2010-09-06  NeilBrownIntroduce single-exit pattern for Incremental
2010-08-12  NeilBrownAllow --incremental to add spares to an array.
2010-08-10  Dan WilliamsIncremental: return success in 'container not enough...
2010-07-22  Doug LedfordAdd warnings if we ever fail to get a lock on the mapfile.
2010-07-22  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-19  Dan WilliamsIncremental: restore assembly for inactive containers...
2010-07-06  Przemyslaw Czarnowskifix: IncrementalRemove leaves open handle
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-06  NeilBrownAdd --test option to --re-add and similar
2010-07-06  NeilBrownDon't let incremental add devices to active arrays.
2010-07-02  Dan WilliamsMerge branch 'fixes' into for-neil
2010-06-30  NeilBrownAdd -fail support to --incremental
2010-06-17  Dan WilliamsAlways assume SKIP_GONE_DEVS behaviour and kill the...
2010-05-31  NeilBrownMerge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4...
2010-05-26  Dan WilliamsRevert "Incremental: honor --no-degraded to delay assembly"
2010-05-26  Dan WilliamsIncremental: honor an 'enough' flag from external handlers
2010-03-03  NeilBrownconfig: add 'homehost' option to 'AUTO' line.
2009-10-01  NeilBrownMerge branch 'master' into devel-3.1
2009-06-02  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-06-02  NeilBrownMerge branch 'master' into devel-3.0
2009-06-02  NeilBrownUpdate copyright dates and remove references to @cse...
2009-05-11  NeilBrownMerge branch 'master' into devel-3.0
2009-05-11  NeilBrownIncr: use devname_matches to when looking in mdadm...
2009-05-11  NeilBrownIncremental: fix uninitialised variable.
2009-05-11  NeilBrownIncr: cope better with possibility that mp->path might...
2009-05-11  NeilBrownBe more consistent about keeping the host: prefix on...
2009-05-11  NeilBrownAllow homehost to be largely ignored when assembling...
2009-05-11  NeilBrownAssemble/Incr : minor tidy up of setting 'trustworthy'.
2009-05-11  NeilBrownconf/assemble: new config line "auto".
2009-05-11  NeilBrownconfig: support "ARRAY <ignore> ..." lines in mdadm...
2009-05-11  NeilBrownassemble: support arrays created with --homehost=any
2009-04-14  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-04-07  NeilBrownIncremental - avoid NULL dereference.
2009-04-07  NeilBrownIncremental: be more relaxed about member arrays not...
2009-04-07  NeilBrownwait_for improvement.
2009-03-10  NeilBrownMerge branch 'master' in devel-3.0
2009-03-10  NeilBrownIncremental/container: don't create when we should...
2009-03-10  NeilBrownIncremental: fix some handling of trustworthy.
2009-02-25  Dan WilliamsIncremental: honor --no-degraded to delay assembly
2009-02-25  Dan WilliamsIncremental: fix 'name_to_use' in the container case
2009-02-02  NeilBrownMerge branch 'master' into devel-3.0
2009-01-07  NeilBrownMerge branch 'master' into scratch-3.0
2008-12-18  NeilBrownMerge branch 'devel' of git://git.kernel.org/pub/scm...
2008-12-18  NeilBrownMerge branch 'master' into devel-3.0
2008-12-18  NeilBrownmap: rebuild map if it doesn't exist.
2008-11-27  NeilBrownMerge branch 'master' into devel-3.0
2008-11-07  NeilBrownAssemble: close mdfd before returning from assemble_co...
2008-11-04  NeilBrownWait for name to appear after create/assemble etc.
2008-11-04  NeilBrownIncrmental: cope with udev slowness and errors in map...
2008-11-04  Dan WilliamsAssemble: factor out assemble_container_content
2008-11-04  Dan WilliamsQuiet unitialized variable warnings
2008-11-04  NeilBrownIncremental: lock against multiple concurrent addition...
2008-11-04  NeilBrownGenerate 'change' uevents when arrays change in non...
2008-11-04  NeilBrownconfig: Support container=uuid as alternative to contai...
2008-11-04  NeilBrownconfig: Don't require an array to have a device name.
2008-11-04  NeilBrownIncremental: adjust to the new naming scheme.
2008-11-03  NeilBrownRename open_mddev to create_mddev
2008-11-03  Dan Williamscleanup an unused call to container2devname
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
next