summaryrefslogtreecommitdiffstats
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* Handle extra 'grow' variations.NeilBrown2009-08-111-12/+16
* Grow: --size improvements.NeilBrown2009-07-141-2/+4
* Grow: pass layout as a string rather than a number.NeilBrown2009-07-141-7/+18
* Remove Manage_reconfing in favour of Grow_reshapeNeilBrown2009-07-141-3/+1
* main: factor out code to parse layout for raid10 and faulty.NeilBrown2009-07-141-22/+5
* Grow: support --array-size changesNeilBrown2009-07-131-1/+42
* Merge branch 'master' into devel-3.0NeilBrown2009-05-111-2/+3
|\
| * mdadm: allow build to use --sizePaul Clements2009-04-211-2/+4
* | mapfile: allow the path name to the device to be empty.NeilBrown2009-05-111-1/+2
* | Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-111-9/+25
* | config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-111-0/+3
* | Detail: use meaningful names with --scan.NeilBrown2009-04-061-2/+9
* | Support new raid6 layouts needed for DDFNeilBrown2009-03-091-1/+8
* | Incremental: honor --no-degraded to delay assemblyDan Williams2009-02-241-0/+1
* | Merge branch 'master' into scratch-3.0NeilBrown2009-01-081-0/+2
|\|
| * Free mdstat data structures properly.NeilBrown2009-01-081-0/+2
| * Allow --config in --incremental mode.NeilBrown2008-12-011-0/+1
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+4
* | Support --wait-clean --scanDan Williams2008-11-271-4/+12
* | Assemble: don't auto-assemble if any arrays are listed in mdadm.confNeilBrown2008-11-201-2/+2
* | Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-041-0/+3
* | Always set 'homehost' if not specified.NeilBrown2008-11-041-1/+1
* | config: Don't require an array to have a device name.NeilBrown2008-11-041-10/+0
* | Delay creation of array devices for assemble/build/createNeilBrown2008-11-041-42/+61
* | Avoid opening md device twice in particular '--assemble' instance.NeilBrown2008-11-041-8/+3
* | Introduce new open_mddev which just does an open.NeilBrown2008-11-041-4/+5
* | Rename open_mddev to create_mddevNeilBrown2008-11-041-6/+6
* | Initialise ->container and ->member properly.NeilBrown2008-11-041-0/+2
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-271-15/+6
|\|
| * Allow WRITEMOSTLY to be cleared on --readd using --readwrite.NeilBrown2008-10-251-15/+6
* | quiet WaitClean()Dan Williams2008-10-151-1/+1
* | Allow --config in --incremental mode.NeilBrown2008-09-181-0/+1
* | 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-151-0/+4
* | Merge branch 'master' into from-stableNeilBrown2008-08-071-2/+2
|\|
| * Cosmetic cleanup of some messages.NeilBrown2008-08-011-2/+2
* | Stop managed arrays more carefully.Neil Brown2008-07-181-10/+0
* | Improve shutdown for container-based arrays.Neil Brown2008-07-121-0/+10
* | Merge branch 'master' into devel-3.0Neil Brown2008-06-191-2/+4
|\|
| * Fix autoassemble for stack arrays.Neil Brown2008-05-201-2/+4
* | Change write_init_super to be called only once.Neil Brown2008-05-151-1/+2
|/
* Set LOG_PID for syslogHans Lambermont2008-05-121-1/+1
* add --export option to --examineKay Sievers2008-05-061-1/+3
* let '-a' be specified for Incremental modeDan Williams2008-05-051-1/+3
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-14/+14
* Reject '--bitmap none' for build and create.Neil Brown2007-07-231-1/+7
* Allow "--write-behind=" to be done in grow mode.Ian Dall2007-07-091-0/+1
* Fix parsing of "-a" in various contexts.Doug Ledford2007-07-091-3/+5
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-211-0/+10
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-211-0/+7
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-081-2/+10