summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve error message when trying to create an array that already exists.Doug Ledford2007-07-091-1/+11
* Interpret "--metadata=1" with --assemble to imply any version-1, not just 1.0Doug Ledford2007-07-091-8/+29
* Fix spare migration and other problems with --monitor.Neil Brown2007-07-092-0/+3
* Compile with various -O flags for testing.Neil Brown2007-05-221-2/+14
* Fix compile error in Detail.cNeil Brown2007-05-221-1/+1
* Release 2.6.2mdadm-2.6.2Neil Brown2007-05-218-13/+48
* Make return code for "--detail --test" more reliable.Neil Brown2007-05-213-6/+17
* Improve error message for adding bitmap to a level that cannot support it.Neil Brown2007-05-214-5/+26
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-218-1/+74
* Update tests and add linear-addNeil Brown2007-05-217-9/+36
* Fix --grow --add for linear arrays.Neil Brown2007-05-214-15/+45
* Fix handling of negative bitmap offsets on 64bit hosts.Neil Brown2007-05-214-2/+2
* Support failing and removed of detached and faulty devices.Neil Brown2007-05-113-18/+124
* Minor typo in mdadm man pageDavid Huffman2007-05-111-1/+1
* Add --export option to --detail to use key=value pairs.Kay Sievers2007-05-087-5/+73
* Fix up calculation of bitmap space when creating v1 metadata.Neil Brown2007-05-081-31/+20
* Send help text to stdout rather than stderr.Neil Brown2007-05-081-9/+17
* Typo in mdadm.conf man pageNeil Brown2007-05-081-1/+1
* Hyphens and Other Manpage Typography, 4/4: literal ASCII hyphens.Peter Samuelson2007-05-083-282/+282
* Hyphens and Other Manpage Typography, 3/4: bold options.Peter Samuelson2007-05-082-48/+63
* Hyphens and Other Manpage Typography, 2/4: proper nroff "em dash".Peter Samuelson2007-05-083-7/+7
* Hyphens and Other Manpage Typography, 1/4:Peter Samuelson2007-05-083-10/+10
* Minor manpage fixesNeil Brown2007-05-081-2/+2
* Remove bogus add_dev definition.Neil Brown2007-05-081-4/+0
* Release 2.6.1mdadm-2.6.1Neil Brown2007-02-226-5/+6
* Don't include uclibc as part of 'everything'Neil Brown2007-02-222-1/+6
* A couple of casts needed in printf statements.Neil Brown2007-02-221-2/+4
* Fixed old documentation in --grow --helpNeil Brown2007-02-223-7/+14
* Teach restripe to calculate Q syndrome for raid6.Neil Brown2007-02-222-8/+115
* Fix a warning about an uninitialised variable.Neil Brown2007-02-222-0/+3
* Fix a bug that was causing incorrect warning from --monitor.Neil Brown2007-02-222-1/+4
* Release 2.6mdadm-2.6Neil Brown2006-12-2110-9/+93
* Add new mode: --incrementalNeil Brown2006-12-2120-15/+1468
* Centralise code for copying uuidNeil Brown2006-12-144-38/+25
* Support --uuid= with --create to choose your own UUID.Neil Brown2006-12-148-24/+59
* Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2006-12-142-2/+4
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-1412-141/+62
* Don't hold md device open for so long in --monitor modeNeil Brown2006-12-142-4/+22
* Check device is large enough before hot-add.Neil Brown2006-12-142-1/+37
* Change handling for "--assemble --force" when two drives disappeared at once.Neil Brown2006-12-142-1/+24
* Fix and test --update=uuidNeil Brown2006-12-147-15/+140
* When resync finished, report the mismatch count if there is one.Neil Brown2006-12-144-4/+28
* --wait or -W will wait for resync activity to finish on the given devices.Neil Brown2006-12-146-3/+55
* Change 'Device Size' to 'Used Dev Size'Neil Brown2006-12-144-5/+13
* Increase raid456 stripe cache size if needed to --grow the array.Neil Brown2006-12-144-2/+29
* Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown2006-12-146-7/+42
* Default to --auto=yesNeil Brown2006-12-144-14/+19
* Fix a misleading comment.Neil Brown2006-12-141-1/+3
* Support --update=devicesize for cases where the underlying device can change ...Neil Brown2006-12-144-7/+52
* Improve allocation and use of space for bitmaps in version1 metadataNeil Brown2006-12-145-34/+114