summaryrefslogtreecommitdiffstats
path: root/mdadm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Grow: allow "--add" with "--grow --level=??"NeilBrown2013-06-241-1/+1
* test/00names: use appropriate mdadm.confNeilBrown2013-06-241-0/+1
* Remove lots of unnecessary white space.NeilBrown2013-06-191-4/+1
* Manage: allow "--stop" on kernel names.NeilBrown2013-06-191-1/+7
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-191-5/+7
* Assemble: allow --update=revert-reshapeNeilBrown2013-05-281-1/+3
* Assemble: --update=metadata converts v0.90 to v1.0NeilBrown2013-05-281-1/+3
* Grow: allow a reshape which only changes --data-offsetNeilBrown2013-05-221-1/+2
* Grow: --backup-file and --data-offset are incompatible.NeilBrown2013-05-221-0/+5
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-211-1/+1
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-211-2/+2
* Add --dump / --restore functionality.NeilBrown2013-05-161-2/+24
* misc_scan: don't trust the mapping file too much for device names.NeilBrown2013-05-131-2/+4
* Create: default to bitmap=internal for large arrays.NeilBrown2013-03-051-6/+0
* 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