summaryrefslogtreecommitdiff
path: root/mdadm.h
Commit message (Expand)AuthorAge
* Discard devnum in favour of devnmNeilBrown2013-02-21
* mdadm.h: fix ugly glibc specific ifdefferyJohn Spencer2013-02-10
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-05
* conditionally remove map_dev from find_free_devnumNeilBrown2013-01-07
* MISC: Add --examine-badblocks optionNeilBrown2012-12-05
* Add support for --replace and --withNeilBrown2012-10-23
* Remove get_one_diskNeilBrown2012-10-22
* Allow data-offset to be specified per-device for createNeilBrown2012-10-04
* New RESHAPE_NO_BACKUP flag to track when backup action is needed.NeilBrown2012-10-04
* Grow: set new_data_offset if appropriateNeilBrown2012-10-04
* Add space_before/space_after fields to mdinfoNeilBrown2012-10-04
* Add --data-offset flag for Create and GrowNeilBrown2012-10-04
* Add data_offset arg to ->init_super and use it in super1.cNeilBrown2012-10-04
* Add data_offset arg to ->validate_geometry.NeilBrown2012-10-04
* Add data_offset arg to ->avail_sizeNeilBrown2012-10-04
* Allow parse_size to return 0.NeilBrown2012-10-04
* Handles spaces in array names better.NeilBrown2012-10-04
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-04
* Display size with human_size_brief with a chosen prefixMaciej Naruszewicz2012-10-02
* imsm: Add --export option for --detail-platformMaciej Naruszewicz2012-10-02
* fix: adjust parse_size() to the unsigned size variableLukasz Dorau2012-09-20
* Manage: minor cosmetic fixes.NeilBrown2012-08-13
* 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 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
* 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
* Use explicit non-char opt for --zero-superNeilBrown2012-07-09
* Monitor: fix inconsistencies in values for ->percentNeilBrown2012-06-04
* Adjust to new standard of /runNeilBrown2012-05-03
* Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen2012-04-30