]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
Add raid1->raid0 takeover support
[thirdparty/mdadm.git] / Grow.c
2011-01-27  Krzysztof WojcikAdd raid1->raid0 takeover support
2011-01-26  Adam KwolekWORKAROUND: mdadm hangs during reshape
2011-01-26  Adam KwolekFIX: monitor doesn't handshake with md
2011-01-25  Krzysztof WojcikAdd raid10 -> raid0 takeover support
2011-01-25  NeilBrownFix some issues with setting 'new' state of a reshape
2011-01-20  NeilBrownFix up analysis of reshape from RAID1 to RAID5.
2011-01-20  NeilBrownreindent/reformat some code.
2011-01-20  NeilBrownBe more careful about adjusting reshape_progress based...
2011-01-20  NeilBrownCorrectly initialise backup_point when reshaping backwards.
2011-01-20  NeilBrownerror check reading of 'degraded' from sysfs.
2011-01-20  NeilBrownInitialise reshape_progress properly in reshape_array.
2011-01-20  NeilBrownFix management of backed-up region for hi-to-low reshapes.
2011-01-17  Adam KwolekFIX: Arrays cannot be opened exclusively
2011-01-17  Krzysztof WojcikUnfreeze for non re-striping transitions
2011-01-17  Krzysztof WojcikSet reshape.after.data_disks for raid0<->raid10 takeover
2011-01-17  Adam KwolekFIX: mdadm throws coredump on exit in error case
2011-01-16  NeilBrownAdd 'restart' arg to various functions used for reshaping.
2011-01-16  NeilBrownBe more careful checking why reshape has stopped.
2011-01-16  NeilBrownIgnore error when setting sync_min
2011-01-16  NeilBrownMake sure child_monitor reliably reports whether reshap...
2011-01-13  NeilBrownClean up return path for reshape_array.
2011-01-13  Krzysztof WojcikFIX: Mistake in delta_disk comparison.
2011-01-13  NeilBrownClean up exit paths from reshape_array.
2011-01-12  NeilBrownreshape_array: move lots of code out of a 'switch'.
2011-01-12  NeilBrownFix up calls to unfrozen at end of reshape.
2011-01-12  Adam KwolekFIX: Cannot load container information
2011-01-12  Kwolek, AdamFIX: size is passed incorrectly
2011-01-12  Marcin LabunMake text_version available to reshape_array for subarr...
2011-01-12  Adam KwolekFIX: Fill sys_name for disk add
2011-01-12  NeilBrownDon't complain about missing spares when reshaping...
2011-01-12  NeilBrownMake child_monitor a candidate for ->manage_reshape
2011-01-12  NeilBrownMove setup of backup superblock into child_monitor
2011-01-12  NeilBrownAdd comment about future enhancement
2011-01-12  NeilBrownCorrectly handle the final partial backup of an in...
2011-01-11  NeilBrownHandle edge case with suspend_point updates.
2011-01-11  NeilBrownBe more enthusiastic/flexible in backing up data.
2011-01-11  NeilBrownFix issues with the finish of monitoring a reshape.
2011-01-11  NeilBrownfix array_size in child_monitor
2011-01-11  NeilBrownFix calculations for max_progress and completed.
2011-01-11  NeilBrownImprove determination of when a backup is needed.
2011-01-11  NeilBrownRemove write_range from calculation of max_progress
2011-01-11  NeilBrownSwitch calculations of read_offset and write_offset
2011-01-11  NeilBrownAvoid confusing with 'blocks' number.
2011-01-11  NeilBrownCorrectly abort level change when reshape_array fails.
2011-01-11  NeilBrownMisc reshape_array fixes.
2011-01-11  NeilBrownAvoid double-unfreeze of arrays during grow.
2011-01-11  NeilBrownanalyse_change fixes
2011-01-11  NeilBrownFix some typos in fprintf messages.
2011-01-11  NeilBrownGrow: fix type when 'or'ing flags together.
2011-01-11  NeilBrownEnsure start_reshape copes with unexpected state
2011-01-06  Adam KwolekRaid0: execute backward takeover
2011-01-06  Adam KwolekSet array size after adding new disks
2011-01-06  Adam KwolekFIX: Use sysfs to change array parameters
2011-01-06  Adam KwolekFIX: Get array information in reshape_array()
2011-01-06  Adam KwolekFIX: get updated information from metadata
2011-01-06  NeilBrownRefactor reshape monitoring.
2011-01-06  NeilBrownGrow_reshape re-factor
2010-12-15  NeilBrownGrow: add disks chosen by metadata handler to array...
2010-12-15  NeilBrownGrow: call start/abort_reshape as appropriate when...
2010-12-15  NeilBrownGrow: make sure rv is set correctly in reshape_containe...
2010-12-15  NeilBrownGrow: split out start_reshape for initiating reshape...
2010-12-15  NeilBrownGrow: fix calculation of stripe_cache_size when reshaping.
2010-12-15  NeilBrownGrow: be more careful about metadata updates.
2010-12-15  NeilBrownGrow: check container is idle before freezing it.
2010-12-13  NeilBrownMerge branch 'master' into devel-3.2
2010-12-09  NeilBrownGrow: warn if growing an array will make it degraded.
2010-12-09  NeilBrownMerge branch 'master' into devel-3.2
2010-12-03  Adam KwolekFIX: wait_backup() sometimes hungs
2010-12-03  Adam KwolekFIX: Honor !reshape state on wait_reshape() entry
2010-12-03  Adam KwolekGrow: open backup file for reshape as function
2010-12-01  NeilBrownCreate/grow: improve checks on number of devices.
2010-12-01  NeilBrownGrow: disallow placing backup file on array being reshaped.
2010-12-01  NeilBrownAssemble: allow an array undergoing reshape to be start...
2010-11-30  NeilBrownGrow: give useful message when adding bitmap gives...
2010-11-30  NeilBrownFix warning about host-endian bitmaps.
2010-11-30  Adam KwolekCompute backup blocks in function.
2010-11-30  Adam KwolekPrepare and free fdlist in functions
2010-11-29  Adam KwolekDisk removal support for Raid10->Raid0 takeover
2010-11-23  Dan WilliamsExternal reshape (step 2): Freeze container
2010-11-23  Dan WilliamsExternal reshape (step 1): container reshape and -...
2010-11-23  Dan WilliamsGrow: fix check for raid6 layout normalization
2010-11-23  Dan WilliamsGrow: mark some functions static
2010-11-22  NeilBrownsuper_by_fd: return subarray info explicitly.
2010-11-22  NeilBrownget_info_super: report which other devices are thought...
2010-08-06  NeilBrownGrow: use raid_disks, not nr_disks
2010-08-05  NeilBrownFix writing of second backup superblock during grow
2010-08-05  NeilBrownCompile with -Wextra by default
2010-07-29  NeilBrownFix restarting of reshaping arrays.
2010-07-29  NeilBrownFix use of rv in Grow_reshape
2010-07-22  Doug LedfordBugfix: don't issue a read larger than the buffer to...
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-02  Dan WilliamsMerge branch 'fixes' into for-neil
2010-07-02  Dan WilliamsMerge branch 'subarray' into for-neil
2010-06-17  Dan WilliamsAlways assume SKIP_GONE_DEVS behaviour and kill the...
2010-05-31  NeilBrownMerge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4...
2010-05-18  NeilBrownGrow: move error message closer to error cause.
2010-04-29  NeilBrownGrow: avoid overflow of chunk sizes.
2010-04-06  NeilBrownDon't attempt to create or read bitmaps where the metad...
2010-03-10  NeilBrownGrow: fix recent breakage - lseek return status.
2010-03-09  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
next