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
*
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
*
Change Create to take a struct context
NeilBrown
2012-07-09
1
-4
/
+4
*
Change Build to take a struct context
NeilBrown
2012-07-09
1
-1
/
+1
*
Change misc_list to take struct context
NeilBrown
2012-07-09
1
-25
/
+18
*
Convert Assemble() to take a context rather than a list of options.
NeilBrown
2012-07-09
1
-49
/
+15
*
Discard 'quiet' context variable.
NeilBrown
2012-07-09
1
-18
/
+18
*
Convert 'quiet' to 'not verbose' in various places.
NeilBrown
2012-07-09
1
-25
/
+25
*
Create 'struct context' for ad hoc context option.
NeilBrown
2012-07-09
1
-168
/
+152
*
Create parse_num() function.
NeilBrown
2012-07-09
1
-12
/
+10
*
Create: support --readonly flag.
NeilBrown
2012-07-09
1
-1
/
+2
*
Assemble: allow arrays to be assembled read-only.
NeilBrown
2012-07-09
1
-0
/
+6
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-10
/
+2
*
Remove re_add flag in favour of new disposition.
NeilBrown
2012-07-09
1
-7
/
+2
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-132
/
+124
*
Help: use an array to choose which help matches which mode.
NeilBrown
2012-07-09
1
-11
/
+4
[next]