]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
Check all member devices in enough_fd
[thirdparty/mdadm.git] / Grow.c
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
2010-03-09  NeilBrownGrow: fix problem with validating chunk size
2010-03-02  NeilBrownAdd _FORTIFY_SOURCE to mdadm.O2 build.
2010-03-02  NeilBrownFix warning about unused variable.
2010-02-24  NeilBrownGrow: be more relaxed about timestamp mismatches on...
2010-01-28  NeilBrownGrow: If bitmap interferes with grow, report this.
2010-01-27  NeilBrownRemove stray debugging printfs
2009-12-30  NeilBrownMerge branch 'klockwork' of git://github.com/djbw/mdadm
2009-12-30  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2009-11-26  NeilBrownGrow: be more careful when using array.size
2009-11-26  NeilBrownGrow: avoid truncation error when checking size of...
2009-11-19  NeilBrownMerge branch 'master' into devel-3.1
2009-11-17  NeilBrownGrow: various fixes to recent breakages.
2009-11-16  NeilBrownGrow: data_offset is in sectors, offsets[] is in bytes...
2009-11-06  NeilBrownGrow: do not allow size changes with other changes.
2009-11-06  NeilBrownGrow: goto release rather than just return
2009-11-06  NeilBrownGrow: restrict to 2.6.32
2009-11-06  NeilBrownGrow: use large block count and make sure stripe cache...
2009-11-06  NeilBrownGrow: get component_size before using it.
2009-11-06  NeilBrownGrow: handle array going degraded during reshape.
2009-11-06  NeilBrownGrow: restore backup to proper location.
2009-10-22  NeilBrownMerge branch 'master' into devel-3.1
2009-10-22  NeilBrownMerge branch 'master' into devel-3.1
2009-10-21  NeilBrownGrow: update backup-metadata mtime every time we write it.
2009-10-20  NeilBrownGrow: reject raid-disks reduction in RAID5 etc before...
2009-10-20  NeilBrownAssemble: print more verbose messages about restarting...
2009-10-20  NeilBrownAdd missing 'continue' in Grow_restart.
2009-10-16  NeilBrownGrow_restart to handle reducing number of devices in...
2009-10-16  NeilBrownGrow: don't make 'blocks' too large during in-place...
2009-10-12  NeilBrownGrow: ignore error from final wait_backup
2009-10-12  NeilBrownGrow: make sure bsb2 is properly aligned
2009-10-01  NeilBrownMerge branch 'master' into devel-3.1
2009-08-13  NeilBrownGrow: support restart of new migrations.
2009-08-11  NeilBrownHandle extra 'grow' variations.
2009-07-14  NeilBrownrestripe: support saving when not all devices are present.
next