summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release mdadm-3.0devel-3.0NeilBrown2009-06-0236-2180/+27
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-06-021-6/+8
|\
| * imsm: kill "auto=" in brief_examine_super_imsmDan Williams2009-05-181-3/+2
| * imsm: fix num_domainsDan Williams2009-05-181-3/+6
* | Merge branch 'master' into devel-3.0NeilBrown2009-06-022-8/+21
|\ \
| * | Monitor: support spare-group manipulation for 1.x metadata.NeilBrown2009-05-124-9/+22
| * | Ignore leading zeros in version number information.NeilBrown2009-05-121-3/+6
* | | Move WaitClean from Monitor.c to sysfs.cNeilBrown2009-06-023-105/+106
* | | Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-0228-146/+51
* | | Monitor: reduce default poll interval if mdstat is pollable.NeilBrown2009-06-021-0/+7
* | | Monitor: don't get confused if utime is never set.NeilBrown2009-06-021-0/+4
* | | mdadm.8: Man page updatesNeilBrown2009-06-028-241/+481
| |/ |/|
* | Release mdadm-3.0-rc1NeilBrown2009-05-117-5/+148
* | Merge branch 'master' into devel-3.0NeilBrown2009-05-117-36/+39
|\|
| * re-add error checkNeilBrown2009-05-051-0/+5
| * Fix gcc-4.4 compiler warning.NeilBrown2009-04-292-25/+22
| * Makefile: use $(CC) more consistently.NeilBrown2009-04-291-3/+3
| * mdadm: allow build to use --sizePaul Clements2009-04-213-7/+10
* | create_mddev: don't replace /dev/mdX with /dev/md/XNeilBrown2009-05-111-1/+4
* | mapfile - when rebuilding, choose an appropriate name is none is found.NeilBrown2009-05-113-1/+155
* | Incr: use devname_matches to when looking in mdadm.conf for bitmap fileNeilBrown2009-05-111-1/+1
* | mapfile - Fix off-by-one error in RebuildMapNeilBrown2009-05-111-1/+1
* | Fix printf compile warning.NeilBrown2009-05-111-1/+2
* | Incremental: fix uninitialised variable.NeilBrown2009-05-111-2/+2
* | Incr: cope better with possibility that mp->path might be NULLNeilBrown2009-05-111-17/+17
* | mapfile: allow the path name to the device to be empty.NeilBrown2009-05-112-6/+10
* | map_dev: prefer names in /dev/md/NeilBrown2009-05-111-14/+13
* | udev-md-raid.rules: use string_escapeNeilBrown2009-05-111-2/+2
* | super1 - fix brief examine.NeilBrown2009-05-111-3/+3
* | man pages: note that --auto is largely deprecated and irrelevant.NeilBrown2009-05-113-9/+16
* | Be more consistent about keeping the host: prefix on array names.NeilBrown2009-05-112-5/+12
* | config: enhance name matching in conf_get_ident.NeilBrown2009-05-111-1/+1
* | Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-118-25/+132
* | util: fix test for text_versionNeilBrown2009-05-111-1/+4
* | Assemble/Incr : minor tidy up of setting 'trustworthy'.NeilBrown2009-05-112-10/+6
* | config: allow Array line to contain array name without /dev/md/ prefix.NeilBrown2009-05-113-8/+55
* | Fix tests on ->container and ->memberNeilBrown2009-05-112-3/+3
* | Make --brief even briefer.NeilBrown2009-05-117-23/+31
* | mdadm.8 general updatesNeilBrown2009-05-111-42/+8
* | conf/assemble: new config line "auto".NeilBrown2009-05-116-3/+116
* | config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-116-2/+31
* | assemble: support arrays created with --homehost=anyNeilBrown2009-05-112-3/+5
* | create_dev - allow array names like mdX and /dev/mdX to appear 'numeric'NeilBrown2009-05-111-3/+11
* | Wait for POLLPRI on /proc or /sys files.NeilBrown2009-04-143-4/+14
* | Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-147-54/+162
|\ \
| * | mdmon: fix resync completion detectionDan Williams2009-04-121-2/+4
| * | Grow: fix hang when reshape completes too fastDan Williams2009-04-123-0/+30
| * | RebuildMap: handle missing disksDan Williams2009-04-121-1/+4
| * | imsm: add the ddf fieldDan Williams2009-04-121-1/+2
| * | imsm: round down array size at CreateDan Williams2009-04-121-0/+4