index
:
delta/mdadm.git
cluster
data_offset
devel-3.0
devel-3.1
devel-3.2
devel-3.3
hotunplug
master
mdadm-2
mdadm-2.6.7.x
mdadm-3.2.x
mdadm-3.3.x
origin
r10-reshape
scratch-3.0
sles11
stable-1
git.kernel.org: pub/scm/utils/mdadm/mdadm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdstat: discard 'dev' field, just use 'devnm'
NeilBrown
2015-07-02
1
-2
/
+2
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-12
/
+6
*
config: new option to suppress adding bad block lists.
NeilBrown
2014-08-07
1
-0
/
+5
*
config: set "auto_seen" after processing the auto line.
NeilBrown
2013-09-10
1
-0
/
+1
*
config: support MDADM_CONF_AUTO= env var.
NeilBrown
2013-09-03
1
-0
/
+27
*
config: refactor load_conffile() to have a single exit.
NeilBrown
2013-09-03
1
-29
/
+24
*
Config: multiple occurences of lines is not an error.
NeilBrown
2013-09-03
1
-17
/
+5
*
config: read /etc/mdadm.conf.d as well as /etc/mdadm.conf
NeilBrown
2013-09-03
1
-11
/
+22
*
Conf: allow conf file to be a directory.
NeilBrown
2013-09-03
1
-1
/
+62
*
Config: factor reading of file out into separate function.
NeilBrown
2013-09-03
1
-36
/
+41
*
Don't set 'hold' option for mdstat_read if not needed.
NeilBrown
2013-07-10
1
-1
/
+1
*
Config: use better device names for "DEVICES container"
NeilBrown
2013-07-02
1
-1
/
+6
*
Move conf_line and free_line from conf.c to lib.c
NeilBrown
2013-07-02
1
-39
/
+0
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-4
/
+1
*
create_mddev: add support for /dev/md_XXX non-numeric names.
NeilBrown
2013-05-15
1
-0
/
+5
*
Ensure mddev_dev struct always zeroed on allocation.
NeilBrown
2013-03-05
1
-3
/
+3
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-1
/
+1
*
conf: allow multiple arrays to be <ignore>d
NeilBrown
2012-11-22
1
-0
/
+2
*
Replace a lot of leading spaces with tabs.
NeilBrown
2012-10-10
1
-21
/
+21
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-22
/
+20
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-58
/
+50
*
config: conf_match should ignore devname when not set.
NeilBrown
2012-02-16
1
-1
/
+1
*
config: fix handing of 'homehost' in AUTO line.
NeilBrown
2012-02-09
1
-5
/
+5
*
fix: Allowed to assemble 2 volumes with the same names from config file.
Lukasz Orlowski
2011-11-07
1
-0
/
+33
*
Remove duplicated code: search_mdstat and conf_match
NeilBrown
2011-11-01
1
-9
/
+17
*
Fix small memory leak
Thomas Jarosch
2011-09-07
1
-0
/
+2
*
config: restore the possibility of a NULL homehost
NeilBrown
2011-05-10
1
-3
/
+6
*
Split some of util.c into a new lib.c
NeilBrown
2011-04-05
1
-78
/
+0
*
Remove content from mddev_dev
NeilBrown
2010-11-22
1
-3
/
+0
*
Improve type names for mddev_dev
NeilBrown
2010-11-22
1
-11
/
+11
*
Improve mddev_ident type definitions.
NeilBrown
2010-11-22
1
-9
/
+9
*
Convert 'auto' config line to policy statements
NeilBrown
2010-09-06
1
-61
/
+115
*
Add policy framework.
NeilBrown
2010-09-06
1
-1
/
+9
*
Compile with -Wextra by default
NeilBrown
2010-08-05
1
-4
/
+5
*
config: add 'homehost' option to 'AUTO' line.
NeilBrown
2010-03-03
1
-2
/
+16
*
Fix segfault when the AUTO keyword is used in the config file
Doug Ledford
2010-01-19
1
-1
/
+10
*
Update copyright dates and remove references to @cse.unsw.edu.au
NeilBrown
2009-06-02
1
-7
/
+2
*
mapfile - when rebuilding, choose an appropriate name is none is found.
NeilBrown
2009-05-11
1
-0
/
+70
*
config: enhance name matching in conf_get_ident.
NeilBrown
2009-05-11
1
-1
/
+1
*
Allow homehost to be largely ignored when assembling arrays.
NeilBrown
2009-05-11
1
-2
/
+62
*
config: allow Array line to contain array name without /dev/md/ prefix.
NeilBrown
2009-05-11
1
-5
/
+40
*
Fix tests on ->container and ->member
NeilBrown
2009-05-11
1
-1
/
+1
*
conf/assemble: new config line "auto".
NeilBrown
2009-05-11
1
-2
/
+63
*
config: support "ARRAY <ignore> ..." lines in mdadm.conf
NeilBrown
2009-05-11
1
-1
/
+1
*
config: treat "container=" and "member=" and providing the required identity ...
NeilBrown
2009-04-06
1
-1
/
+3
*
Merge branch 'master' into scratch-3.0
NeilBrown
2009-01-08
1
-1
/
+1
|
\
|
*
Fail overtly when asprintf fails to allocate memory
Dustin Kirkland
2009-01-08
1
-1
/
+1
*
|
Assemble: allow members of containers to be assembled and auto-assembled.
NeilBrown
2008-11-04
1
-0
/
+3
*
|
config: add containers to the default search list
Dan Williams
2008-11-04
1
-2
/
+4
*
|
config: add 'containers' as a DEVICE keyword
Dan Williams
2008-11-04
1
-3
/
+43
[next]