summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAge
* MISC: add --action option to set or abort check/repair.NeilBrown2014-05-22
* Incremental: improve support for "DEVICE" based restriction in mdadm.confNeilBrown2013-12-03
* Add support for --add-spareNeilBrown2013-10-31
* Give error if --incremental --scan also has a device name given.NeilBrown2013-09-15
* Make -IRs and --run work properly for containers.NeilBrown2013-09-13
* Release mdadm-3.3NeilBrown2013-09-03
* Change "mdadm --run" to use the same code as "mdadm --IRs".NeilBrown2013-08-26
* Don't lie to systemd about mdadm's status.NeilBrown2013-08-01
* Grow: allow "--add" with "--grow --level=??"NeilBrown2013-06-24
* test/00names: use appropriate mdadm.confNeilBrown2013-06-24
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* Manage: allow "--stop" on kernel names.NeilBrown2013-06-19
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-19
* Assemble: allow --update=revert-reshapeNeilBrown2013-05-28
* Assemble: --update=metadata converts v0.90 to v1.0NeilBrown2013-05-28
* Grow: allow a reshape which only changes --data-offsetNeilBrown2013-05-22
* Grow: --backup-file and --data-offset are incompatible.NeilBrown2013-05-22
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-21
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-21
* Add --dump / --restore functionality.NeilBrown2013-05-16
* 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