index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdadm.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce random_uuid() helper function
Jes Sorensen
2016-08-15
1
-0
/
+1
*
mdadm.h: Fix build problem against newer glibc
Jes Sorensen
2016-08-15
1
-0
/
+4
*
The sys_name array in the mdinfo structure is 20 bytes of storage.
Nikhil Kshirsagar
2016-06-14
1
-1
/
+1
*
Use dev_t for devnm2devid and devid2devnm
Mike Lovell
2016-06-03
1
-2
/
+2
*
mdadm: Make add_internal_bitmap() return 0 on success
Jes Sorensen
2016-05-12
1
-0
/
+2
*
Introduce stat2kname() and fd2kname()
Artur Paszkiewicz
2016-03-30
1
-1
/
+2
*
load_sys(): Add a buffer size argument
Jes Sorensen
2016-03-09
1
-1
/
+1
*
Remove dead code about LKF_CONVERT flag
Guoqing Jiang
2016-03-07
1
-1
/
+0
*
Fix wrong bitmap output for cluster raid
Guoqing Jiang
2016-03-07
1
-1
/
+1
*
mdadm.h: rename bswap macros to avoid clash with uClibc definitions
Jes Sorensen
2016-02-10
1
-26
/
+26
*
Add --update=force-no-bbl.
NeilBrown
2015-12-21
1
-1
/
+2
*
mdadm: improve the safeguard for change cluster raid's sb
Guoqing Jiang
2015-12-16
1
-3
/
+3
*
mdadm: do not display bitmap info if it is cleared
Guoqing Jiang
2015-12-16
1
-1
/
+1
*
recreate journal in mdadm
Song Liu
2015-12-16
1
-0
/
+1
*
add sysfs_array_state to struct mdinfo
Song Liu
2015-12-16
1
-0
/
+4
*
mdadm: Change timestamps to unsigned data type.
Deepa Dinamani
2015-12-16
1
-0
/
+25
*
mdadm: refactor write journal code in Assemble and Incremental
Song Liu
2015-10-22
1
-4
/
+3
*
Make cmap_* also has same policy as dlm_*
Guoqing Jiang
2015-10-21
1
-0
/
+20
*
Safeguard against writing to an active device of another node
Guoqing Jiang
2015-10-21
1
-0
/
+45
*
Assemble array with write journal
Song Liu
2015-10-19
1
-0
/
+3
*
Enable create array with write journal (--write-journal DEVICE).
Song Liu
2015-10-19
1
-0
/
+2
*
re-add: make re-add try to write sysfs node first
Guoqing Jiang
2015-10-08
1
-0
/
+1
*
mdassemble: include mapfile support.
NeilBrown
2015-08-03
1
-10
/
+0
*
Merge branch 'cluster'
NeilBrown
2015-07-27
1
-1
/
+17
|
\
|
*
mdadm: change the num of cluster node
Guoqing Jiang
2015-06-17
1
-0
/
+1
|
*
mdadm: add the ability to change cluster name
Guoqing Jiang
2015-06-17
1
-1
/
+6
|
*
Add a new clustered disk
Guoqing Jiang
2015-06-17
1
-0
/
+2
|
*
Set home-cluster while creating an array
Guoqing Jiang
2015-06-17
1
-0
/
+5
|
*
Add nodes option while creating md
Guoqing Jiang
2015-06-17
1
-0
/
+3
*
|
mdstat: discard 'dev' field, just use 'devnm'
NeilBrown
2015-07-02
1
-1
/
+0
|
/
*
Consistently print program Name and __func__ in debug messages.
NeilBrown
2015-02-12
1
-0
/
+8
*
Change way of printing name of a process
Pawel Baldysiak
2015-02-12
1
-3
/
+3
*
util: split get_maj_min() out from dev_open()
NeilBrown
2014-08-11
1
-0
/
+1
*
config: new option to suppress adding bad block lists.
NeilBrown
2014-08-07
1
-0
/
+1
*
mdmon: allow prepare_update to report failure.
NeilBrown
2014-07-10
1
-1
/
+4
*
IMSM: Add warning message when assemble spanned container
Pawel Baldysiak
2014-07-08
1
-0
/
+3
*
MISC: add --action option to set or abort check/repair.
NeilBrown
2014-05-22
1
-0
/
+3
*
Grow: fix resent grow_continue breakage.
NeilBrown
2014-05-22
1
-1
/
+1
*
Grow: store a link to current backup file in /run/mdadm or similar.
NeilBrown
2014-05-15
1
-1
/
+4
*
DDF: Fix assorted typos and do some reformatting.
NeilBrown
2014-04-01
1
-0
/
+3
*
Assemble/Incremental: don't hold O_EXCL on mddev after assembly.
NeilBrown
2013-12-05
1
-0
/
+1
*
Incremental: improve support for "DEVICE" based restriction in mdadm.conf
NeilBrown
2013-12-03
1
-1
/
+1
*
Incremental: add --export handling.
NeilBrown
2013-11-28
1
-1
/
+5
*
Add support for --add-spare
NeilBrown
2013-10-31
1
-0
/
+1
*
Be consistent in return types from byteswap macros
Jes Sorensen
2013-10-16
1
-12
/
+12
*
Make -IRs and --run work properly for containers.
NeilBrown
2013-09-13
1
-2
/
+2
*
Move ARRAY_SIZE macro to common include file.
NeilBrown
2013-09-10
1
-0
/
+2
*
Change "mdadm --run" to use the same code as "mdadm --IRs".
NeilBrown
2013-08-26
1
-1
/
+1
*
mdmon: don't lie to systemd.
NeilBrown
2013-08-01
1
-0
/
+2
*
Introduce devid2kname - slightly different to devid2devnm.
NeilBrown
2013-08-01
1
-0
/
+1
[next]