]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2007-05-08  Peter SamuelsonHyphens and Other Manpage Typography, 3/4: bold options.
2007-05-08  Peter SamuelsonHyphens and Other Manpage Typography, 2/4: proper nroff...
2007-05-08  Peter SamuelsonHyphens and Other Manpage Typography, 1/4:
2007-05-08  Neil BrownMinor manpage fixes
2007-05-08  Neil BrownRemove bogus add_dev definition.
2007-02-22  Neil BrownRelease 2.6.1 mdadm-2.6.1
2007-02-22  Neil BrownDon't include uclibc as part of 'everything'
2007-02-22  Neil BrownA couple of casts needed in printf statements.
2007-02-22  Neil BrownFixed old documentation in --grow --help
2007-02-22  Neil BrownTeach restripe to calculate Q syndrome for raid6.
2007-02-22  Neil BrownFix a warning about an uninitialised variable.
2007-02-22  Neil BrownFix a bug that was causing incorrect warning from ...
2006-12-21  Neil BrownRelease 2.6 mdadm-2.6
2006-12-21  Neil BrownAdd new mode: --incremental
2006-12-14  Neil BrownCentralise code for copying uuid
2006-12-14  Neil BrownSupport --uuid= with --create to choose your own UUID.
2006-12-14  Neil BrownFix bug where v1 superblock might appear active when...
2006-12-14  Neil BrownCentral calls to ioctl BLKGETSIZE
2006-12-14  Neil BrownDon't hold md device open for so long in --monitor...
2006-12-14  Neil BrownCheck device is large enough before hot-add.
2006-12-14  Neil BrownChange handling for "--assemble --force" when two drive...
2006-12-14  Neil BrownFix and test --update=uuid
2006-12-14  Neil BrownWhen resync finished, report the mismatch count if...
2006-12-14  Neil Brown--wait or -W will wait for resync activity to finish...
2006-12-14  Neil BrownChange 'Device Size' to 'Used Dev Size'
2006-12-14  Neil BrownIncrease raid456 stripe cache size if needed to --grow...
2006-12-14  Neil BrownGive useful message if raid4/5/6 cannot be started...
2006-12-14  Neil BrownDefault to --auto=yes
2006-12-14  Neil BrownFix a misleading comment.
2006-12-14  Neil BrownSupport --update=devicesize for cases where the underly...
2006-12-14  Neil BrownImprove allocation and use of space for bitmaps in...
2006-12-14  Neil BrownActually support --syslog
2006-12-14  Neil BrownRemove some unused interfaces to the metadata handlers.
2006-12-14  Neil BrownMake Assemble/Force work on raid6 with 2 missing devices.
2006-11-12  Neil Brown--update=resync did exactly the wrong thing for version...
2006-11-09  Neil BrownFixed UUID printing in "--detail --brief" for version1...
2006-11-08  Neil BrownRelease 2.5.6 mdadm-2.5.6
2006-11-08  Neil BrownFixed problems that could cause infinitel loop with...
2006-11-08  Goswin BrederlowDocument that the default metadata version can be overr...
2006-11-08  Neil BrownStrdup the bitmap file name found in the config file
2006-11-03  Neil BrownRelease 2-5-5 mdadm-2.5.5
2006-10-23  Neil BrownSupport --examine --brief --verbose properly
2006-10-23  Michael LabuschkeCheck error return on a couple of syscalls.
2006-10-23  Neil BrownUpdate test scripts for new blockdev
2006-10-22  Neil BrownImprove error message when wrong --update option is...
2006-10-19  Neil BrownIncrease default size of bitmap for v1 superblocks.
2006-10-19  Neil BrownFix bugs related to raid10 and the new offset layout.
2006-10-19  Neil BrownFix array-subscript error.
2006-10-16  Luca BerraDon't trigger and error on -As if all arrays are alread...
2006-10-16  Luca BerraDon't fail md_open if array already active.
2006-10-16  Luca BerraMdassemble improvements
2006-10-16  Neil BrownReduce max bitmap size when bitmap is in a file.
2006-10-16  Neil BrownFlush bitmap file before truncate.
2006-10-16  Neil BrownDon't #include blkpg.h
2006-10-13  Neil BrownRelease 2-5-4 mdadm-2.5.4
2006-10-12  Neil BrownRemove partitions from components of an md array
2006-10-12  Neil BrownAllow a number after --auto=yes
2006-10-09  Neil BrownImprove the message when mdadm detects similar superblocks
2006-10-09  Neil BrownClarify when update=super-minor happens automatcially
2006-10-09  Neil BrownFix typo in earlier patch.
2006-10-09  Paul ClementsFixed endian problem with bitmap metdata
2006-10-09  Neil BrownFix some endian-ness issues with v1 superblocks.
2006-10-09  Neil BrownMake --examine report chunk size when it should
2006-10-09  Neil BrownMinor man page and comment fixes
2006-08-11  Neil BrownAllow symlink creation to be disabled from command...
2006-08-11  Neil BrownCreate symlinks from /dev into /dev/md
2006-08-11  Neil BrownMinor improvement in name auto-chosen for version-1...
2006-08-11  Neil BrownRemove indeterminism from names in --examine --brief...
2006-08-07  Neil BrownRelease 2.5.3 mdadm-2.5.3
2006-08-07  Neil BrownTidyup automatic name choice for v-1 arrays
2006-08-07  Neil BrownFix starting of degraded arrays.
2006-08-07  Neil BrownExplicitly state GPL license in man pages.
2006-08-07  Neil BrownDocument usage of version0.91 superblock.
2006-06-27  Neil BrownRelease 2.5.2 mdadm-2.5.2
2006-06-26  Neil BrownMore consistent honoring of --configfile
2006-06-26  Neil BrownFix user-after-free bug in error path in --monitor...
2006-06-26  Neil BrownImprove ftw handling.
2006-06-26  Neil BrownFix a recently introduced bug, and make --assemble...
2006-06-26  Neil BrownWork around bug in --add handling for version-1 superb...
2006-06-26  Neil BrownAdd 'Array Slot' line to --examine for version-1 superb...
2006-06-26  martin f krafftFix manpage typo
2006-06-26  Neil BrownGet the changelog uptodate for recent changes.
2006-06-20  Paul ClementsMove a variable declaration to the declaration area.
2006-06-20  Neil BrownStop map_dev from returning [0:0]
2006-06-20  Paul ClementsFix problem with post-increment usage in macro
2006-06-16  Neil BrownRelease 2.5.1 mdadm-2.5.1
2006-06-16  Neil BrownUpdate Changelog for 2.5.1
2006-06-16  Neil BrownFix offsetof macro for 64bit hosts
2006-06-16  Neil BrownFix memory leak in monitor mode
2006-06-16  Neil BrownFix up some internalbitmap tests
2006-06-02  martin f. krafftAllow CONFFILE2 to be overridden during make invocation. origin
2006-06-02  martin f krafftCPPFLAGS gets used automatically on implicit rules.
2006-06-02  Neil BrownAvoid misdetection of overlapping partitions...
2006-06-02  Neil BrownRemove libssl dependancy and always use sha1.c code
2006-06-02  Neil BrownGet --stop to honour --quiet
2006-06-02  Neil BrownYet another include file that someone doesn't like....
2006-06-02  Neil BrownAllow default metadata to be specified in mdadm.conf
2006-06-02  Neil BrownDon't try to create a new device when using --manage...
2006-06-02  Neil BrownFinally (I hope) get byteorder stuff portable.
2006-06-02  Neil BrownFix typo in mail message from --monitor
next