summaryrefslogtreecommitdiff
path: root/md.4
Commit message (Collapse)AuthorAge
* md.4: replace "bad block log" with "bad block list"NeilBrown2014-08-07
| | | | | | | Elsewhere we use the term "list", and it is more accurate. Logs are usually append-only. This list isn't. Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: Make tables narrow enough to fit.NeilBrown2014-07-03
| | | | | | | If we use "Dev" instead of "Device" on the wide tables, they fit better. Signed-off-by: NeilBrown <neilb@suse.de>
* revised the documentation of RAID10 layoutsChristoph Anton Mitterer2014-07-03
| | | | | | | | * Completely revised the documentation of the RAID10 layouts, with examples for n2,f2,o2 with and odd and an even number of underlying devices. Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> Signed-off-by: NeilBrown <neilb@suse.de>
* align spelling of “RAID” and RAID levelsChristoph Anton Mitterer2013-07-10
| | | | | | | | | * Aligned the spelling of “RAID” to use captial letters in all places. * Aligned the spelling of the RAID level names (LINEAR, RAID1, …) to use capital letters in all places, except for the string “faulty” in places where not the RAID level was meant. Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
* man pages: remove references to raidtools.NeilBrown2013-05-15
| | | | | | raidtools is so ancient now that it is uninteresting. Signed-off-by: NeilBrown <neilb@suse.de>
* Trivial bugfix and spelling fixes.Michael Tokarev2012-10-22
| | | | | | | | | And here's another trivial bugfix, now for spelling mistakes in various places, authred by Sergey Kirpichev (Cc'ed) and carried in debian mdadm package. Signed-off-by: NeilBrown <neilb@suse.de>
* Bad block logNeilBrown2012-10-03
|
* md.4: two typos fixedBill Allaire2011-08-23
| | | | | Signed-off-by: Bill Allaire <vger@bogoflop.com> Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: Fixed typo.Bill Allaire2011-08-22
| | | | | Signed-off-by: Bill Allaire <vger@bogoflop.com> Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: fix possible typosNamhyung Kim2011-06-28
| | | | | Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
* Man page updates for new --grow options.NeilBrown2011-03-10
| | | | | | Describe all the new ways that mdadm can reshape arrays. Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: various improvements to new section on scrubbing.NeilBrown2010-01-29
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* md.4: add section on scrubbing and mismatch counts.NeilBrown2010-01-28
| | | | | | This relates to debian bug 405919 Signed-off-by: NeilBrown <neilb@suse.de>
* mdadm.8: Man page updatesNeilBrown2009-06-02
| | | | General review and update of mdadm.8
* Merge branch 'master' into from-stableNeilBrown2008-08-07
|\ | | | | | | | | | | | | Conflicts: Create.c Manage.c
| * Fix confusing usage in md.4 man page.Neil Brown2008-07-08
| | | | | | | | | | | | "degraded write performance" could be confused with "write performance when degraded". It really means "reduced write performance", so say that.
* | Documentation fixup for stripe_cache_sizeDan Williams2008-07-18
| | | | | | | | Signed-off-by: Dan Williams <dan.j.williams@intel.com>
* | Document preread_bypass_thresholdDan Williams2008-07-18
|/ | | | Signed-off-by: Dan Williams <dan.j.williams@intel.com>
* Fix RAID acronym in man page.Neil Brown2008-05-05
| | | | The 'D' in 'RAID' stands for 'DISKS' even it md supports other 'devices'.
* Fix possible bug with bitmap space allocation with v1.0 metadataNeil Brown2008-04-29
| | | | | When adding a device to an array, make sure we don't reserve so much space for the bitmap that there isn't room for the data.
* Explain the read-balancing algorithm for RAID1 better in md.4Iustin Pop2007-09-11
| | | | | | | | | | | From: Iustin Pop <iusty@k1024.org> There are many questions on the mailing list about the RAID1 read performance profile. This patch adds a new paragraph to the RAID1 section in md.4 that details what kind of speed-up one should expect from RAID1. Signed-off-by: Iustin Pop <iusty@k1024.org>
* Substantial corrections to man pages.Scott Weikart2007-07-13
| | | | | | From: "Scott Weikart" <Scott.W@Benetech.org> Thanks Scott!
* Typo in man page: Multipath has an L ...Neil Brown2007-07-11
|
* Hyphens and Other Manpage Typography, 2/4: proper nroff "em dash".Peter Samuelson2007-05-08
| | | | | | | | | From: Peter Samuelson <peter@p12n.org> \(em renders as "--" in ASCII, and a nice em dash (i.e., a dash the width of the letter "m") in more capable formats like PostScript. Signed-Off-By: Peter Samuelson <peter@p12n.org>
* Hyphens and Other Manpage Typography, 1/4:Peter Samuelson2007-05-08
| | | | | | | | | From: Peter Samuelson <peter@p12n.org> do not hyphenate terms: "override", "therein", "overwrite", "superblock format". Signed-Off-By: Peter Samuelson <peter@p12n.org>
* Minor manpage fixesNeil Brown2007-05-08
|
* Minor man page and comment fixesNeil Brown2006-10-09
| | | | Thanks To: "Scott Weikart" <Scott.W@Benetech.org>
* Explicitly state GPL license in man pages.Neil Brown2006-08-07
|
* Document usage of version0.91 superblock.Neil Brown2006-08-07
|
* Support new offset layout for raid10Neil Brown2006-05-15
| | | | | | Requires 2.6.18. Signed-off-by: Neil Brown <neilb@suse.de>
* Updates to md.4Neil Brown2006-03-30
| | | | | | Particularly restiping and sysfs, but a few other bits too. Signed-off-by: Neil Brown <neilb@suse.de>
* Lots of little manpage updates.Neil Brown2005-08-25
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Add RAID10 and other stuff to md.4Neil Brown2005-08-25
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* Release 1.8.1 after some man page updates and other fixes.Neil Brown2005-06-07
| | | | Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
* mdadm-1.8.0Neil Brown2004-11-01
|
* mdadm-1.5.0Neil Brown2004-01-22
|
* mdadm-1.3.0Neil Brown2003-07-28
|
* mdadm-1.0.9Neil Brown2003-02-12
|
* mdadm-1.0.0Neil Brown2002-05-10
|
* mdadm-0.8.1Neil Brown2002-04-05
|
* mdadm-0.8Neil Brown2002-04-04
|
* mdadm-0.7.2Neil Brown2002-03-20
|
* mdadm-0.7.1Neil Brown2002-03-15