index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Manage.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-08-13
Manage_subdevs: split most of 'add' handling into Manage_add.
NeilBrown
1
-340
/
+330
2012-08-13
Manage: split out attempt_re_add.
NeilBrown
1
-91
/
+112
2012-08-13
Manage_subdev: give 'st' a better name and narrower focus.
NeilBrown
1
-27
/
+20
2012-08-13
Manage: minor cosmetic fixes.
NeilBrown
2
-61
/
+47
2012-08-13
Fix default size calculations that were recently broken.
NeilBrown
2
-2
/
+6
2012-07-09
Repair mode for raid6
Robert Buchholz
2
-5
/
+175
2012-07-09
Make test a bash script (as it is)
Robert Buchholz
1
-1
/
+1
2012-07-09
Extract function to generate zeroes and expose xor function
Robert Buchholz
1
-8
/
+13
2012-07-09
Manage: simplify device searches in Manage_subdevs
NeilBrown
1
-113
/
+133
2012-07-09
Use new struct context and struct shape for Grow_addbitmap
NeilBrown
3
-13
/
+13
2012-07-09
Use new struct context and struct shape in Grow_reshape
NeilBrown
3
-78
/
+72
2012-07-09
Use new 'struct shape' to pass args to Create
NeilBrown
3
-133
/
+125
2012-07-09
Use new 'struct shape' to pass args to Build
NeilBrown
3
-52
/
+44
2012-07-09
Fix --build on 2.2 kernels :-)
NeilBrown
1
-2
/
+3
2012-07-09
Create new 'struct shape' to pass around array details.
NeilBrown
2
-90
/
+98
2012-07-09
Create: Remove unnecessary cast from 'size'.
NeilBrown
1
-4
/
+3
2012-07-09
change array_size to be unsigned and use the new MAX_SIZE
NeilBrown
1
-6
/
+6
2012-07-09
Change the values for "max size" from -1 to 1.
NeilBrown
6
-30
/
+39
2012-07-09
Assemble: don't leak memory with fdlist.
NeilBrown
1
-0
/
+1
2012-07-09
Change Incremental and related functions to take struct context
NeilBrown
4
-82
/
+61
2012-07-09
Change Monitor to take a struct context
NeilBrown
3
-19
/
+23
2012-07-09
Change Detail and misc_scan to take a struct context
NeilBrown
3
-34
/
+27
2012-07-09
Change name of 'c' variable in Detail
NeilBrown
1
-17
/
+18
2012-07-09
change Examine to take a struct context
NeilBrown
3
-24
/
+21
2012-07-09
Examine: split 'verbose' out from 'brief'.
NeilBrown
3
-9
/
+12
2012-07-09
Change Create to take a struct context
NeilBrown
3
-43
/
+42
2012-07-09
Change Build to take a struct context
NeilBrown
3
-9
/
+9
2012-07-09
Change misc_list to take struct context
NeilBrown
1
-25
/
+18
2012-07-09
Convert Assemble() to take a context rather than a list of options.
NeilBrown
4
-123
/
+79
2012-07-09
Discard 'quiet' context variable.
NeilBrown
2
-19
/
+18
2012-07-09
Convert 'quiet' to 'not verbose' in various places.
NeilBrown
10
-111
/
+113
2012-07-09
Create 'struct context' for ad hoc context option.
NeilBrown
2
-168
/
+175
2012-07-09
Create parse_num() function.
NeilBrown
3
-12
/
+22
2012-07-09
Create: support --readonly flag.
NeilBrown
3
-6
/
+22
2012-07-09
Assemble: allow arrays to be assembled read-only.
NeilBrown
6
-7
/
+38
2012-07-09
Remove scattered checks for malloc success.
NeilBrown
33
-581
/
+302
2012-07-09
Remove re_add flag in favour of new disposition.
NeilBrown
4
-16
/
+9
2012-07-09
Introduce pr_err for printing error messages.
NeilBrown
29
-1306
/
+1128
2012-07-09
Help: use an array to choose which help matches which mode.
NeilBrown
3
-11
/
+17
2012-07-09
main: extract more functions.
NeilBrown
1
-162
/
+206
2012-07-09
main: split scan_assemble into a separate function
NeilBrown
1
-92
/
+117
2012-07-09
mdadm.c: various minor clean-ups
NeilBrown
1
-20
/
+30
2012-07-09
Use explicit non-char opt for --zero-super
NeilBrown
3
-4
/
+5
2012-07-09
ReadMe: various updates and corrections.
NeilBrown
1
-65
/
+59
2012-07-09
mdmon: fix arg parsing.
NeilBrown
1
-1
/
+0
2012-06-04
Monitor: fix reporting for Fail vs FailSpare etc.
NeilBrown
1
-27
/
+12
2012-06-04
Monitor: Report NewArray when an array the disappeared, reappears.
NeilBrown
1
-2
/
+7
2012-06-04
Monitor: fix inconsistencies in values for ->percent
NeilBrown
4
-17
/
+19
2012-06-04
Monitor: Allow correct monitoring of more member devices.
NeilBrown
1
-12
/
+7
2012-05-30
Detail: show which 'set' each device in a RAID10 belongs to
NeilBrown
1
-1
/
+13
[prev]
[next]