summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAge
...
* 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
* Add continue option to grow commandAdam Kwolek2011-10-03
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-03
* Monitor: --oneshot must imply --no-sharingNeilBrown2011-09-19
* Discourage large devices from being added to 0.90 arrays.NeilBrown2011-09-08
* Grow: accept --assume-clean with --grow --sizeNeilBrown2011-05-16
* Create: allow chunksize to be non-power-of-2.NeilBrown2011-05-10
* Give suitable error for mdadm /dev/md0 --stopNeilBrown2011-05-10
* config: restore the possibility of a NULL homehostNeilBrown2011-05-10
* Finally remove auto-home-hostNeilBrown2011-04-27
* Fix regression when using 'grow' to add a bitmap.NeilBrown2011-03-15
* Grow: support reshape of RAID0 arrays.NeilBrown2011-03-10
* Dynamic hot-plug udev rules for policiesLabun, Marcin2011-01-27
* Allow --update=devicesize with --re-addNeilBrown2010-12-09
* Grow: warn if growing an array will make it degraded.NeilBrown2010-12-09
* Create/grow: improve checks on number of devices.NeilBrown2010-12-01
* Assemble: allow an array undergoing reshape to be started without backup fileNeilBrown2010-12-01
* Assemble: add --update=no-bitmapNeilBrown2010-11-30
* Allow K,M,G suffix on chunk sizes as well as device/array sizes.NeilBrown2010-11-30
* Improve opt parsing, and distinguish long from short.NeilBrown2010-11-25
* fix a get_linux_version() comparison typoDan Williams2010-11-23
* mdadm: added --no-sharing option for Monitor modeAnna Czarnowska2010-11-22
* added --path <path_id> to give the information on the 'path-id' of removed de...Przemyslaw Czarnowski2010-11-22
* Remove content from mddev_devNeilBrown2010-11-22
* Improve type names for mddev_devNeilBrown2010-11-22
* Improve mddev_ident type definitions.NeilBrown2010-11-22
* Incremental: accept '--no-degraded' as a deprecated optionDan Williams2010-08-12
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-06
|\
| * Merge branch 'fixes' into for-neilDan Williams2010-07-01
| |\
| * | Rename subarray v2Dan Williams2010-06-22
| * | Kill subarray v2Dan Williams2010-06-15