summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ANNOUNCE-2.0-devel-2mdadm-2.0-devel-2Neil Brown2005-07-061-0/+31
* Release devel-2Neil Brown2005-07-155-7/+9
* Make sure we try hard enough to find a component device..Neil Brown2005-07-061-1/+1
* Fix compiling of mdassembleNeil Brown2005-06-143-3/+11
* Fix compilation with tinycNeil Brown2005-06-143-1/+18
* Add man page for mdassembleNeil Brown2005-06-143-1/+64
* Replace sprintf calls with snprintfNeil Brown2005-06-145-13/+15
* Add device files created with --auto to list of known device files.Neil Brown2005-06-143-10/+30
* Allow --force flag with --growNeil Brown2005-06-142-0/+2
* Don't list device= in --examine --scan output.Neil Brown2005-06-145-10/+26
* When finding a /dev name for a device, prefer shorter namesNeil Brown2005-06-142-7/+16
* Fix silly exampleNeil Brown2005-06-142-1/+3
* Fix some rounding errors in human_size and generally clean up the codeNeil Brown2005-06-142-13/+21
* Fix parsing of /dev/md/N in is_standardNeil Brown2005-06-142-1/+2
* Fix a few typecastsNeil Brown2005-06-142-2/+3
* Allow --auto to still be meaningful when --scan is givenNeil Brown2005-06-144-4/+18
* Initialise mis.next to NULLNeil Brown2005-06-141-0/+1
* 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