summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add ANNOUNCE-2.0-devel-3mdadm-2.0-devel-3Neil Brown2005-08-041-0/+18
* Add ANNOUNCE to inventoryNeil Brown2005-08-091-0/+1
* Add test suite and releaseNeil Brown2005-08-0429-3/+1012
* Assorted Fixes for multiple bugs.Neil Brown2005-08-049-23/+55
* Redhat 6.2 seems to require sys/time.h as well as time.hNeil Brown2005-07-291-0/+1
* Don't for a chunk-size when "build"ing a raid1Neil Brown2005-07-291-1/+1
* Make hot-add work with v 1.0.1 superblocksNeil Brown2005-07-291-5/+2
* Document this...Neil Brown2005-07-185-18/+35
* 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