]> git.ipfire.org Git - thirdparty/mdadm.git/history - mdadm.h
Reduce openning of dev in create.
[thirdparty/mdadm.git] / mdadm.h
2008-05-15  Neil BrownAdd 'container' level and ->validate_geometry method.
2008-05-06  Kay Sieversadd --export option to --examine
2008-05-05  Neil BrownMake device-special files for partitions when using...
2008-05-05  Neil BrownUnify code into find_free_devnum.
2008-04-29  Neil Browndiff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.c
2007-12-14  Neil BrownReplace sysarray with mdinfo
2007-12-14  Neil BrownUse 'mdinfo' instead of special 'sysdev' structure.
2007-12-14  Neil BrownFind super from fd on an array.
2007-12-14  Neil BrownDrop the superblock arg from all metadata methods.
2007-12-14  Neil BrownFix compare_super to take supertype instead of a superb...
2007-12-14  Neil BrownAdd 'supertype' arg to almost all metadata methods.
2007-12-14  Neil BrownAllow metadata handlers to free their own superblock.
2007-12-14  Neil BrownRemove spaces/tabs from ends of lines.
2007-09-24  maximilian attemsAdd klibc support to mdadm.h
2007-07-08  Doug LedfordFix parsing of "-a" in various contexts.
2007-05-21  Neil BrownRelease 2.6.2 mdadm-2.6.2
2007-05-21  Neil BrownAdd --auto-detect for in-kernel autodetect.
2007-05-08  Kay SieversAdd --export option to --detail to use key=value pairs.
2007-02-22  Neil BrownDon't include uclibc as part of 'everything'
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 BrownCentral calls to ioctl BLKGETSIZE
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 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 BrownImprove allocation and use of space for bitmaps in...
2006-12-14  Neil BrownRemove some unused interfaces to the metadata handlers.
2006-10-12  Neil BrownRemove partitions from components of an md array
2006-08-11  Neil BrownAllow symlink creation to be disabled from command...
2006-06-26  Neil BrownMore consistent honoring of --configfile
2006-06-26  Neil BrownImprove ftw handling.
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 BrownFinally (I hope) get byteorder stuff portable.
2006-05-29  Neil Browncheck return status of all write/fwrite functions as...
2006-05-29  Neil BrownUclibc has deprecated 'random' so use 'rand' instead.
2006-05-29  Neil Brownadd CFLAGS to mdassemble build and fix a couple of...
2006-05-26  Neil BrownSupport --auto-update-homehost
2006-05-23  Neil BrownWhen assembly arrays using incomplete detail, prefer...
2006-05-23  Neil BrownReorganise Assemble code somewhat.
2006-05-23  Neil BrownMake sure homehost is set correctly when --update=uuid
2006-05-19  Neil BrownInclude homehost information in --examine as appropriate
2006-05-19  Neil BrownInclude homehost information in --detail where appropriate.
2006-05-19  Neil BrownMake homehost information appear in superblock.
2006-05-19  Neil BrownAllow homehost to be set on command line or in config...
2006-05-19  Neil BrownJust updaqte copyright dates and email address
2006-05-16  Neil BrownArrange the 'auto' setting in mdadm.conf can choose...
2006-05-16  Neil BrownWhen updating uuid, update the bitmap as well - externa...
2006-05-15  Neil BrownAllow default creation info to to be stored in mdadm...
2006-05-15  Neil BrownSupport 'mailfrom' line in mdadm.conf so the From:...
2006-05-15  Neil BrownUse O_DIRECT to read bitmap files.
2006-03-29  Neil BrownSupport 'bitmap=' in mdadm.conf for auto-assembling...
2006-03-28  Neil BrownKill old superblocks on create.
2006-03-28  Neil BrownCreate missing /dev files where needed.
2006-03-27  Neil BrownAllow resize to backup to a file.
2006-03-27  Neil BrownRemove ident arg from getinfo_super;
2006-03-20  Neil BrownSupport restarting of a reshape on --assemble
2006-03-13  Neil BrownInitial reshape support
2006-02-06  Neil BrownRelease some compile fixes.
2006-01-31  Neil BrownSort mdstat entries so that composites are well-ordered.
2006-01-30  Neil BrownStuff like..
2006-01-27  Neil BrownEnable support for v.large raid1.
2006-01-27  Neil BrownAssorted fixes...
2005-12-05  Neil Brownsyslog support for monitor mode
2005-12-05  Neil BrownSupport --assume-clean for --create
2005-12-05  Neil BrownImprove option parsing
2005-12-05  Neil BrownAllow scanning of devices listed in /proc/partitions...
2005-11-22  Neil BrownSupport bitmaps with raid10
2005-10-11  Neil BrownCreate version-4 bitmaps if kernel supports it.
2005-09-12  Neil BrownFix remaining problems with hot-add bitmap to version...
2005-09-12  Neil BrownFix assembling of raid10 in the face of missing devices.
2005-08-26  Neil BrownPasses all tests, nearly ready for release.
2005-08-25  Neil BrownSupport internal bitmaps with format-1 superblocks.
2005-08-16  Neil BrownAssorted fixes
2005-08-15  Neil BrownAdd 'quite' option and tidy up some tests.
2005-08-09  Neil BrownSupport nameing of version-1 arrays.
2005-08-09  Neil BrownAdd write-behind support
2005-08-04  Neil BrownAssorted Fixes for multiple bugs.
2005-07-29  Neil BrownRedhat 6.2 seems to require sys/time.h as well as time.h
2005-07-18  Neil BrownDocument this...
2005-06-14  Neil BrownFix compilation with tinyc
2005-06-14  Neil BrownAdd device files created with --auto to list of known...
2005-06-14  Neil BrownMake type of uuid always int[], rather than sometimes...
2005-06-14  Neil BrownRetry --stop --scan until all stoppable devices have...
2005-06-07  Neil BrownMake --zero-superblock work for version 1 superblocks.
2005-06-07  Neil BrownIncrease max-devs on type-1 superblocks
2005-06-07  Neil BrownSupport --grow --bitmap=internal
2005-06-07  Neil BrownAdd support for internal bitmaps
2005-06-07  Neil BrownInitial bitmap support
2005-05-03  Neil Brownsuper1
2005-05-03  Neil BrownAdd a 'super-switch' so that different format superbloc...
2005-05-03  Neil BrownSeparate sueprblock handling into separate file
2005-04-04  Neil BrownWhen assembling with --auto, honour common device names
2004-11-01  Neil Brownmdadm-1.8.0 mdadm-1.8.0
2004-08-11  Neil Brownmdadm-1.7.0 mdadm-1.7.0
2004-06-04  Neil Brownmdadm-1.6.0 mdadm-1.6.0
2004-01-22  Neil Brownmdadm-1.5.0 mdadm-1.5.0
next