index
:
delta/mdadm.git
cluster
data_offset
devel-3.0
devel-3.1
devel-3.2
devel-3.3
hotunplug
master
mdadm-2
mdadm-2.6.7.x
mdadm-3.2.x
mdadm-3.3.x
origin
r10-reshape
scratch-3.0
sles11
stable-1
git.kernel.org: pub/scm/utils/mdadm/mdadm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mdadm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
main: extract more functions.
NeilBrown
2012-07-09
1
-162
/
+206
*
main: split scan_assemble into a separate function
NeilBrown
2012-07-09
1
-92
/
+117
*
mdadm.c: various minor clean-ups
NeilBrown
2012-07-09
1
-20
/
+30
*
Use explicit non-char opt for --zero-super
NeilBrown
2012-07-09
1
-3
/
+3
*
Add --prefer option for --detail and --monitor
NeilBrown
2012-04-18
1
-3
/
+12
*
parse_size: distinguish between 0 and error.
NeilBrown
2012-04-04
1
-3
/
+2
*
Spawn mdmon with --offroot if mdadm was launched with --offroot
Jes Sorensen
2012-01-30
1
-0
/
+1
*
Add --offroot argument to mdadm
Jes Sorensen
2012-01-30
1
-0
/
+9
*
allow --monitor to be run by non-privileged use.
NeilBrown
2011-12-23
1
-1
/
+2
*
fix: Allowed to assemble 2 volumes with the same names from config file.
Lukasz Orlowski
2011-11-07
1
-0
/
+7
*
mdadm: Rearrange option parsing for KillSubarray and UpdateSubarray
Jes Sorensen
2011-11-03
1
-12
/
+22
*
Hold the map lock while performing Assemble to avoid races with udev
Jes Sorensen
2011-10-22
1
-0
/
+6
*
Add continue option to grow command
Adam Kwolek
2011-10-03
1
-1
/
+11
*
Do not continue reshape during initrd phase
Adam Kwolek
2011-10-03
1
-9
/
+24
[next]