]> git.neil.brown.name Git - mdadm.git/shortlog
mdadm.git
2009-06-02 NeilBrownRelease mdadm-3.0 devel-3.0 mdadm-3.0
2009-06-02 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-06-02 NeilBrownMerge branch 'master' into devel-3.0
2009-06-02 NeilBrownMove WaitClean from Monitor.c to sysfs.c
2009-06-02 NeilBrownUpdate copyright dates and remove references to @cse...
2009-06-02 NeilBrownMonitor: reduce default poll interval if mdstat is...
2009-06-02 NeilBrownMonitor: don't get confused if utime is never set.
2009-06-02 NeilBrownmdadm.8: Man page updates
2009-05-18 Dan Williamsimsm: kill "auto=" in brief_examine_super_imsm
2009-05-18 Dan Williamsimsm: fix num_domains
2009-05-11 NeilBrownMonitor: support spare-group manipulation for 1.x metadata.
2009-05-11 NeilBrownIgnore leading zeros in version number information.
2009-05-11 NeilBrownRelease mdadm-3.0-rc1 mdadm-3.0-rc1
2009-05-11 NeilBrownMerge branch 'master' into devel-3.0
2009-05-11 NeilBrowncreate_mddev: don't replace /dev/mdX with /dev/md/X
2009-05-11 NeilBrownmapfile - when rebuilding, choose an appropriate name...
2009-05-11 NeilBrownIncr: use devname_matches to when looking in mdadm...
2009-05-11 NeilBrownmapfile - Fix off-by-one error in RebuildMap
2009-05-11 NeilBrownFix printf compile warning.
2009-05-11 NeilBrownIncremental: fix uninitialised variable.
2009-05-11 NeilBrownIncr: cope better with possibility that mp->path might...
2009-05-11 NeilBrownmapfile: allow the path name to the device to be empty.
2009-05-11 NeilBrownmap_dev: prefer names in /dev/md/
2009-05-11 NeilBrownudev-md-raid.rules: use string_escape
2009-05-11 NeilBrownsuper1 - fix brief examine.
2009-05-11 NeilBrownman pages: note that --auto is largely deprecated and...
2009-05-11 NeilBrownBe more consistent about keeping the host: prefix on...
2009-05-11 NeilBrownconfig: enhance name matching in conf_get_ident.
2009-05-11 NeilBrownAllow homehost to be largely ignored when assembling...
2009-05-11 NeilBrownutil: fix test for text_version
2009-05-11 NeilBrownAssemble/Incr : minor tidy up of setting 'trustworthy'.
2009-05-11 NeilBrownconfig: allow Array line to contain array name without...
2009-05-11 NeilBrownFix tests on ->container and ->member
2009-05-11 NeilBrownMake --brief even briefer.
2009-05-11 NeilBrownmdadm.8 general updates
2009-05-11 NeilBrownconf/assemble: new config line "auto".
2009-05-11 NeilBrownconfig: support "ARRAY <ignore> ..." lines in mdadm...
2009-05-11 NeilBrownassemble: support arrays created with --homehost=any
2009-05-11 NeilBrowncreate_dev - allow array names like mdX and /dev/mdX...
2009-05-05 NeilBrownre-add error check
2009-04-29 NeilBrownFix gcc-4.4 compiler warning.
2009-04-29 NeilBrownMakefile: use $(CC) more consistently.
2009-04-21 Paul Clementsmdadm: allow build to use --size
2009-04-14 NeilBrownWait for POLLPRI on /proc or /sys files.
2009-04-14 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-04-14 NeilBrownudev rules fix for partitions.
2009-04-14 NeilBrownmapfile: optionally store map file in /dev
2009-04-14 NeilBrowntests: basic ddf tests
2009-04-14 NeilBrowntests: add some simple data integrity tests for raid5...
2009-04-14 NeilBrown.gitignore update
2009-04-14 NeilBrownincremental_container: preserve 'in_sync' flag when...
2009-04-12 Dan Williamsmdmon: fix resync completion detection
2009-04-12 Dan WilliamsGrow: fix hang when reshape completes too fast
2009-04-12 Dan WilliamsRebuildMap: handle missing disks
2009-04-12 Dan Williamsimsm: add the ddf field
2009-04-12 Dan Williamsimsm: round down array size at Create
2009-04-12 Dan Williamsimsm: set array size at Create/Assemble
2009-04-12 Dan Williamsimsm: turn off curr_migr_unit updates
2009-04-12 Dan Williamsimsm: defend against unsupported migrations (temporary)
2009-04-12 Dan Williamsimsm: add 'verify', 'verify with fixup', and 'general...
2009-04-12 Dan Williamsimsm: fix imsm_map.num_domains
2009-04-12 Dan Williamsimsm: ensure mpb buffer is zeroed
2009-04-12 Dan Williamsimsm: support --examine --export
2009-04-12 Dan Williamsimsm: make uuid separator consistent with ddf
2009-04-08 Dan Williamsimsm: extract right-most whitespace stripped serial...
2009-04-08 Doug Ledfordmdadm udev rules change
2009-04-08 Doug Ledfordsuper-ddf: fix compile warnings on ppc64
2009-04-07 NeilBrownIncremental - avoid NULL dereference.
2009-04-07 NeilBrowntest: minor fixes
2009-04-07 NeilBrownIncremental: be more relaxed about member arrays not...
2009-04-07 NeilBrownAssemble: call map_update even when not starting the...
2009-04-07 NeilBrownddf: fixed 'working_disks' reported by container_content.
2009-04-07 NeilBrownddf: improve print out of physical devices.
2009-04-07 NeilBrownddf: fix variable name overload
2009-04-07 NeilBrownwait_for improvement.
2009-04-06 NeilBrownconfig: treat "container=" and "member=" and providing...
2009-04-06 NeilBrownDetail: use meaningful names with --scan.
2009-04-06 NeilBrownCreate: round to chunk size
2009-04-06 NeilBrowntest: support testing DDF
2009-04-06 NeilBrownutil.c: use correct range for minor numbers when findin...
2009-04-02 NeilBrownddf: make sure Create fails if devices are too small.
2009-04-02 NeilBrownddf: fix bug with error returns.
2009-04-01 NeilBrownism-tests: fix the imsm-create-fail-rebuild test
2009-04-01 NeilBrowntest: return correct error status for mdadm
2009-04-01 NeilBrownMakefile: build 'mdmon' for 'test'
2009-04-01 NeilBrowngrow: don't wait forever for critical section to pass.
2009-03-10 NeilBrownRelease mdadm-3.0-devel3 mdadm-3.0-devel3
2009-03-10 NeilBrownMerge branch 'master' in devel-3.0
2009-03-10 NeilBrownRelease mdadm-2.6.9 mdadm-2.6.9
2009-03-10 NeilBrownmdmon: allow incremental assembly of containers.
2009-03-10 NeilBrownDDF: fix up container_content
2009-03-10 NeilBrownAssemble/container: catch errors when starting a partia...
2009-03-10 NeilBrownIncremental/container: don't create when we should...
2009-03-10 NeilBrownmdopen: be more careful when adding digit to names.
2009-03-10 NeilBrownIncremental: fix some handling of trustworthy.
2009-03-10 NeilBrownddf: use better random number generation.
2009-03-09 NeilBrownExamine: add examine_export for ddf and avoid crashes.
2009-03-09 NeilBrownddf: fix memory corruption bug.
2009-03-09 NeilBrownDDF: minor formatting improvement
2009-03-09 NeilBrownSupport new raid6 layouts needed for DDF
next