index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdadm: drop auto= support
Mariusz Tkaczyk
2024-11-05
1
-52
/
+5
*
mdadm: add xmalloc.h
Mariusz Tkaczyk
2024-09-27
1
-0
/
+2
*
mdstat: Rework mdstat external arrays handling
Mariusz Tkaczyk
2024-07-30
1
-23
/
+26
*
mdadm: do not allow leading dot in MD device name
Mariusz Tkaczyk
2024-07-19
1
-34
/
+41
*
config.c: Fix memory leak in load_containers()
Anna Sztukowska
2024-07-03
1
-0
/
+1
*
add checking of return status on fstat calls
Nigel Croxon
2024-05-21
1
-1
/
+2
*
Add key ENCRYPTION_NO_VERIFY to conf
Blazej Kucman
2024-04-02
1
-1
/
+24
*
super1: remove support for name= in config
Mariusz Tkaczyk
2024-02-09
1
-8
/
+4
*
Replace "none" with macro
Mateusz Kusiak
2024-01-24
1
-1
/
+1
*
mdadm: Follow POSIX Portable Character Set
Mariusz Tkaczyk
2023-10-26
1
-4
/
+9
*
mdadm: define ident_set_devname()
Mariusz Tkaczyk
2023-10-26
1
-24
/
+78
*
mdadm: refactor ident->name handling
Mariusz Tkaczyk
2023-10-26
1
-8
/
+69
*
mdadm: numbered names verification
Mariusz Tkaczyk
2023-05-08
1
-15
/
+2
*
mdadm: define is_devname_ignore()
Mariusz Tkaczyk
2023-05-08
1
-2
/
+14
*
mdadm: define DEV_NUM_PREF
Mariusz Tkaczyk
2023-05-08
1
-2
/
+2
*
mdadm: define DEV_MD_DIR
Mariusz Tkaczyk
2023-05-08
1
-5
/
+5
*
mdadm: create ident_init()
Mariusz Tkaczyk
2022-12-28
1
-16
/
+29
*
mdadm: remove symlink option
Mariusz Tkaczyk
2022-08-23
1
-6
/
+1
*
Add monitor delay parameter to mdadm.conf
oshchirs
2021-08-02
1
-1
/
+22
*
mdadm: load default sysfs attributes after assemblation
Mariusz Dabrowski
2019-07-10
1
-1
/
+6
*
Free map to avoid resource leak issues
Guoqing Jiang
2018-06-11
1
-1
/
+2
*
mdadm: Fix '==' broken formatting
Jes Sorensen
2017-05-16
1
-2
/
+2
*
config: Various stylistic cleanups
Jes Sorensen
2016-08-11
1
-107
/
+111
*
config: Use xcalloc() rather than xmalloc()+memset()
Jes Sorensen
2016-08-11
1
-6
/
+4
*
Define _POSIX_C_SOURCE if undefined
Khem Raj
2016-01-14
1
-0
/
+3
*
Merge branch 'cluster'
NeilBrown
2015-07-27
1
-1
/
+26
|
\
|
*
Set home-cluster while creating an array
Guoqing Jiang
2015-06-17
1
-1
/
+26
*
|
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
[next]