summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* Discard devnum in favour of devnmNeilBrown2013-02-211-4/+4
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-051-7/+8
* MISC: Add --examine-badblocks optionNeilBrown2012-12-051-0/+4
* Add support for --replace and --withNeilBrown2012-10-231-0/+14
* Allow data-offset to be specified per-device for createNeilBrown2012-10-041-1/+5
* Add --data-offset flag for Create and GrowNeilBrown2012-10-041-2/+19
* Allow parse_size to return 0.NeilBrown2012-10-041-4/+8
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-041-2/+11
* Allow --update to add or remove space for a bad block list.NeilBrown2012-10-031-2/+8
* imsm: Add --export option for --detail-platformMaciej Naruszewicz2012-10-021-1/+1
* Use new struct context and struct shape for Grow_addbitmapNeilBrown2012-07-091-2/+1
* Use new struct context and struct shape in Grow_reshapeNeilBrown2012-07-091-4/+2
* Use new 'struct shape' to pass args to CreateNeilBrown2012-07-091-5/+3
* Use new 'struct shape' to pass args to BuildNeilBrown2012-07-091-4/+1
* Create new 'struct shape' to pass around array details.NeilBrown2012-07-091-90/+84
* change array_size to be unsigned and use the new MAX_SIZENeilBrown2012-07-091-6/+6
* Change the values for "max size" from -1 to 1.NeilBrown2012-07-091-7/+7
* Change Incremental and related functions to take struct contextNeilBrown2012-07-091-4/+1
* Change Monitor to take a struct contextNeilBrown2012-07-091-3/+5
* Change Detail and misc_scan to take a struct contextNeilBrown2012-07-091-14/+6
* change Examine to take a struct contextNeilBrown2012-07-091-3/+1
* Examine: split 'verbose' out from 'brief'.NeilBrown2012-07-091-3/+5
* Change Create to take a struct contextNeilBrown2012-07-091-4/+4
* Change Build to take a struct contextNeilBrown2012-07-091-1/+1
* Change misc_list to take struct contextNeilBrown2012-07-091-25/+18
* Convert Assemble() to take a context rather than a list of options.NeilBrown2012-07-091-49/+15
* Discard 'quiet' context variable.NeilBrown2012-07-091-18/+18
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-091-25/+25
* Create 'struct context' for ad hoc context option.NeilBrown2012-07-091-168/+152
* Create parse_num() function.NeilBrown2012-07-091-12/+10
* Create: support --readonly flag.NeilBrown2012-07-091-1/+2
* Assemble: allow arrays to be assembled read-only.NeilBrown2012-07-091-0/+6
* Remove scattered checks for malloc success.NeilBrown2012-07-091-10/+2
* Remove re_add flag in favour of new disposition.NeilBrown2012-07-091-7/+2
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-132/+124
* Help: use an array to choose which help matches which mode.NeilBrown2012-07-091-11/+4
* main: extract more functions.NeilBrown2012-07-091-162/+206
* main: split scan_assemble into a separate functionNeilBrown2012-07-091-92/+117
* mdadm.c: various minor clean-upsNeilBrown2012-07-091-20/+30
* Use explicit non-char opt for --zero-superNeilBrown2012-07-091-3/+3
* Add --prefer option for --detail and --monitorNeilBrown2012-04-181-3/+12
* parse_size: distinguish between 0 and error.NeilBrown2012-04-041-3/+2
* Spawn mdmon with --offroot if mdadm was launched with --offrootJes Sorensen2012-01-301-0/+1
* Add --offroot argument to mdadmJes Sorensen2012-01-301-0/+9
* allow --monitor to be run by non-privileged use.NeilBrown2011-12-231-1/+2
* fix: Allowed to assemble 2 volumes with the same names from config file.Lukasz Orlowski2011-11-071-0/+7
* mdadm: Rearrange option parsing for KillSubarray and UpdateSubarrayJes Sorensen2011-11-031-12/+22
* Hold the map lock while performing Assemble to avoid races with udevJes Sorensen2011-10-221-0/+6
* Add continue option to grow commandAdam Kwolek2011-10-031-1/+11
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-031-9/+24