summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Have --examine report reshape details.Neil Brown2006-01-273-8/+106
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Provide error message if --examine does find a valid superblockNeil Brown2006-01-271-4/+8
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Enable support for v.large raid1.Neil Brown2006-01-276-44/+69
| | | | | | | clean up 'long long' usage for size of array, so that with v-1 superblocks a raid1 larger than 2TB is possible. 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>
* Minor fixesNeil Brown2006-01-273-2/+4
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Assorted fixes...Neil Brown2006-01-276-3/+33
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* uhm.. assort fixes, particularly for recovery offset...Neil Brown2005-12-162-0/+18
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Allow /etc/mdadm/mdadm.conf as an alternate to /etc/mdadm.confNeil Brown2005-12-092-1/+21
| | | | | | This provide compatability with Debian. Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2.2mdadm-2.2Neil Brown2005-12-098-6/+57
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Guides on how to use mdadm with initramfsNeil Brown2005-12-055-1/+186
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Support updating of uuid during --assemble.Neil Brown2005-12-056-4/+38
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Allow event counters to be off by oneNeil Brown2005-12-052-1/+7
| | | | | | .. even without --force Signed-off-by: Neil Brown <neilb@suse.de>
* syslog support for monitor modeNeil Brown2005-12-056-29/+80
| | | | | | | | | | | | 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>
* Report which device failed in a Fail message.Neil Brown2005-12-052-0/+5
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Support --assume-clean for --createNeil Brown2005-12-055-7/+13
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Improve option parsingNeil Brown2005-12-056-13/+25
| | | | | | | | stuff ====Do Not Remove==== Status: ok Signed-off-by: Neil Brown <neilb@suse.de>
* Allow scanning of devices listed in /proc/partitions independant of /devNeil Brown2005-12-056-15/+42
| | | | | | | 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>
* Remvoe blank line from '--examine --brief' output.Neil Brown2005-11-222-1/+3
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Support bitmaps with raid10Neil Brown2005-11-2210-23/+50
| | | | | | And a couple of other little things Signed-off-by: Neil Brown <neilb@suse.de>
* Make sure mdadm -S returns correct error codeNeil Brown2005-10-211-1/+3
| | | | | | | | | | If a bad file names was given, exit status still 0. If some devices couldn't be stopped for "mdadm -Ss" exit status still 0. Thanks: Daniel Hottinger <hotti@google.com> Signed-off-by: Neil Brown <neilb@suse.de>
* Create version-4 bitmaps if kernel supports it.Neil Brown2005-10-118-18/+55
| | | | | | | Version-3 bitmaps are host-endian. Version-4 are little-endian and so more portable. Signed-off-by: Neil Brown <neilb@suse.de>
* Add 'setup' option to 'test'Neil Brown2005-10-111-0/+3
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Just some minor stuff...mdadm-2.1Neil Brown2005-10-111-0/+5
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Release 2-0Neil Brown2005-09-125-10/+49
| | | | | | With little fix for -O2 compile Signed-off-by: Neil Brown <neilb@suse.de>
* Add tests/05r1-grow-internal-1Neil Brown2005-09-121-0/+32
|
* Refine some tests.Neil Brown2005-09-122-2/+3
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Fix byteordr covnerion ofr 'events' that was '32' instead of '64'Neil Brown2005-09-123-3/+3
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Fix remaining problems with hot-add bitmap to version-1 superblockNeil Brown2005-09-1214-16/+165
| | | | | | Also some more tests - r5 and r6 bitmaps Signed-off-by: Neil Brown <neilb@suse.de>
* Fix assembling of array with spares when verion-1 superblock is used.Neil Brown2005-09-126-28/+51
| | | | | | | As spared don't have a position in the raid array with verion-1 superblocks, we need to handle them a bit differently. Signed-off-by: Neil Brown <neilb@suse.de>
* Fix assembling of raid10 in the face of missing devices.Neil Brown2005-09-126-8/+55
| | | | | | | We now check if enough devices are present properly, so --force can be used to good effect. Signed-off-by: Neil Brown <neilb@suse.de>
* Release!!mdadm-2.0Neil Brown2005-08-263-19/+5
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add tests/05r1-internalbitmap-v1cNeil Brown2005-08-251-0/+47
|
* Add tests/05r1-internalbitmap-v1bNeil Brown2005-08-251-0/+48
|
* Add tests/05r1-internalbitmap-v1aNeil Brown2005-08-261-0/+47
|
* Passes all tests, nearly ready for release.Neil Brown2005-08-2612-121/+71
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Getting ready for 2.0 release...Neil Brown2005-08-2613-20/+74
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* remove ANNOUNCE-2.0-devel-?Neil Brown2005-08-253-84/+0
|
* remove ANNOUNCE-1*Neil Brown2005-08-2513-474/+0
|
* Add raid10 doco to mdadm.8Neil Brown2005-08-251-10/+33
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Lots of little manpage updates.Neil Brown2005-08-254-76/+129
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add RAID10 and other stuff to md.4Neil Brown2005-08-251-22/+123
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-259-43/+236
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Check-in swap_super.cNeil Brown2005-08-182-2/+85
| | | | | | and update a test that uses it. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Support cross-compiling in MakefileNeil Brown2005-08-181-1/+1
| | | | | | Thanks to "Anthony Russello" <russello@iomega.com> Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Print descriptive level when warning about pre-existing arrays.Neil Brown2005-08-181-2/+5
| | | | | | Use map_num to get the name, so 'linear' doens't appear as '-1'. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Fix bug on new --detail codeNeil Brown2005-08-161-0/+2
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add test for multipath and make it work.Neil Brown2005-08-163-2/+39
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Assorted fixesNeil Brown2005-08-1616-61/+484
| | | | | | | | | 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>
* Fix --detail output for version 1 superblocks.Neil Brown2005-08-151-8/+26
| | | | | | As raid_disk no longer matches number, we do things differently. Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>