summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAge
* misc_scan: don't trust the mapping file too much for device names.NeilBrown2013-05-13
* Create: default to bitmap=internal for large arrays.NeilBrown2013-03-05
* Discard devnum in favour of devnmNeilBrown2013-02-21
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-05
* MISC: Add --examine-badblocks optionNeilBrown2012-12-05
* Add support for --replace and --withNeilBrown2012-10-23
* Allow data-offset to be specified per-device for createNeilBrown2012-10-04
* Add --data-offset flag for Create and GrowNeilBrown2012-10-04
* Allow parse_size to return 0.NeilBrown2012-10-04
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-04
* Allow --update to add or remove space for a bad block list.NeilBrown2012-10-03
* imsm: Add --export option for --detail-platformMaciej Naruszewicz2012-10-02
* Use new struct context and struct shape for Grow_addbitmapNeilBrown2012-07-09
* Use new struct context and struct shape in Grow_reshapeNeilBrown2012-07-09
* Use new 'struct shape' to pass args to CreateNeilBrown2012-07-09
* Use new 'struct shape' to pass args to BuildNeilBrown2012-07-09
* Create new 'struct shape' to pass around array details.NeilBrown2012-07-09
* change array_size to be unsigned and use the new MAX_SIZENeilBrown2012-07-09
* Change the values for "max size" from -1 to 1.NeilBrown2012-07-09
* Change Incremental and related functions to take struct contextNeilBrown2012-07-09
* Change Monitor to take a struct contextNeilBrown2012-07-09
* Change Detail and misc_scan to take a struct contextNeilBrown2012-07-09
* change Examine to take a struct contextNeilBrown2012-07-09
* Examine: split 'verbose' out from 'brief'.NeilBrown2012-07-09
* Change Create to take a struct contextNeilBrown2012-07-09
* Change Build to take a struct contextNeilBrown2012-07-09
* Change misc_list to take struct contextNeilBrown2012-07-09
* Convert Assemble() to take a context rather than a list of options.NeilBrown2012-07-09
* Discard 'quiet' context variable.NeilBrown2012-07-09
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-09
* Create 'struct context' for ad hoc context option.NeilBrown2012-07-09
* Create parse_num() function.NeilBrown2012-07-09
* Create: support --readonly flag.NeilBrown2012-07-09
* Assemble: allow arrays to be assembled read-only.NeilBrown2012-07-09
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Remove re_add flag in favour of new disposition.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* Help: use an array to choose which help matches which mode.NeilBrown2012-07-09
* main: extract more functions.NeilBrown2012-07-09
* main: split scan_assemble into a separate functionNeilBrown2012-07-09
* mdadm.c: various minor clean-upsNeilBrown2012-07-09
* Use explicit non-char opt for --zero-superNeilBrown2012-07-09
* Add --prefer option for --detail and --monitorNeilBrown2012-04-18
* parse_size: distinguish between 0 and error.NeilBrown2012-04-04
* Spawn mdmon with --offroot if mdadm was launched with --offrootJes Sorensen2012-01-30
* Add --offroot argument to mdadmJes Sorensen2012-01-30
* allow --monitor to be run by non-privileged use.NeilBrown2011-12-23
* fix: Allowed to assemble 2 volumes with the same names from config file.Lukasz Orlowski2011-11-07
* mdadm: Rearrange option parsing for KillSubarray and UpdateSubarrayJes Sorensen2011-11-03
* Hold the map lock while performing Assemble to avoid races with udevJes Sorensen2011-10-22