]> git.ipfire.org Git - thirdparty/mdadm.git/history - Assemble.c
wait_for improvement.
[thirdparty/mdadm.git] / Assemble.c
2009-04-07  NeilBrownwait_for improvement.
2009-03-10  NeilBrownMerge branch 'master' in devel-3.0
2009-03-10  NeilBrownAssemble/container: catch errors when starting a partia...
2009-02-02  NeilBrownMerge branch 'master' into devel-3.0
2009-01-20  Dan WilliamsAssemble: fix busy detection
2009-01-07  NeilBrownMerge branch 'master' into scratch-3.0
2009-01-07  Dustin KirklandFail overtly when asprintf fails to allocate memory
2008-12-18  NeilBrownMerge branch 'devel' of git://git.kernel.org/pub/scm...
2008-12-18  NeilBrownMerge branch 'master' into devel-3.0
2008-12-18  NeilBrownAssemble: set stripe_cache_size properly when restartin...
2008-12-18  NeilBrownAssemble: don't assume array is 'clean' unless all...
2008-12-08  Dan Williamswait_for container assembly
2008-11-27  NeilBrownMerge branch 'master' into devel-3.0
2008-11-27  NeilBrownAssemble: allow --force to work even when event counts...
2008-11-27  NeilBrownAssemble: wait for device to appear via udev
2008-11-07  NeilBrownAssemble: close mdfd before returning from assemble_co...
2008-11-07  NeilBrownAssemble: return correct status from assemble_containe...
2008-11-07  NeilBrownAssemble: fix some auto-assemble bugs.
2008-11-04  NeilBrownWait for name to appear after create/assemble etc.
2008-11-04  NeilBrownAssemble: we were missing a 'close'
2008-11-04  NeilBrownAssemble: revise detection of 'autoassemble' mode.
2008-11-04  NeilBrownAssemble: allow members of containers to be assembled...
2008-11-04  NeilBrownAssemble: simplify test for reporting mismatches.
2008-11-04  Dan WilliamsAssemble: block attempts to reassemble container members
2008-11-04  Dan WilliamsAssemble: factor out assemble_container_content
2008-11-04  Dan WilliamsAssemble: revert preliminary -As support
2008-11-04  Dan WilliamsAssemble: replace 'info' with 'content'
2008-11-04  Dan WilliamsQuiet unitialized variable warnings
2008-11-04  NeilBrownassemble: fix setting of 'foreign' trustability.
2008-11-04  NeilBrownAssemble: Fix naming of container devices.
2008-11-04  NeilBrownGenerate 'change' uevents when arrays change in non...
2008-11-04  NeilBrownAlways update mdadm/map when starting an array.
2008-11-04  NeilBrownIncremental: adjust to the new naming scheme.
2008-11-04  NeilBrownmdopen: Introduce new rules for creating device name.
2008-11-03  NeilBrownassemble: combine the two create_mddev calls in to...
2008-11-03  NeilBrownDelay creation of array devices for assemble/build...
2008-11-03  NeilBrownRename open_mddev to create_mddev
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
2008-10-30  NeilBrownMerge branch 'master' into devel-3.0
2008-10-30  NeilBrownMerge branch 'master' into devel-3.0
2008-10-28  Dan WilliamsPreliminary -As support for container member arrays
2008-10-26  NeilBrownMerge branch 'master' into devel-3.0
2008-10-17  NeilBrownMerge branch 'master' into devel-3.0
2008-10-15  Dan WilliamsTreat all devices at the container level as spares
2008-10-15  Dan Williamstrivial warn_unused_result squashing
2008-09-18  NeilBrownReport uuid in --detail --brief for ddf and intel
2008-09-18  NeilBrownUse uuid as /dev name when assembling array of uncertai...
2008-09-18  NeilBrownAllow metadata handler to report that it doesn't record...
2008-09-18  NeilBrownMove calls to SET_ARRAY_INFO to common helper.
2008-09-18  NeilBrownFactor out add-disk code
2008-09-18  NeilBrownCompile fixes, particularly moving more stuff under...
2008-08-07  NeilBrownMerge branch 'master' into from-stable
2008-07-12  Neil BrownRemove getinfo_super_n and do some other cleaning up.
2008-07-12  Neil BrownRemove 'major' from superswitch.
2008-06-20  Neil BrownMerge branch 'release' of git://git.kernel.org/pub...
2008-06-19  Neil BrownMerge branch 'release' of git://git.kernel.org/pub...
2008-06-19  Neil BrownMerge branch 'master' into devel-3.0
2008-06-19  Chris WebbFix bug in forced assemble.
2008-05-27  Neil BrownAvoid NULL reference calling free_super and elsewhere.
2008-05-27  Neil BrownRemove stray semicolon
2008-05-26  Neil BrownRemove st->text_version in favour of info->text_version
2008-05-26  Neil BrownRemove 'fd' arg from sysfs_add_disk
2008-05-26  Neil BrownRemove stray semicolon
2008-05-20  Neil BrownFix autoassemble for stack arrays.
2008-05-15  Neil BrownCan now mostly assemble DDF arrays
2008-05-15  Neil BrownStart on --assemble support for DDF
2008-05-15  Neil BrownAvoid possible null dereference in Assemble.
2007-12-14  Neil BrownSome tidy up of 'devices' in assemble.
2007-12-14  Neil BrownDon't record oldmajor/oldminor any more during assemble.
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.
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 BrownChange handling for "--assemble --force" when two drive...
2006-12-14  Neil BrownFix and test --update=uuid
2006-12-14  Neil BrownGive useful message if raid4/5/6 cannot be started...
2006-12-14  Neil BrownMake Assemble/Force work on raid6 with 2 missing devices.
2006-11-08  Neil BrownFixed problems that could cause infinitel loop with...
2006-10-12  Neil BrownRemove partitions from components of an md array
2006-10-09  Neil BrownImprove the message when mdadm detects similar superblocks
2006-06-26  Neil BrownMore consistent honoring of --configfile
2006-06-26  Neil BrownFix a recently introduced bug, and make --assemble...
2006-06-02  Neil BrownAvoid misdetection of overlapping partitions...
2006-05-29  Neil Browncheck return status of all write/fwrite functions as...
2006-05-26  Neil BrownRelease 2.5 mdadm-2.5
2006-05-26  Neil BrownMake sure everything compiles...
2006-05-26  Neil BrownSupport --auto-update-homehost
2006-05-26  Neil BrownSupport auto-assembling of stacked devices
2006-05-26  Neil BrownInitial implementation of auto-assembly
2006-05-23  Neil BrownAllow autoassembly to choose it's own name for the...
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 name matching for array assembly understand...
2006-05-23  Neil BrownAllow --update=name to update the name during assembly.
2006-05-23  Neil BrownMake sure homehost is set correctly when --update=uuid
2006-05-19  Neil BrownJust updaqte copyright dates and email address
next