index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
super-mbr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-11-22
Monitor: policy based spare migration.
NeilBrown
3
-31
/
+73
2010-11-22
Monitor: split out check_donor
NeilBrown
1
-8
/
+16
2010-11-22
Monitor: split out move_spare in spare migration.
NeilBrown
1
-43
/
+55
2010-11-22
Monior: create struct for holding alert info.
NeilBrown
1
-67
/
+70
2010-11-22
Monitor: use calloc rather than malloc
NeilBrown
1
-13
/
+3
2010-11-22
Monitor: minor optimisation to spare migration.
NeilBrown
1
-16
/
+21
2010-11-22
imsm: create mdinfo list of disks in a container from supertype
Anna Czarnowska
2
-1
/
+47
2010-11-22
Monitor: link containers with subarrays in statelist
Marcin Labun
1
-0
/
+36
2010-11-22
Break Monitor into smaller functions.
NeilBrown
1
-397
/
+452
2010-11-22
Monitor: track metadata type or parent/container of arrays.
NeilBrown
1
-0
/
+26
2010-11-22
Monitor: include containers in scan mode
Anna Czarnowska
1
-3
/
+3
2010-11-22
Monitor: avoid skipping checks on external arrays
NeilBrown
1
-2
/
+3
2010-11-22
mdadm: added --no-sharing option for Monitor mode
Anna Czarnowska
4
-6
/
+54
2010-11-22
Monitor: set err on arrays not in mdstat
Anna Czarnowska
1
-11
/
+12
2010-11-22
Util: get device size from id
Anna Czarnowska
2
-0
/
+17
2010-11-22
Add action=spare-same-slot policy.
NeilBrown
3
-20
/
+84
2010-11-22
incr/spare: recheck allowed action for each metadata.
NeilBrown
1
-0
/
+10
2010-11-22
Incr/spare: make sure failure to identify metadata if handled gracefully.
NeilBrown
1
-0
/
+7
2010-11-22
Incr: fix up return value in try_spare
NeilBrown
1
-2
/
+2
2010-11-22
Factor out is_bare test.
NeilBrown
1
-19
/
+29
2010-11-22
extension of IncrementalRemove to store location (path-id) of removed device
Przemyslaw Czarnowski
4
-0
/
+90
2010-11-22
Teach IncrementalRemove about containers.
NeilBrown
1
-1
/
+19
2010-11-22
Update of udev rules to support IMSM devices
Przemyslaw Czarnowski
1
-0
/
+2
2010-11-22
added --path <path_id> to give the information on the 'path-id' of removed de...
Przemyslaw Czarnowski
5
-9
/
+23
2010-11-22
Remove loaded_container
NeilBrown
3
-8
/
+0
2010-11-22
imsm: always calculate container_enough in getinfo_super_imsm
NeilBrown
1
-38
/
+37
2010-11-22
Replace various load_super calls with load_container
NeilBrown
3
-7
/
+7
2010-11-22
Assemble: use load_container
NeilBrown
1
-86
/
+110
2010-11-22
Add must_be_container helper.
NeilBrown
4
-6
/
+17
2010-11-22
Assemble: turn next_member goto loop into a for loop.
NeilBrown
1
-21
/
+19
2010-11-22
Assemble: simplify the handling of is_member_busy.
NeilBrown
1
-14
/
+2
2010-11-22
Assemble: remove the skip variable.
NeilBrown
1
-4
/
+1
2010-11-22
Assemble: merge 'member' test into ident_matches.
NeilBrown
1
-22
/
+15
2010-11-22
Assemble: change 'skip' label to a variable.
NeilBrown
1
-16
/
+17
2010-11-22
Remove content from mddev_dev
NeilBrown
4
-15
/
+7
2010-11-22
Assemble: contract next_member loop.
NeilBrown
1
-5
/
+4
2010-11-22
Assemble: merge to large 'if' statements.
NeilBrown
1
-15
/
+19
2010-11-22
Improve type names for mddev_dev
NeilBrown
10
-43
/
+43
2010-11-22
Improve mddev_ident type definitions.
NeilBrown
10
-38
/
+38
2010-11-22
Assemble: factor out ident_matches
NeilBrown
1
-34
/
+49
2010-11-22
Assemble: small cleanup of error checking.
NeilBrown
1
-33
/
+26
2010-11-22
Use load_container in Incremental assembly.
NeilBrown
2
-33
/
+77
2010-11-22
Incremental: Factor out search of mdstat
NeilBrown
1
-65
/
+83
2010-11-22
Make Incremental_container static
NeilBrown
2
-5
/
+6
2010-11-22
Switch open_subarray to use the new load_container
NeilBrown
1
-6
/
+6
2010-11-22
Use new load_container in Examine
NeilBrown
2
-8
/
+25
2010-11-22
New method: load_container
NeilBrown
3
-0
/
+15
2010-11-22
Remove keep_fd arg from load_super_XXX_all
NeilBrown
2
-15
/
+12
2010-11-22
Remove subarray field in supertype.
NeilBrown
5
-6
/
+0
2010-11-22
Create: user container_dev rather than subarray for some tests.
NeilBrown
6
-3
/
+11
[next]