summaryrefslogtreecommitdiffstats
path: root/ReadMe.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add new mode: --incrementalNeil Brown2006-12-211-4/+30
| | | | | --incremental allows arrays to be assembled one device at a time. This is expected to be used with udev.
* --wait or -W will wait for resync activity to finish on the given devices.Neil Brown2006-12-141-2/+5
|
* Actually support --syslogNeil Brown2006-12-141-0/+1
| | | | | | | Fixes-debian-bug: 402457 (part) All the code is there, and it works for '-y', but for some reason, "syslog" was missing from the long_options.
* Release 2.5.6mdadm-2.5.6Neil Brown2006-11-091-1/+1
|
* Release 2-5-5mdadm-2.5.5Neil Brown2006-11-031-1/+1
|
* Improve error message when wrong --update option is given.Neil Brown2006-10-231-2/+2
|
* Release 2-5-4mdadm-2.5.4Neil Brown2006-10-131-1/+1
|
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-111-0/+1
|
* Release 2.5.3mdadm-2.5.3Neil Brown2006-08-071-1/+1
|
* Release 2.5.2mdadm-2.5.2Neil Brown2006-06-271-1/+1
| | | | Description...
* Release 2.5.1mdadm-2.5.1Neil Brown2006-06-161-1/+1
|
* Release 2.5mdadm-2.5Neil Brown2006-05-261-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Support --auto-update-homehostNeil Brown2006-05-261-0/+1
| | | | | | | | | This can be used to bootstrape homehost tagging. If no arrays are found that are tagged, we look for any array and tag it. Signed-off-by: Neil Brown <neilb@suse.de>
* Allow homehost to be set on command line or in config fileNeil Brown2006-05-191-7/+8
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-2/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* New flag --no-degradedNeil Brown2006-05-191-0/+11
| | | | | | | | | Use to avoid starting arrays if there are fewer devices available than last time the array was started. This is only needed with --scan, as with --scan, that behaviour is the default. Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.4.1mdadm-2.4.1Neil Brown2006-04-171-1/+1
| | | | | | Annoying alignment bug in version-1 supers on 64bit.. Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.4Neil Brown2006-04-031-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Allow resize to backup to a file.Neil Brown2006-03-271-0/+2
| | | | | | | | | | To support resizing an array without a spare, mdadm now understands --backup-file= which should point to a file for storing a backup of critical data. This can be given to --grow which will create the file, or --assemble which will restore from the file if needed. Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.4-pre1Neil Brown2006-03-201-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Release some compile fixes.Neil Brown2006-02-061-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Update ChangeLog and release 2.3mdadm-2.3Neil Brown2006-02-021-2/+2
| | | | | Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Neil Brown <neilb@suse.de>
* Further improvements to online helpNeil Brown2006-04-171-6/+11
| | | | diff .//ReadMe.c~current~ .//ReadMe.c
* Make some improvements to online help.Neil Brown2006-01-271-0/+7
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.2mdadm-2.2Neil Brown2005-12-091-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* syslog support for monitor modeNeil Brown2005-12-051-2/+4
| | | | | | | | | | | | From: ross@jose.lug.udel.edu (Ross Vandegrift) Hi Neil, While adding the text message mode, I saw a FIXME asking for syslog support in monitor mode. This patch adds exactly that. Signed-off-by: Neil Brown <neilb@suse.de>
* Improve option parsingNeil Brown2005-12-051-1/+2
| | | | | | | | stuff ====Do Not Remove==== Status: ok Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2-0Neil Brown2005-09-121-1/+1
| | | | | | With little fix for -O2 compile Signed-off-by: Neil Brown <neilb@suse.de>
* Getting ready for 2.0 release...Neil Brown2005-08-261-2/+2
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Assorted fixesNeil Brown2005-08-161-0/+1
| | | | | | | | | Support "--build"ing arrays with bitmaps. hot-removal of bitmaps --re-add of drives recently removed. assorted extra tests Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-1/+3
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Support nameing of version-1 arrays.Neil Brown2005-08-091-0/+5
| | | | | | | --name is recognised in --create and --assemble name= is recognised in config file. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add write-behind supportNeil Brown2005-08-091-0/+4
| | | | | | | | Currently this includes --write-behind to set level of write-behind supported --write-mostly to flag devices as write-mostly. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add test suite and releaseNeil Brown2005-08-041-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Release devel-2Neil Brown2005-07-151-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Fix typo in --grow --help - don't claim '-F'Neil Brown2005-06-141-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* 2.0-devel-1 releaseNeil Brown2005-06-071-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Initial bitmap supportNeil Brown2005-06-071-3/+20
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add a 'super-switch' so that different format superblocks can be used.Neil Brown2005-05-031-1/+2
| | | | | | | | This includes: adding --metadata= option to choose metadata format adding metadata= word to config file. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Separate sueprblock handling into separate fileNeil Brown2005-05-031-0/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Release 1.11.0mdadm-1.11.0Neil Brown2005-05-031-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Release 1.10.0mdadm-1.10.0Neil Brown2005-04-111-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Release 1.9.0Neil Brown2005-04-041-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* mdadm-1.8.0mdadm-1.8.0Neil Brown2004-11-011-2/+26
|
* mdadm-1.7.0mdadm-1.7.0Neil Brown2004-08-111-3/+5
|
* mdadm-1.6.0mdadm-1.6.0Neil Brown2004-06-041-6/+32
|
* mdadm-1.5.0mdadm-1.5.0Neil Brown2004-01-221-8/+11
|
* mdadm-1.4.0mdadm-1.4.0Neil Brown2003-10-281-4/+6
|
* mdadm-1.3.0mdadm-1.3.0Neil Brown2003-07-281-13/+14
|
* mdadm-1.2.0mdadm-1.2.0Neil Brown2003-03-121-7/+13
|