summaryrefslogtreecommitdiff
path: root/mdadm.c
Commit message (Expand)AuthorAge
* Always set 'homehost' if not specified.NeilBrown2008-11-04
* config: Don't require an array to have a device name.NeilBrown2008-11-04
* Delay creation of array devices for assemble/build/createNeilBrown2008-11-04
* Avoid opening md device twice in particular '--assemble' instance.NeilBrown2008-11-04
* Introduce new open_mddev which just does an open.NeilBrown2008-11-04
* Rename open_mddev to create_mddevNeilBrown2008-11-04
* Initialise ->container and ->member properly.NeilBrown2008-11-04
* Merge branch 'master' into devel-3.0NeilBrown2008-10-27
|\
| * Allow WRITEMOSTLY to be cleared on --readd using --readwrite.NeilBrown2008-10-25
* | quiet WaitClean()Dan Williams2008-10-15
* | Allow --config in --incremental mode.NeilBrown2008-09-18
* | 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-15
* | Merge branch 'master' into from-stableNeilBrown2008-08-07
|\|
| * Cosmetic cleanup of some messages.NeilBrown2008-08-01
* | Stop managed arrays more carefully.Neil Brown2008-07-18
* | Improve shutdown for container-based arrays.Neil Brown2008-07-12
* | Merge branch 'master' into devel-3.0Neil Brown2008-06-19
|\|
| * Fix autoassemble for stack arrays.Neil Brown2008-05-20
* | Change write_init_super to be called only once.Neil Brown2008-05-15
|/
* Set LOG_PID for syslogHans Lambermont2008-05-12
* add --export option to --examineKay Sievers2008-05-06
* let '-a' be specified for Incremental modeDan Williams2008-05-05
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-14
* Reject '--bitmap none' for build and create.Neil Brown2007-07-23
* Allow "--write-behind=" to be done in grow mode.Ian Dall2007-07-09
* Fix parsing of "-a" in various contexts.Doug Ledford2007-07-09
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-21
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-21
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-08
* Send help text to stdout rather than stderr.Neil Brown2007-05-08
* Add new mode: --incrementalNeil Brown2006-12-21
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-14
* --wait or -W will wait for resync activity to finish on the given devices.Neil Brown2006-12-14
* Support --update=devicesize for cases where the underlying device can change ...Neil Brown2006-12-14
* Support --examine --brief --verbose properlyNeil Brown2006-10-23
* Improve error message when wrong --update option is given.Neil Brown2006-10-23
* Don't trigger and error on -As if all arrays are already started.Luca Berra2006-10-16
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-11
* Fix starting of degraded arrays.Neil Brown2006-08-07
* More consistent honoring of --configfileNeil Brown2006-06-26
* Get --stop to honour --quietNeil Brown2006-06-02
* Don't try to create a new device when using --manage or --growNeil Brown2006-06-02
* Release 2.5Neil Brown2006-05-26
* Support --auto-update-homehostNeil Brown2006-05-26
* Support auto-assembling of stacked devicesNeil Brown2006-05-26
* Initial implementation of auto-assemblyNeil Brown2006-05-26
* Support --update=homehost to allow updating of homehost information.Neil Brown2006-05-23
* Allow --update=name to update the name during assembly.Neil Brown2006-05-23
* Make sure homehost is set correctly when --update=uuidNeil Brown2006-05-23
* Include homehost information in --examine as appropriateNeil Brown2006-05-19