summaryrefslogtreecommitdiffstats
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send help text to stdout rather than stderr.Neil Brown2007-05-081-9/+17
* Add new mode: --incrementalNeil Brown2006-12-211-0/+39
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-141-0/+2
* --wait or -W will wait for resync activity to finish on the given devices.Neil Brown2006-12-141-1/+4
* Support --update=devicesize for cases where the underlying device can change ...Neil Brown2006-12-141-2/+4
* Support --examine --brief --verbose properlyNeil Brown2006-10-231-0/+2
* Improve error message when wrong --update option is given.Neil Brown2006-10-231-1/+7
* Don't trigger and error on -As if all arrays are already started.Luca Berra2006-10-161-1/+1
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-111-0/+20
* Fix starting of degraded arrays.Neil Brown2006-08-071-5/+3