summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-2.5.5 (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-21Make return code for "--detail --test" more reliable.Neil Brown3-6/+17
2007-05-21Improve error message for adding bitmap to a level that cannot support it.Neil Brown4-5/+26
2007-05-21Add --auto-detect for in-kernel autodetect.Neil Brown8-1/+74
2007-05-21Update tests and add linear-addNeil Brown7-9/+36
2007-05-21Fix --grow --add for linear arrays.Neil Brown4-15/+45
2007-05-21Fix handling of negative bitmap offsets on 64bit hosts.Neil Brown4-2/+2
2007-05-11Support failing and removed of detached and faulty devices.Neil Brown3-18/+124
2007-05-11Minor typo in mdadm man pageDavid Huffman1-1/+1
2007-05-08Add --export option to --detail to use key=value pairs.Kay Sievers7-5/+73
2007-05-08Fix up calculation of bitmap space when creating v1 metadata.Neil Brown1-31/+20
2007-05-08Send help text to stdout rather than stderr.Neil Brown1-9/+17
2007-05-08Typo in mdadm.conf man pageNeil Brown1-1/+1
2007-05-08Hyphens and Other Manpage Typography, 4/4: literal ASCII hyphens.Peter Samuelson3-282/+282
2007-05-08Hyphens and Other Manpage Typography, 3/4: bold options.Peter Samuelson2-48/+63
2007-05-08Hyphens and Other Manpage Typography, 2/4: proper nroff "em dash".Peter Samuelson3-7/+7
2007-05-08Hyphens and Other Manpage Typography, 1/4:Peter Samuelson3-10/+10
2007-05-08Minor manpage fixesNeil Brown1-2/+2
2007-05-08Remove bogus add_dev definition.Neil Brown1-4/+0
2007-02-22Release 2.6.1mdadm-2.6.1Neil Brown6-5/+6
2007-02-22Don't include uclibc as part of 'everything'Neil Brown2-1/+6
2007-02-22A couple of casts needed in printf statements.Neil Brown1-2/+4
2007-02-22Fixed old documentation in --grow --helpNeil Brown3-7/+14
2007-02-22Teach restripe to calculate Q syndrome for raid6.Neil Brown2-8/+115
2007-02-22Fix a warning about an uninitialised variable.Neil Brown2-0/+3
2007-02-22Fix a bug that was causing incorrect warning from --monitor.Neil Brown2-1/+4
2006-12-21Release 2.6mdadm-2.6Neil Brown10-9/+93
2006-12-21Add new mode: --incrementalNeil Brown20-15/+1468
2006-12-14Centralise code for copying uuidNeil Brown4-38/+25
2006-12-14Support --uuid= with --create to choose your own UUID.Neil Brown8-24/+59
2006-12-14Fix bug where v1 superblock might appear active when they should be clean.Neil Brown2-2/+4
2006-12-14Central calls to ioctl BLKGETSIZENeil Brown12-141/+62
2006-12-14Don't hold md device open for so long in --monitor modeNeil Brown2-4/+22
2006-12-14Check device is large enough before hot-add.Neil Brown2-1/+37
2006-12-14Change handling for "--assemble --force" when two drives disappeared at once.Neil Brown2-1/+24
2006-12-14Fix and test --update=uuidNeil Brown7-15/+140
2006-12-14When resync finished, report the mismatch count if there is one.Neil Brown4-4/+28
2006-12-14--wait or -W will wait for resync activity to finish on the given devices.Neil Brown6-3/+55
2006-12-14Change 'Device Size' to 'Used Dev Size'Neil Brown4-5/+13
2006-12-14Increase raid456 stripe cache size if needed to --grow the array.Neil Brown4-2/+29
2006-12-14Give useful message if raid4/5/6 cannot be started because it is not clean an...Neil Brown6-7/+42
2006-12-14Default to --auto=yesNeil Brown4-14/+19
2006-12-14Fix a misleading comment.Neil Brown1-1/+3
2006-12-14Support --update=devicesize for cases where the underlying device can change ...Neil Brown4-7/+52
2006-12-14Improve allocation and use of space for bitmaps in version1 metadataNeil Brown5-34/+114
2006-12-14Actually support --syslogNeil Brown1-0/+1
2006-12-14Remove some unused interfaces to the metadata handlers.Neil Brown3-38/+0
2006-12-14Make Assemble/Force work on raid6 with 2 missing devices.Neil Brown5-7/+29
2006-11-12--update=resync did exactly the wrong thing for version1 metadata.Neil Brown2-1/+3
2006-11-09Fixed UUID printing in "--detail --brief" for version1 metadata.Neil Brown2-1/+4
2006-11-09Release 2.5.6mdadm-2.5.6Neil Brown6-23/+56