summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in --grow --help - don't claim '-F'Neil Brown2005-06-142-1/+2
* Make type of uuid always int[], rather than sometimes __u32[]Neil Brown2005-06-142-1/+2
* Retry --stop --scan until all stoppable devices have been stoppedNeil Brown2005-06-145-29/+47
* Document SparesMissing and DeviceDisappeared/WrongLevelNeil Brown2005-06-142-0/+23
* Document --size=max option for --growNeil Brown2005-06-142-0/+4
* Avoid using lstat, it isn't right.Neil Brown2005-06-142-1/+4
* From paul.clements@steeleye.com Thu May 19 11:09:55 2005Neil Brown2005-06-141-7/+13
* StuffNeil Brown2006-04-173-18/+19
* Stuffmdadm-2.0-devel-1Neil Brown2006-04-171-0/+35
* Make '-x nnn' spares work for type-1 superblocks.Neil Brown2005-06-071-1/+1
* Move the test for validity of raid_disk later.Neil Brown2005-06-071-8/+22
* Make --zero-superblock work for version 1 superblocks.Neil Brown2005-06-077-18/+55
* Fix type - MD_SB_CLEAN is a bit number, not a bitmask.Neil Brown2005-06-071-1/+1
* Increase max-devs on type-1 superblocksNeil Brown2005-06-076-6/+16
* Assorted fixes for bitmap related stuffNeil Brown2005-06-071-1/+58
* Support --grow --bitmap=internalNeil Brown2005-06-074-4/+101
* Add support for internal bitmapsNeil Brown2005-06-076-9/+147
* 2.0-devel-1 releaseNeil Brown2005-06-076-6/+44
* Fix a test that will allow arrays with bitmaps to be assembled.Neil Brown2005-06-071-1/+1
* Make sure to seed the random number generator for uuidsNeil Brown2005-06-073-8/+22
* Use ADD_NEW_DISK to hot-add to non-version-0 arraysNeil Brown2005-06-072-23/+66
* Fix create bug which initialised superblocks wrongly.Neil Brown2005-06-071-1/+1
* Initial bitmap supportNeil Brown2005-06-0710-13/+765
* Change "dirty" status to "active"Neil Brown2005-06-072-0/+4
* Wasn't initialising spare disks on create.Neil Brown2005-06-071-0/+1
* A couple off minor fixed in multi-format management.Neil Brown2005-06-072-1/+2
* Release 1.8.1 after some man page updates and other fixes.mdadm-1.11.1Neil Brown2005-06-079-33/+135
* Only in mdadm-inter/: ANNOUNCE-2.0-devel-1Neil Brown2006-04-171-2/+7
* super1Neil Brown2005-05-0314-149/+910
* Add a 'super-switch' so that different format superblocks can be used.Neil Brown2005-05-0313-99/+262
* Separate sueprblock handling into separate fileNeil Brown2005-05-0312-617/+823
* Release 1.11.0mdadm-1.11.0Neil Brown2005-05-036-4/+32
* Fix embarassing bug in 1.10.0 which broke --addNeil Brown2005-04-112-3/+7
* Release 1.10.0mdadm-1.10.0Neil Brown2005-04-115-3/+35
* Call 'flush' after writing a superblock to disk.Neil Brown2005-04-042-1/+3
* Use O_EXCL when opening component devices to be assembled into an arrayNeil Brown2005-04-045-8/+20
* Fix "--config=partitions" which was broken.Neil Brown2005-04-041-1/+5
* Add ANNOUNCE-1.8.1mdadm-1.9.0Neil Brown2004-11-051-0/+50
* Release 1.9.0Neil Brown2005-04-045-3/+54
* Change handling of devices names in argsNeil Brown2005-04-043-5/+38
* Fix uninitialised variable compile warning.Neil Brown2005-04-041-1/+1
* Improve error message when mode is set twice.Neil Brown2005-04-042-3/+2
* Correct error message printed when the 'chosen_drive' cannot be added.Neil Brown2005-04-042-1/+3
* Reverse order of arrays when --stop --scanNeil Brown2005-04-042-0/+12
* Reread partitions file for each array being assembled.Neil Brown2005-04-042-14/+19
* Add some missing closes of mdfdNeil Brown2005-04-042-7/+14
* Document new --auto behaviourNeil Brown2005-04-042-5/+46
* Change MAJOR() etc to major() etcNeil Brown2005-04-0412-41/+49
* When assembling with --auto, honour common device namesNeil Brown2005-04-045-62/+106
* Change "dirty" to "active" in array statusNeil Brown2005-04-043-2/+3