]> git.neil.brown.name Git - mdadm.git/history - config.c
Release mdadm-4.0
[mdadm.git] / config.c
2016-08-11 Jes Sorensenconfig: Various stylistic cleanups
2016-08-11 Jes Sorensenconfig: Use xcalloc() rather than xmalloc()+memset()
2016-01-14 Khem RajDefine _POSIX_C_SOURCE if undefined
2015-08-03 NeilBrownMerge branch 'mdadm-3.3.x'
2015-07-27 NeilBrownMerge branch 'cluster'
2015-07-01 NeilBrownmdstat: discard 'dev' field, just use 'devnm'
2015-06-16 Guoqing JiangSet home-cluster while creating an array
2015-02-12 NeilBrownDon't break long strings onto multiple lines.
2014-08-07 NeilBrownconfig: new option to suppress adding bad block lists.
2013-09-10 NeilBrownconfig: set "auto_seen" after processing the auto line.
2013-09-03 NeilBrownconfig: support MDADM_CONF_AUTO= env var.
2013-09-03 NeilBrownconfig: refactor load_conffile() to have a single exit.
2013-09-03 NeilBrownConfig: multiple occurences of lines is not an error.
2013-09-02 NeilBrownconfig: read /etc/mdadm.conf.d as well as /etc/mdadm...
2013-09-02 NeilBrownConf: allow conf file to be a directory.
2013-09-02 NeilBrownConfig: factor reading of file out into separate function.
2013-07-15 NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-10 NeilBrownDon't set 'hold' option for mdstat_read if not needed.
2013-07-02 NeilBrownConfig: use better device names for "DEVICES container"
2013-07-02 NeilBrownMove conf_line and free_line from conf.c to lib.c
2013-06-19 NeilBrownRemove lots of unnecessary white space.
2013-05-15 NeilBrowncreate_mddev: add support for /dev/md_XXX non-numeric...
2013-03-05 NeilBrownEnsure mddev_dev struct always zeroed on allocation.
2013-02-21 NeilBrownDiscard devnum in favour of devnm
2012-11-22 NeilBrownconf: allow multiple arrays to be <ignore>d
2012-10-10 NeilBrownReplace a lot of leading spaces with tabs.
2012-07-09 NeilBrownRemove scattered checks for malloc success.
2012-07-09 NeilBrownIntroduce pr_err for printing error messages.
2012-02-16 NeilBrownconfig: conf_match should ignore devname when not set.
2012-02-09 NeilBrownconfig: fix handing of 'homehost' in AUTO line.
2011-11-07 Lukasz Orlowskifix: Allowed to assemble 2 volumes with the same names...
2011-11-01 NeilBrownRemove duplicated code: search_mdstat and conf_match
2011-09-07 Thomas JaroschFix small memory leak
2011-05-10 NeilBrownconfig: restore the possibility of a NULL homehost
2011-04-04 NeilBrownSplit some of util.c into a new lib.c
2011-03-24 NeilBrownMerge branch 'master' into devel-3.2
2011-03-15 NeilBrownMerge branch 'master' into devel-3.2
2011-03-14 NeilBrownMerge branch 'master' into devel-3.2
2011-03-10 NeilBrownMerge branch 'master' into devel-3.2
2010-12-13 NeilBrownMerge branch 'master' into devel-3.2
2010-12-09 NeilBrownMerge branch 'master' into devel-3.2
2010-11-22 NeilBrownRemove content from mddev_dev
2010-11-22 NeilBrownImprove type names for mddev_dev
2010-11-22 NeilBrownImprove mddev_ident type definitions.
2010-09-06 NeilBrownConvert 'auto' config line to policy statements
2010-09-06 NeilBrownAdd policy framework.
2010-08-05 NeilBrownCompile with -Wextra by default
2010-03-03 NeilBrownconfig: add 'homehost' option to 'AUTO' line.
2010-01-18 Doug LedfordFix segfault when the AUTO keyword is used in the confi...
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 NeilBrownmapfile - when rebuilding, choose an appropriate name...
2009-05-11 NeilBrownconfig: enhance name matching in conf_get_ident.
2009-05-11 NeilBrownAllow homehost to be largely ignored when assembling...
2009-05-11 NeilBrownconfig: allow Array line to contain array name without...
2009-05-11 NeilBrownFix tests on ->container and ->member
2009-05-11 NeilBrownconf/assemble: new config line "auto".
2009-05-11 NeilBrownconfig: support "ARRAY <ignore> ..." lines in mdadm...
2009-04-14 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-04-06 NeilBrownconfig: treat "container=" and "member=" and providing...
2009-03-10 NeilBrownMerge branch 'master' in devel-3.0
2009-02-02 NeilBrownMerge branch 'master' into devel-3.0
2009-01-07 NeilBrownMerge branch 'master' into scratch-3.0
2009-01-07 Dustin KirklandFail overtly when asprintf fails to allocate memory
2008-12-18 NeilBrownMerge branch 'master' into devel-3.0
2008-11-27 NeilBrownMerge branch 'master' into devel-3.0
2008-11-04 NeilBrownAssemble: allow members of containers to be assembled...
2008-11-04 Dan Williamsconfig: add containers to the default search list
2008-11-04 Dan Williamsconfig: add 'containers' as a DEVICE keyword
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-02 NeilBrownMerge branch 'master' into scratch-3.0
2008-11-02 NeilBrownMerge branch 'master' into scratch-3.0
2008-10-30 NeilBrownMerge branch 'master' into devel-3.0
2008-10-30 NeilBrownMerge branch 'master' into devel-3.0
2008-10-28 Dan WilliamsPreliminary -As support for container member arrays
2008-10-26 NeilBrownMerge branch 'master' into devel-3.0
2008-10-17 NeilBrownMerge branch 'master' into devel-3.0
2008-10-15 Dan Williamstrivial warn_unused_result squashing
2008-09-18 NeilBrownAdd support for assembling specific subarrays.
2008-04-28 Neil BrownFix for segfault when reading /proc/mdstat
2007-12-14 Neil BrownRemove spaces/tabs from ends of lines.
2007-09-24 maximilian attemsconfig.c include dirent.h instead sys/dir.h
2006-12-21 Neil BrownAdd new mode: --incremental
2006-12-14 Neil BrownDefault to --auto=yes
2006-11-08 Neil BrownStrdup the bitmap file name found in the config file
2006-10-12 Neil BrownAllow a number after --auto=yes
2006-08-11 Neil BrownAllow symlink creation to be disabled from command...
2006-06-26 Neil BrownMore consistent honoring of --configfile
2006-06-20 Neil BrownStop map_dev from returning [0:0]
2006-06-02 Neil BrownAllow default metadata to be specified in mdadm.conf
2006-05-29 Neil BrownImprove compiling for static binaries.
2006-05-26 Neil BrownInitial implementation of auto-assembly
2006-05-19 Neil BrownAllow homehost to be set on command line or in config...
2006-05-19 Neil BrownImprove code for recognising config lines.
2006-05-19 Neil BrownJust updaqte copyright dates and email address
2006-05-16 Neil BrownArrange the 'auto' setting in mdadm.conf can choose...
next