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
*
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
*
--update: add 'bbl' and 'no-bbl' to the list of known updates.
NeilBrown
2014-08-27
1
-1
/
+3
*
MISC: add --action option to set or abort check/repair.
NeilBrown
2014-05-22
1
-0
/
+43
*
Incremental: improve support for "DEVICE" based restriction in mdadm.conf
NeilBrown
2013-12-03
1
-8
/
+8
*
Add support for --add-spare
NeilBrown
2013-10-31
1
-0
/
+4
*
Give error if --incremental --scan also has a device name given.
NeilBrown
2013-09-15
1
-0
/
+5
*
Make -IRs and --run work properly for containers.
NeilBrown
2013-09-13
1
-3
/
+4
*
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
-1
/
+1
*
Don't lie to systemd about mdadm's status.
NeilBrown
2013-08-01
1
-7
/
+0
*
Grow: allow "--add" with "--grow --level=??"
NeilBrown
2013-06-24
1
-1
/
+1
*
test/00names: use appropriate mdadm.conf
NeilBrown
2013-06-24
1
-0
/
+1
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-4
/
+1
*
Manage: allow "--stop" on kernel names.
NeilBrown
2013-06-19
1
-1
/
+7
*
Manage: split Manage_runstop into Manage_run and Manage_stop
NeilBrown
2013-06-19
1
-5
/
+7
*
Assemble: allow --update=revert-reshape
NeilBrown
2013-05-28
1
-1
/
+3
*
Assemble: --update=metadata converts v0.90 to v1.0
NeilBrown
2013-05-28
1
-1
/
+3
*
Grow: allow a reshape which only changes --data-offset
NeilBrown
2013-05-22
1
-1
/
+2
*
Grow: --backup-file and --data-offset are incompatible.
NeilBrown
2013-05-22
1
-0
/
+5
*
Change some fprintf(stderrs to cont_err()
NeilBrown
2013-05-21
1
-1
/
+1
*
Change some "fprintf(stderr,"s to pr_err.
NeilBrown
2013-05-21
1
-2
/
+2
*
Add --dump / --restore functionality.
NeilBrown
2013-05-16
1
-2
/
+24
*
misc_scan: don't trust the mapping file too much for device names.
NeilBrown
2013-05-13
1
-2
/
+4
*
Create: default to bitmap=internal for large arrays.
NeilBrown
2013-03-05
1
-6
/
+0
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-4
/
+4
*
Remove --offroot argument and default to always setting argv[0] to @
Jes Sorensen
2013-02-05
1
-7
/
+8
*
MISC: Add --examine-badblocks option
NeilBrown
2012-12-05
1
-0
/
+4
*
Add support for --replace and --with
NeilBrown
2012-10-23
1
-0
/
+14
*
Allow data-offset to be specified per-device for create
NeilBrown
2012-10-04
1
-1
/
+5
*
Add --data-offset flag for Create and Grow
NeilBrown
2012-10-04
1
-2
/
+19
*
Allow parse_size to return 0.
NeilBrown
2012-10-04
1
-4
/
+8
*
imsm: Allow to specify controller for --detail-platform.
Maciej Naruszewicz
2012-10-04
1
-2
/
+11
*
Allow --update to add or remove space for a bad block list.
NeilBrown
2012-10-03
1
-2
/
+8
*
imsm: Add --export option for --detail-platform
Maciej Naruszewicz
2012-10-02
1
-1
/
+1
*
Use new struct context and struct shape for Grow_addbitmap
NeilBrown
2012-07-09
1
-2
/
+1
*
Use new struct context and struct shape in Grow_reshape
NeilBrown
2012-07-09
1
-4
/
+2
*
Use new 'struct shape' to pass args to Create
NeilBrown
2012-07-09
1
-5
/
+3
*
Use new 'struct shape' to pass args to Build
NeilBrown
2012-07-09
1
-4
/
+1
*
Create new 'struct shape' to pass around array details.
NeilBrown
2012-07-09
1
-90
/
+84
*
change array_size to be unsigned and use the new MAX_SIZE
NeilBrown
2012-07-09
1
-6
/
+6
*
Change the values for "max size" from -1 to 1.
NeilBrown
2012-07-09
1
-7
/
+7
*
Change Incremental and related functions to take struct context
NeilBrown
2012-07-09
1
-4
/
+1
*
Change Monitor to take a struct context
NeilBrown
2012-07-09
1
-3
/
+5
*
Change Detail and misc_scan to take a struct context
NeilBrown
2012-07-09
1
-14
/
+6
*
change Examine to take a struct context
NeilBrown
2012-07-09
1
-3
/
+1
*
Examine: split 'verbose' out from 'brief'.
NeilBrown
2012-07-09
1
-3
/
+5
[next]