index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Incremental.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add sector size as spare selection criterion
Alexey Obitotskiy
2017-05-09
1
-2
/
+2
*
Allow more spare selection criteria
Alexey Obitotskiy
2017-05-09
1
-7
/
+11
*
IncrementalScan: Use md_array_active() instead of md_get_array_info()
Jes Sorensen
2017-05-05
1
-2
/
+1
*
container_members_max_degradation: Switch to using syfs for disk info
Jes Sorensen
2017-05-05
1
-14
/
+14
*
Incremental: return is not a function
Jes Sorensen
2017-05-05
1
-1
/
+1
*
mdadm/util: unify stat checking blkdev into function
Zhilong Liu
2017-05-05
1
-17
/
+4
*
mdadm/util: unify fstat checking blkdev into function
Zhilong Liu
2017-05-05
1
-21
/
+12
*
Incremental: Use md_array_active() to determine state of array
Jes Sorensen
2017-05-02
1
-2
/
+1
*
Create: tell udev md device is not ready when first created.
NeilBrown
2017-05-02
1
-2
/
+2
*
Incremental: Cleanup some if() statement spaghetti
Jes Sorensen
2017-04-25
1
-29
/
+21
*
Incremental: Use md_array_active() where applicable
Jes Sorensen
2017-04-25
1
-3
/
+2
*
sysfs: Make sysfs_init() return an error code
Jes Sorensen
2017-03-30
1
-2
/
+10
*
Incremental: Remove redundant call for GET_ARRAY_INFO
Jes Sorensen
2017-03-29
1
-8
/
+6
*
util: Introduce md_get_array_info()
Jes Sorensen
2017-03-29
1
-6
/
+5
*
super1: PPL support
Artur Paszkiewicz
2017-03-29
1
-0
/
+3
*
Introduce enum flag_mode for setting and clearing flags.
NeilBrown
2016-11-29
1
-2
/
+2
*
Add failfast support.
NeilBrown
2016-11-28
1
-0
/
+1
*
Incremental: don't try to load_container() for a subarray
Artur Paszkiewicz
2016-08-09
1
-1
/
+5
*
Incremental: Remove unnecesary NULL pointer checks when calling sysfs_free()
Jes Sorensen
2016-03-08
1
-6
/
+3
*
Merge branch 'fix-unlikely-potential-overflows' of https://github.com/sjvs/mdadm
NeilBrown
2015-12-21
1
-4
/
+4
|
\
|
*
avoid confusion with parameter 'devname' with same name, ensure buffer is lar...
Bas van Schaik
2015-12-03
1
-3
/
+3
|
*
ensure buffer is large enough for two ints and some extras
Bas van Schaik
2015-12-03
1
-1
/
+1
*
|
mdadm: let cluster raid could also add disk within incremental mode
Guoqing Jiang
2015-12-16
1
-0
/
+4
|
/
*
mdadm: refactor write journal code in Assemble and Incremental
Song Liu
2015-10-22
1
-18
/
+7
*
Check write journal in incremental
Song Liu
2015-10-19
1
-4
/
+27
*
Fix --incremental handling on cluster array.
Goldwyn Rodrigues
2015-09-28
1
-5
/
+6
*
Merge branch 'mdadm-3.3.x'
NeilBrown
2015-08-03
1
-1
/
+1
|
\
|
*
Assemble: really don't assemble IMSM array without OROM.
NeilBrown
2015-08-03
1
-1
/
+1
|
*
Assemble: don't assemble IMSM array without OROM.
NeilBrown
2015-08-03
1
-5
/
+4
*
|
Assemble: don't assemble IMSM array without OROM.
NeilBrown
2015-07-29
1
-5
/
+4
*
|
Merge branch 'cluster'
NeilBrown
2015-07-27
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Skip clustered devices in incremental
Guoqing Jiang
2015-06-17
1
-0
/
+5
*
|
mdstat: discard 'dev' field, just use 'devnm'
NeilBrown
2015-07-02
1
-6
/
+6
|
/
*
IncRemove: Set "auto-read" only after successful excl open.
Pawel Baldysiak
2015-03-04
1
-6
/
+10
*
IncrementalScan(): Make sure 'st' is valid before dereferencing it
Jes Sorensen
2015-03-04
1
-1
/
+1
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-29
/
+14
*
Consistently print program Name and __func__ in debug messages.
NeilBrown
2015-02-12
1
-2
/
+2
*
Change way of printing name of a process
Pawel Baldysiak
2015-02-12
1
-2
/
+2
*
Incremental: don't be distracted by partition table when calling try_spare.
NeilBrown
2014-11-05
1
-2
/
+2
*
Assemble/Incremental: don't hold O_EXCL on mddev after assembly.
NeilBrown
2013-12-05
1
-3
/
+7
*
Incremental: improve support for "DEVICE" based restriction in mdadm.conf
NeilBrown
2013-12-03
1
-2
/
+16
*
Incremental: add --export handling.
NeilBrown
2013-11-28
1
-8
/
+56
*
Incremental: don't abort container if one member explicitly disabled.
NeilBrown
2013-11-28
1
-1
/
+1
*
Incremental: remove test that can never succeed.
NeilBrown
2013-11-28
1
-5
/
+0
*
Make -IRs and --run work properly for containers.
NeilBrown
2013-09-13
1
-8
/
+45
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
Change "mdadm --run" to use the same code as "mdadm --IRs".
NeilBrown
2013-08-26
1
-2
/
+6
*
Manage: split Manage_runstop into Manage_run and Manage_stop
NeilBrown
2013-06-19
1
-2
/
+1
*
Assemble/Incr: Don't include spares with too-high event count.
NeilBrown
2013-06-17
1
-0
/
+8
*
Incremental: allow --quiet to silence from errors from "-If"
NeilBrown
2013-05-29
1
-3
/
+5
[next]