summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAge
* config: new option to suppress adding bad block lists.NeilBrown2014-08-07
* config: set "auto_seen" after processing the auto line.NeilBrown2013-09-10
* config: support MDADM_CONF_AUTO= env var.NeilBrown2013-09-03
* config: refactor load_conffile() to have a single exit.NeilBrown2013-09-03
* Config: multiple occurences of lines is not an error.NeilBrown2013-09-03
* config: read /etc/mdadm.conf.d as well as /etc/mdadm.confNeilBrown2013-09-03
* Conf: allow conf file to be a directory.NeilBrown2013-09-03
* Config: factor reading of file out into separate function.NeilBrown2013-09-03
* Don't set 'hold' option for mdstat_read if not needed.NeilBrown2013-07-10
* Config: use better device names for "DEVICES container"NeilBrown2013-07-02
* Move conf_line and free_line from conf.c to lib.cNeilBrown2013-07-02
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* create_mddev: add support for /dev/md_XXX non-numeric names.NeilBrown2013-05-15
* Ensure mddev_dev struct always zeroed on allocation.NeilBrown2013-03-05
* Discard devnum in favour of devnmNeilBrown2013-02-21
* conf: allow multiple arrays to be <ignore>dNeilBrown2012-11-22
* Replace a lot of leading spaces with tabs.NeilBrown2012-10-10
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* config: conf_match should ignore devname when not set.NeilBrown2012-02-16
* config: fix handing of 'homehost' in AUTO line.NeilBrown2012-02-09
* fix: Allowed to assemble 2 volumes with the same names from config file.Lukasz Orlowski2011-11-07
* Remove duplicated code: search_mdstat and conf_matchNeilBrown2011-11-01
* Fix small memory leakThomas Jarosch2011-09-07
* config: restore the possibility of a NULL homehostNeilBrown2011-05-10
* Split some of util.c into a new lib.cNeilBrown2011-04-05
* Remove content from mddev_devNeilBrown2010-11-22
* Improve type names for mddev_devNeilBrown2010-11-22
* Improve mddev_ident type definitions.NeilBrown2010-11-22
* Convert 'auto' config line to policy statementsNeilBrown2010-09-06
* Add policy framework.NeilBrown2010-09-06
* Compile with -Wextra by defaultNeilBrown2010-08-05
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-03
* Fix segfault when the AUTO keyword is used in the config fileDoug Ledford2010-01-19
* Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* mapfile - when rebuilding, choose an appropriate name is none is found.NeilBrown2009-05-11
* config: enhance name matching in conf_get_ident.NeilBrown2009-05-11
* Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-11
* config: allow Array line to contain array name without /dev/md/ prefix.NeilBrown2009-05-11
* Fix tests on ->container and ->memberNeilBrown2009-05-11
* conf/assemble: new config line "auto".NeilBrown2009-05-11
* config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-11
* config: treat "container=" and "member=" and providing the required identity ...NeilBrown2009-04-06
* Merge branch 'master' into scratch-3.0NeilBrown2009-01-08
|\
| * Fail overtly when asprintf fails to allocate memoryDustin Kirkland2009-01-08
* | Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-04
* | config: add containers to the default search listDan Williams2008-11-04
* | config: add 'containers' as a DEVICE keywordDan Williams2008-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