summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* Add --data-offset flag for Create and GrowNeilBrown2012-05-211-1/+19
* Add --prefer option for --detail and --monitorNeilBrown2012-04-181-3/+12
* parse_size: distinguish between 0 and error.NeilBrown2012-04-041-3/+2
* Spawn mdmon with --offroot if mdadm was launched with --offrootJes Sorensen2012-01-301-0/+1
* Add --offroot argument to mdadmJes Sorensen2012-01-301-0/+9
* allow --monitor to be run by non-privileged use.NeilBrown2011-12-231-1/+2
* fix: Allowed to assemble 2 volumes with the same names from config file.Lukasz Orlowski2011-11-071-0/+7
* mdadm: Rearrange option parsing for KillSubarray and UpdateSubarrayJes Sorensen2011-11-031-12/+22
* Hold the map lock while performing Assemble to avoid races with udevJes Sorensen2011-10-221-0/+6
* Add continue option to grow commandAdam Kwolek2011-10-031-1/+11
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-031-9/+24
* Monitor: --oneshot must imply --no-sharingNeilBrown2011-09-191-0/+1
* Discourage large devices from being added to 0.90 arrays.NeilBrown2011-09-081-1/+2
* Grow: accept --assume-clean with --grow --sizeNeilBrown2011-05-161-1/+2
* Create: allow chunksize to be non-power-of-2.NeilBrown2011-05-101-2/+2
* Give suitable error for mdadm /dev/md0 --stopNeilBrown2011-05-101-0/+6
* config: restore the possibility of a NULL homehostNeilBrown2011-05-101-1/+5
* Finally remove auto-home-hostNeilBrown2011-04-271-35/+0
* Fix regression when using 'grow' to add a bitmap.NeilBrown2011-03-151-1/+1
* Grow: support reshape of RAID0 arrays.NeilBrown2011-03-101-7/+12
* Dynamic hot-plug udev rules for policiesLabun, Marcin2011-01-271-0/+18
* Allow --update=devicesize with --re-addNeilBrown2010-12-091-6/+34
* Grow: warn if growing an array will make it degraded.NeilBrown2010-12-091-1/+2
* Create/grow: improve checks on number of devices.NeilBrown2010-12-011-14/+0
* Assemble: allow an array undergoing reshape to be started without backup fileNeilBrown2010-12-011-11/+22
* Assemble: add --update=no-bitmapNeilBrown2010-11-301-1/+4
* Allow K,M,G suffix on chunk sizes as well as device/array sizes.NeilBrown2010-11-301-9/+12
* Improve opt parsing, and distinguish long from short.NeilBrown2010-11-251-24/+72
* fix a get_linux_version() comparison typoDan Williams2010-11-231-1/+1
* mdadm: added --no-sharing option for Monitor modeAnna Czarnowska2010-11-221-2/+6
* added --path <path_id> to give the information on the 'path-id' of removed de...Przemyslaw Czarnowski2010-11-221-6/+11
* Remove content from mddev_devNeilBrown2010-11-221-2/+0
* Improve type names for mddev_devNeilBrown2010-11-221-5/+5
* Improve mddev_ident type definitions.NeilBrown2010-11-221-4/+4
* Incremental: accept '--no-degraded' as a deprecated optionDan Williams2010-08-121-0/+2
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-061-2/+45
|\
| * Merge branch 'fixes' into for-neilDan Williams2010-07-011-1/+0
| |\
| * | Rename subarray v2Dan Williams2010-06-221-3/+38
| * | Kill subarray v2Dan Williams2010-06-151-0/+8
* | | Add --test option to --re-add and similarNeilBrown2010-07-061-1/+4
* | | Add -fail support to --incrementalNeilBrown2010-06-301-0/+12
| |/ |/|
* | Revert "Incremental: honor --no-degraded to delay assembly"Dan Williams2010-05-261-1/+0
|/
* Assemble: Handle assembling from config file which is out of order.NeilBrown2010-02-241-15/+33
* Add test for "are we running as root".NeilBrown2010-02-011-0/+6
* Kill: fix when zeroing busy devices.Artur Wojcik2010-01-291-1/+1
* Tidy up some argument parsing, particularly for -bNeilBrown2010-01-291-7/+6
* Various fixes for --killNeilBrown2009-11-241-1/+10
* Grow: do not allow size changes with other changes.NeilBrown2009-11-061-0/+9
* Merge branch 'master' into devel-3.1NeilBrown2009-10-221-3/+20
|\
| * Detail: list containers before members.NeilBrown2009-10-191-0/+8