summaryrefslogtreecommitdiffstats
path: root/super-mbr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-22Monitor: policy based spare migration.NeilBrown3-31/+73
2010-11-22Monitor: split out check_donorNeilBrown1-8/+16
2010-11-22Monitor: split out move_spare in spare migration.NeilBrown1-43/+55
2010-11-22Monior: create struct for holding alert info.NeilBrown1-67/+70
2010-11-22Monitor: use calloc rather than mallocNeilBrown1-13/+3
2010-11-22Monitor: minor optimisation to spare migration.NeilBrown1-16/+21
2010-11-22imsm: create mdinfo list of disks in a container from supertypeAnna Czarnowska2-1/+47
2010-11-22Monitor: link containers with subarrays in statelistMarcin Labun1-0/+36
2010-11-22Break Monitor into smaller functions.NeilBrown1-397/+452
2010-11-22Monitor: track metadata type or parent/container of arrays.NeilBrown1-0/+26
2010-11-22Monitor: include containers in scan modeAnna Czarnowska1-3/+3
2010-11-22Monitor: avoid skipping checks on external arraysNeilBrown1-2/+3
2010-11-22mdadm: added --no-sharing option for Monitor modeAnna Czarnowska4-6/+54
2010-11-22Monitor: set err on arrays not in mdstatAnna Czarnowska1-11/+12
2010-11-22Util: get device size from idAnna Czarnowska2-0/+17
2010-11-22Add action=spare-same-slot policy.NeilBrown3-20/+84
2010-11-22incr/spare: recheck allowed action for each metadata.NeilBrown1-0/+10
2010-11-22Incr/spare: make sure failure to identify metadata if handled gracefully.NeilBrown1-0/+7
2010-11-22Incr: fix up return value in try_spareNeilBrown1-2/+2
2010-11-22Factor out is_bare test.NeilBrown1-19/+29
2010-11-22extension of IncrementalRemove to store location (path-id) of removed devicePrzemyslaw Czarnowski4-0/+90
2010-11-22Teach IncrementalRemove about containers.NeilBrown1-1/+19
2010-11-22Update of udev rules to support IMSM devicesPrzemyslaw Czarnowski1-0/+2
2010-11-22added --path <path_id> to give the information on the 'path-id' of removed de...Przemyslaw Czarnowski5-9/+23
2010-11-22Remove loaded_containerNeilBrown3-8/+0
2010-11-22imsm: always calculate container_enough in getinfo_super_imsmNeilBrown1-38/+37
2010-11-22Replace various load_super calls with load_containerNeilBrown3-7/+7
2010-11-22Assemble: use load_containerNeilBrown1-86/+110
2010-11-22Add must_be_container helper.NeilBrown4-6/+17
2010-11-22Assemble: turn next_member goto loop into a for loop.NeilBrown1-21/+19
2010-11-22Assemble: simplify the handling of is_member_busy.NeilBrown1-14/+2
2010-11-22Assemble: remove the skip variable.NeilBrown1-4/+1
2010-11-22Assemble: merge 'member' test into ident_matches.NeilBrown1-22/+15
2010-11-22Assemble: change 'skip' label to a variable.NeilBrown1-16/+17
2010-11-22Remove content from mddev_devNeilBrown4-15/+7
2010-11-22Assemble: contract next_member loop.NeilBrown1-5/+4
2010-11-22Assemble: merge to large 'if' statements.NeilBrown1-15/+19
2010-11-22Improve type names for mddev_devNeilBrown10-43/+43
2010-11-22Improve mddev_ident type definitions.NeilBrown10-38/+38
2010-11-22Assemble: factor out ident_matchesNeilBrown1-34/+49
2010-11-22Assemble: small cleanup of error checking.NeilBrown1-33/+26
2010-11-22Use load_container in Incremental assembly.NeilBrown2-33/+77
2010-11-22Incremental: Factor out search of mdstatNeilBrown1-65/+83
2010-11-22Make Incremental_container staticNeilBrown2-5/+6
2010-11-22Switch open_subarray to use the new load_containerNeilBrown1-6/+6
2010-11-22Use new load_container in ExamineNeilBrown2-8/+25
2010-11-22New method: load_containerNeilBrown3-0/+15
2010-11-22Remove keep_fd arg from load_super_XXX_allNeilBrown2-15/+12
2010-11-22Remove subarray field in supertype.NeilBrown5-6/+0
2010-11-22Create: user container_dev rather than subarray for some tests.NeilBrown6-3/+11