summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm: numbered names verificationMariusz Tkaczyk2023-05-081-15/+2
* mdadm: define is_devname_ignore()Mariusz Tkaczyk2023-05-081-2/+14
* mdadm: define DEV_NUM_PREFMariusz Tkaczyk2023-05-081-2/+2
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-081-5/+5
* mdadm: create ident_init()Mariusz Tkaczyk2022-12-281-16/+29
* mdadm: remove symlink optionMariusz Tkaczyk2022-08-231-6/+1
* Add monitor delay parameter to mdadm.confoshchirs2021-08-021-1/+22
* mdadm: load default sysfs attributes after assemblationMariusz Dabrowski2019-07-101-1/+6
* Free map to avoid resource leak issuesGuoqing Jiang2018-06-111-1/+2
* mdadm: Fix '==' broken formattingJes Sorensen2017-05-161-2/+2
* config: Various stylistic cleanupsJes Sorensen2016-08-111-107/+111
* config: Use xcalloc() rather than xmalloc()+memset()Jes Sorensen2016-08-111-6/+4
* Define _POSIX_C_SOURCE if undefinedKhem Raj2016-01-151-0/+3
* Merge branch 'cluster'NeilBrown2015-07-271-1/+26
|\
| * Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-1/+26
* | mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-021-2/+2
|/
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-12/+6
* config: new option to suppress adding bad block lists.NeilBrown2014-08-071-0/+5
* config: set "auto_seen" after processing the auto line.NeilBrown2013-09-101-0/+1
* config: support MDADM_CONF_AUTO= env var.NeilBrown2013-09-031-0/+27
* config: refactor load_conffile() to have a single exit.NeilBrown2013-09-031-29/+24
* Config: multiple occurences of lines is not an error.NeilBrown2013-09-031-17/+5
* config: read /etc/mdadm.conf.d as well as /etc/mdadm.confNeilBrown2013-09-031-11/+22
* Conf: allow conf file to be a directory.NeilBrown2013-09-031-1/+62
* Config: factor reading of file out into separate function.NeilBrown2013-09-031-36/+41
* Don't set 'hold' option for mdstat_read if not needed.NeilBrown2013-07-101-1/+1
* Config: use better device names for "DEVICES container"NeilBrown2013-07-021-1/+6
* Move conf_line and free_line from conf.c to lib.cNeilBrown2013-07-021-39/+0
* Remove lots of unnecessary white space.NeilBrown2013-06-191-4/+1
* create_mddev: add support for /dev/md_XXX non-numeric names.NeilBrown2013-05-151-0/+5
* Ensure mddev_dev struct always zeroed on allocation.NeilBrown2013-03-051-3/+3
* Discard devnum in favour of devnmNeilBrown2013-02-211-1/+1
* conf: allow multiple arrays to be <ignore>dNeilBrown2012-11-221-0/+2
* Replace a lot of leading spaces with tabs.NeilBrown2012-10-101-21/+21
* Remove scattered checks for malloc success.NeilBrown2012-07-091-22/+20
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-58/+50
* config: conf_match should ignore devname when not set.NeilBrown2012-02-161-1/+1
* config: fix handing of 'homehost' in AUTO line.NeilBrown2012-02-091-5/+5
* fix: Allowed to assemble 2 volumes with the same names from config file.Lukasz Orlowski2011-11-071-0/+33
* Remove duplicated code: search_mdstat and conf_matchNeilBrown2011-11-011-9/+17
* Fix small memory leakThomas Jarosch2011-09-071-0/+2
* config: restore the possibility of a NULL homehostNeilBrown2011-05-101-3/+6
* Split some of util.c into a new lib.cNeilBrown2011-04-051-78/+0
* Remove content from mddev_devNeilBrown2010-11-221-3/+0
* Improve type names for mddev_devNeilBrown2010-11-221-11/+11
* Improve mddev_ident type definitions.NeilBrown2010-11-221-9/+9
* Convert 'auto' config line to policy statementsNeilBrown2010-09-061-61/+115
* Add policy framework.NeilBrown2010-09-061-1/+9
* Compile with -Wextra by defaultNeilBrown2010-08-051-4/+5
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-031-2/+16