summaryrefslogtreecommitdiffstats
path: root/kernel-patch-2.6.27 (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-01imsm: fix family number handlingDan Williams4-16/+48
2009-08-01imsm: fix activate_spare off-by-oneDan Williams1-9/+6
2009-08-01conditionally update uuids in the map file after Create()Dan Williams3-13/+54
2009-08-01imsm: fixup examine_brief to be more descriptive in the container only caseDan Williams1-1/+3
2009-08-01fix examine_brief segfaultDan Williams3-3/+8
2009-08-01fix RebuildMap() to retrieve 'subarray' infoDan Williams1-1/+31
2009-08-01teach imsm and ddf what st->subarray means at load_super timeDan Williams2-3/+24
2009-06-04Examine: fix --examine --brief --verbose on containers.NeilBrown2-2/+2
2009-06-04super-intel: fix test on failed_disk_num.NeilBrown1-1/+1
2009-06-02Release mdadm-3.0mdadm-3.0NeilBrown36-2180/+27
2009-06-02Move WaitClean from Monitor.c to sysfs.cNeilBrown3-105/+106
2009-06-02Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown28-146/+51
2009-06-02Monitor: reduce default poll interval if mdstat is pollable.NeilBrown1-0/+7
2009-06-02Monitor: don't get confused if utime is never set.NeilBrown1-0/+4
2009-06-02mdadm.8: Man page updatesNeilBrown8-241/+481
2009-05-18imsm: kill "auto=" in brief_examine_super_imsmDan Williams1-3/+2
2009-05-18imsm: fix num_domainsDan Williams1-3/+6
2009-05-12Monitor: support spare-group manipulation for 1.x metadata.NeilBrown4-9/+22
2009-05-12Ignore leading zeros in version number information.NeilBrown1-3/+6
2009-05-11Release mdadm-3.0-rc1mdadm-3.0-rc1NeilBrown7-5/+148
2009-05-11create_mddev: don't replace /dev/mdX with /dev/md/XNeilBrown1-1/+4
2009-05-11mapfile - when rebuilding, choose an appropriate name is none is found.NeilBrown3-1/+155
2009-05-11Incr: use devname_matches to when looking in mdadm.conf for bitmap fileNeilBrown1-1/+1
2009-05-11mapfile - Fix off-by-one error in RebuildMapNeilBrown1-1/+1
2009-05-11Fix printf compile warning.NeilBrown1-1/+2
2009-05-11Incremental: fix uninitialised variable.NeilBrown1-2/+2
2009-05-11Incr: cope better with possibility that mp->path might be NULLNeilBrown1-17/+17
2009-05-11mapfile: allow the path name to the device to be empty.NeilBrown2-6/+10
2009-05-11map_dev: prefer names in /dev/md/NeilBrown1-14/+13
2009-05-11udev-md-raid.rules: use string_escapeNeilBrown1-2/+2
2009-05-11super1 - fix brief examine.NeilBrown1-3/+3
2009-05-11man pages: note that --auto is largely deprecated and irrelevant.NeilBrown3-9/+16
2009-05-11Be more consistent about keeping the host: prefix on array names.NeilBrown2-5/+12
2009-05-11config: enhance name matching in conf_get_ident.NeilBrown1-1/+1
2009-05-11Allow homehost to be largely ignored when assembling arrays.NeilBrown8-25/+132
2009-05-11util: fix test for text_versionNeilBrown1-1/+4
2009-05-11Assemble/Incr : minor tidy up of setting 'trustworthy'.NeilBrown2-10/+6
2009-05-11config: allow Array line to contain array name without /dev/md/ prefix.NeilBrown3-8/+55
2009-05-11Fix tests on ->container and ->memberNeilBrown2-3/+3
2009-05-11Make --brief even briefer.NeilBrown7-23/+31
2009-05-11mdadm.8 general updatesNeilBrown1-42/+8
2009-05-11conf/assemble: new config line "auto".NeilBrown6-3/+116
2009-05-11config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown6-2/+31
2009-05-11assemble: support arrays created with --homehost=anyNeilBrown2-3/+5
2009-05-11create_dev - allow array names like mdX and /dev/mdX to appear 'numeric'NeilBrown1-3/+11
2009-05-05re-add error checkNeilBrown1-0/+5
2009-04-29Fix gcc-4.4 compiler warning.NeilBrown2-25/+22
2009-04-29Makefile: use $(CC) more consistently.NeilBrown1-3/+3
2009-04-21mdadm: allow build to use --sizePaul Clements3-7/+10
2009-04-14Wait for POLLPRI on /proc or /sys files.NeilBrown3-4/+14