]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
Check all member devices in enough_fd
[thirdparty/mdadm.git] / Grow.c
2011-05-16  NeilBrownGrow: accept --assume-clean with --grow --size
2011-05-10  NeilBrownGrow: allow auto-readonly arrays to be reshaped.
2011-05-10  NeilBrownGrow: handle abort/restart of grow while being monitored.
2011-05-10  NeilBrownGrow: restore ability to configure 'faulty' arrays...
2011-05-10  NeilBrownGrow: report if a --size change has no effect.
2011-05-10  NeilBrownGrow: check if any changes needed before proceeding...
2011-05-10  NeilBrownGrow: When setting component size make sure components...
2011-04-19  Adam KwolekFIX: Check correctly raid disks during reshape restart
2011-04-18  Adam KwolekFIX: Fiddle raid_disks number when restarting reshape
2011-04-14  Adam KwolekFIX: Use successfully loaded metadata only
2011-04-11  Adam KwolekFIX: Raid0 expansion cannot be restarted
2011-03-24  NeilBrownMerge branch 'master' into devel-3.2
2011-03-22  NeilBrownGrow: increase raid_disks before adding specific spares.
2011-03-18  Adam KwolekFIX: ping_monitor() usage causes memory leaks
2011-03-15  NeilBrownMerge branch 'master' into devel-3.2
2011-03-14  NeilBrownMerge branch 'master' into devel-3.2
2011-03-14  Adam KwolekFIX: Unfreeze array on success only
2011-03-10  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownFix warning about host-endian bitmaps.
2011-03-10  NeilBrownGrow: give useful message when adding bitmap gives...
2011-03-10  NeilBrownGrow: disallow placing backup file on array being reshaped.
2011-03-10  NeilBrownCreate/grow: improve checks on number of devices.
2011-03-10  NeilBrownerror check reading of 'degraded' from sysfs.
2011-03-10  NeilBrownInitialise all of file when opening backup file for...
2011-03-10  NeilBrownGrow: allow monitor thread to exit when there is nothin...
2011-03-10  NeilBrownGrow: don't forget_backup when length of backup is...
2011-03-10  NeilBrownGrow: make sure 'info' doesn't have confusing data.
2011-03-10  NeilBrownGrow: support reshape of RAID0 arrays.
2011-03-10  NeilBrownGrow: Allow for component_size not being set for RAID0...
2011-03-10  Adam KwolekFIX: Set 'active' array state before array configuration
2011-03-10  NeilBrownGrow: make sure mdmon is running for Grow_continue...
2011-03-09  Adam KwolekFIX: Load container content for container reshape conti...
2011-03-09  NeilBrownGrow: don't let analyse_change see new level from metadata.
2011-03-09  NeilBrownGrow: don't try to use 'raid_disks' value for a container.
2011-03-09  NeilBrownGrow: only check 'native format' when really needed.
2011-03-09  Adam KwolekFIX: Check correct 'old' level to see if reshape is...
2011-03-09  NeilBrownGrow: add check that there are enough devices.
2011-03-09  NeilBrownTypo in dprintf
2011-03-09  NeilBrownFix comment in progress_reshape
2011-03-09  NeilBrownGrow: allow a RAID1 to be reshaped directly to 3-drive...
2011-03-08  NeilBrownAllow Grow_continue for whole container as well as...
2011-03-08  NeilBrownChange way that reshaping arrays with external-metadata...
2011-03-02  Adam KwolekFIX: Set readonly state in Grow_continue() when necessary
2011-03-02  Adam KwolekFIX: Pass container name to reshape array for external...
2011-03-02  Adam KwolekFIX: Spelling error in dprintf output
2011-02-14  NeilBrownanalyse_change: fix calculation of after.data_disks...
2011-02-14  Adam KwolekFIX: Add raid5 to raid0 case to analyse_change()
2011-02-14  Adam KwolekFIX: Get spares from external metadata
2011-02-14  Adam KwolekFIX: delta_disk can have UnSet value
2011-02-13  Adam KwolekFIX: array after migration should be unfrozen
2011-02-09  Adam KwolekFIX: md runs recovery instead reshape for growing singl...
2011-02-09  Adam KwolekFIX: Container can be left frozen
2011-01-31  NeilBrownGrow: make sure to break out of the backup loop when...
2011-01-31  NeilBrownMake sure odisks is consistent between creating and...
2011-01-31  NeilBrownGrow: round max_progress to old chunk size too.
2011-01-31  NeilBrownInitialise all of file when opening backup file for...
2011-01-31  NeilBrownGrow: when restarting, do set new details if they are...
2011-01-31  NeilBrownGrow:make sure 'array' is up-to-date before SET_ARRAY_INFO
2011-01-31  NeilBrownGrow: don't try setting new geometry when restarting...
2011-01-28  Krzysztof WojcikFIX: Meet SET_ARRAY_INFO ioctl requirements
2011-01-28  Krzysztof WojcikFIX: Remove disks in mdmon for external metadata
2011-01-28  Adam KwolekWORKAROUND: mdadm hangs during reshape (PART #2)
2011-01-28  Adam KwolekFIX: start_reshape status should be checked
2011-01-28  Adam KwolekFIX: Array after takeover has to be frozen
2011-01-27  NeilBrownIgnore/don't set data_disks for level=1
2011-01-27  Krzysztof WojcikMistake in raid1->raid5 migration
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...
next