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