summaryrefslogtreecommitdiffstats
path: root/config.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Support 'mailfrom' line in mdadm.conf so the From: line in alert emails can ↵Neil Brown2006-05-151-1/+27
| | | | | | be explicitly set. Signed-off-by: Neil Brown <neilb@suse.de>
* Use O_DIRECT to read bitmap files.Neil Brown2006-05-151-1/+1
| | | | | | | | A pending patch to the kernel causes bitmap file updates to not go through the page cache, so O_DIRECT is needed to ensure that we read current data. Signed-off-by: Neil Brown <neilb@suse.de>
* Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent ↵Neil Brown2006-03-291-0/+8
| | | | | | bitmaps in separate files. Signed-off-by: Neil Brown <neilb@suse.de>
* Create missing /dev files where needed.Neil Brown2006-03-281-5/+1
| | | | | | | Whenever we need a device file to open, if one cannot be found in /dev, create a temporary one. Signed-off-by: Neil Brown <neilb@suse.de>
* Allow /etc/mdadm/mdadm.conf as an alternate to /etc/mdadm.confNeil Brown2005-12-091-1/+17
| | | | | | This provide compatability with Debian. Signed-off-by: Neil Brown <neilb@suse.de>
* Allow scanning of devices listed in /proc/partitions independant of /devNeil Brown2005-12-051-7/+10
| | | | | | | If a device found in /proc/partitions isn't listed in /dev, then mknod a temporary name and open that. Signed-off-by: Neil Brown <neilb@suse.de>
* Support nameing of version-1 arrays.Neil Brown2005-08-091-1/+11
| | | | | | | --name is recognised in --create and --assemble name= is recognised in config file. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Assorted Fixes for multiple bugs.Neil Brown2005-08-041-1/+3
| | | | | | | Assemble would crash, or just not work. A few other problem found by a new test-suite. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Allow --auto to still be meaningful when --scan is givenNeil Brown2005-06-141-1/+1
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Initialise mis.next to NULLNeil Brown2005-06-141-0/+1
| | | | | | Probably not needed, but safer. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* super1Neil Brown2005-05-031-6/+4
| | | | | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Fix raid5 creation with new code. 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-0/+11
| | | | | | | | 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>
* Fix "--config=partitions" which was broken.Neil Brown2005-04-041-1/+5
| | | | | | "devline" wants a list of words, not a whole line... Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Reread partitions file for each array being assembled.Neil Brown2005-04-041-14/+17
| | | | | This makes assembling arrays from other arrays work better. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* mdadm-1.7.0mdadm-1.7.0Neil Brown2004-08-111-1/+1
|
* mdadm-1.6.0mdadm-1.6.0Neil Brown2004-06-041-1/+33
|
* mdadm-1.5.0mdadm-1.5.0Neil Brown2004-01-221-8/+11
|
* mdadm-1.4.0mdadm-1.4.0Neil Brown2003-10-281-2/+6
|
* mdadm-1.1.0mdadm-1.1.0Neil Brown2003-03-021-0/+5
|
* mdadm-1.0.9mdadm-1.0.9Neil Brown2003-02-121-0/+34
|
* mdadm-0.8.2mdadm-0.8.2Neil Brown2002-04-111-0/+4
|
* mdadm-0.8mdadm-0.8Neil Brown2002-04-041-12/+61
|
* mdadm-0.7.2mdadm-0.7.2Neil Brown2002-03-201-1/+4
|
* mdadm-0.7mdadm-0.7Neil Brown2002-03-081-3/+3
|
* mdctl-0.6mdctl-0.6Neil Brown2002-03-061-1/+9
|
* mdctl-0.5mdctl-0.5Neil Brown2001-08-231-182/+241
|
* mdctl-v0.4.2mdctl-v0.4.2Neil Brown2001-07-261-2/+4
|
* mdctl-v0.4mdctl-v0.4Neil Brown2001-07-261-3/+286
|
* mdctl-v0.2mdctl-v0.2Neil Brown2001-06-081-0/+54