index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdadm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdadm: add --no-devices to avoid component devices detail information
Coly Li
2019-08-12
1
-0
/
+4
*
mdadm.c: Fix error handling for --zero-superblock
Mariusz Tkaczyk
2018-09-27
1
-1
/
+1
*
Free map to avoid resource leak issues
Guoqing Jiang
2018-06-11
1
-0
/
+2
*
mdadm: improve the dlm locking mechanism for clustered raid
Guoqing Jiang
2018-03-08
1
-0
/
+20
*
mdadm: allow clustered raid10 to be created with default layout
Guoqing Jiang
2018-01-21
1
-1
/
+1
*
Monitor/msg: Don't print error message if mdmon doesn't run
Mariusz Tkaczyk
2017-11-21
1
-2
/
+2
*
To support clustered raid10
Guoqing Jiang
2017-11-09
1
-2
/
+7
*
Close mdfd before returning main function
Xiao Ni
2017-10-02
1
-0
/
+2
*
Don't use exit(ERANGE)
NeilBrown
2017-08-16
1
-1
/
+1
*
mdadm: Fixup a large number of bad formatting of logical operators
Jes Sorensen
2017-05-16
1
-2
/
+1
*
Don't use UnSet with consistency_policy
Artur Paszkiewicz
2017-04-24
1
-6
/
+6
*
mdadm.c:fix compile warning "mdfd is uninitialized"
Zhilong Liu
2017-04-11
1
-1
/
+1
*
mdadm: Fail for kernels older than 2.6.15
Jes Sorensen
2017-04-06
1
-0
/
+5
*
sysfs: Make sysfs_init() return an error code
Jes Sorensen
2017-03-30
1
-3
/
+8
*
mdadm.c: fix compile error "switch condition has boolean value"
Gioh Kim
2017-03-30
1
-8
/
+6
*
mdadm: Fixup a number of whitespace inconsistency cases
Jes Sorensen
2017-03-29
1
-26
/
+25
*
mdadm: Clean up some ugly multiple actions on single line
Jes Sorensen
2017-03-29
1
-10
/
+20
*
Grow: support consistency policy change
Artur Paszkiewicz
2017-03-29
1
-0
/
+3
*
Add 'ppl' and 'no-ppl' options for --update=
Artur Paszkiewicz
2017-03-29
1
-1
/
+5
*
Generic support for --consistency-policy and PPL
Artur Paszkiewicz
2017-03-29
1
-3
/
+52
*
mdadm:it doesn't make sense to set --bitmap twice
Zhilong Liu
2017-03-28
1
-0
/
+4
*
mdadm:add checking clustered bitmap in assemble mode
Zhilong Liu
2017-03-07
1
-2
/
+4
*
mdadm:check the nodes when operate clustered array
Zhilong Liu
2017-03-06
1
-2
/
+2
*
mdadm:fix typo in comment
Zhilong Liu
2017-03-06
1
-1
/
+1
*
Fix oddity where mdadm did not recognise a relative path
Wol
2017-01-29
1
-6
/
+6
*
Introduce enum flag_mode for setting and clearing flags.
NeilBrown
2016-11-29
1
-6
/
+6
*
Add failfast support.
NeilBrown
2016-11-28
1
-0
/
+11
*
mdadm:add 'clustered' in typo prompt when specify wrong param for bitmap
Zhilong Liu
2016-08-02
1
-1
/
+1
*
mdadm:Add '--nodes' option in GROW mode
zhilong
2016-03-29
1
-0
/
+1
*
mdadm: Cleanup conditionals
Jes Sorensen
2016-03-22
1
-51
/
+52
*
Add --update=force-no-bbl.
NeilBrown
2015-12-21
1
-2
/
+5
*
recreate journal in mdadm
Song Liu
2015-12-16
1
-0
/
+8
*
Make cmap_* also has same policy as dlm_*
Guoqing Jiang
2015-10-21
1
-2
/
+3
*
Safeguard against writing to an active device of another node
Guoqing Jiang
2015-10-21
1
-0
/
+2
*
Enable create array with write journal (--write-journal DEVICE).
Song Liu
2015-10-19
1
-0
/
+23
*
Merge branch 'fix' of git://github.com/ldzhong/mdadm
NeilBrown
2015-10-01
1
-2
/
+0
|
\
|
*
mdadm: remove duplicate logic when c.delay is 0
Lidong Zhong
2015-08-26
1
-2
/
+0
*
|
Increment version for clustered bitmaps
Goldwyn Rodrigues
2015-09-28
1
-2
/
+3
|
/
*
main: remove use of uninitialized 'rv'.
NeilBrown
2015-08-05
1
-2
/
+2
*
Merge branch 'cluster'
NeilBrown
2015-07-27
1
-3
/
+61
|
\
|
*
mdadm: change the num of cluster node
Guoqing Jiang
2015-06-17
1
-1
/
+4
|
*
mdadm: add the ability to change cluster name
Guoqing Jiang
2015-06-17
1
-1
/
+4
|
*
Add a new clustered disk
Guoqing Jiang
2015-06-17
1
-0
/
+4
|
*
Set home-cluster while creating an array
Guoqing Jiang
2015-06-17
1
-0
/
+17
|
*
Add nodes option while creating md
Guoqing Jiang
2015-06-17
1
-1
/
+32
*
|
Assemble: extend --homehost='<ignore>' to allow --name= to ignore homehost
NeilBrown
2015-07-24
1
-1
/
+1
*
|
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
-63
/
+31
*
Consistently print program Name and __func__ in debug messages.
NeilBrown
2015-02-12
1
-3
/
+1
*
Change way of printing name of a process
Pawel Baldysiak
2015-02-12
1
-3
/
+4
[next]