summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
...
* Grow: fix version number in error messageNamhyung Kim2011-07-26
* mdadm.8: change linux version 2.6.40 -> 3.0Namhyung Kim2011-06-23
* Fix some type-aliasing issues.Luca Berra2011-06-17
* Do not use backup file for external metadataAdam Kwolek2011-06-08
* FIX: Enable metadata updates for raid0Adam Kwolek2011-06-08
* Grow: Add paranoid level checking to analyse_change.NeilBrown2011-06-08
* Support restore_stripes() from the given bufferAdam Kwolek2011-06-08
* Grow: accept --assume-clean with --grow --sizeNeilBrown2011-05-16
* Grow: allow auto-readonly arrays to be reshaped.NeilBrown2011-05-10
* Grow: handle abort/restart of grow while being monitored.NeilBrown2011-05-10
* Grow: restore ability to configure 'faulty' arrays via mdadm.NeilBrown2011-05-10
* Grow: report if a --size change has no effect.NeilBrown2011-05-10
* Grow: check if any changes needed before proceeding to analyse_change.NeilBrown2011-05-10
* Grow: When setting component size make sure components are ready.NeilBrown2011-05-10
* FIX: Check correctly raid disks during reshape restartAdam Kwolek2011-04-19
* FIX: Fiddle raid_disks number when restarting reshapeAdam Kwolek2011-04-18
* FIX: Use successfully loaded metadata onlyAdam Kwolek2011-04-14
* FIX: Raid0 expansion cannot be restartedAdam Kwolek2011-04-11
* Grow: increase raid_disks before adding specific spares.NeilBrown2011-03-22
* FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-18
* FIX: Unfreeze array on success onlyAdam Kwolek2011-03-14
* Grow: allow monitor thread to exit when there is nothing more to do.NeilBrown2011-03-10
* Grow: don't forget_backup when length of backup is zero.NeilBrown2011-03-10
* Grow: make sure 'info' doesn't have confusing data.NeilBrown2011-03-10
* Grow: support reshape of RAID0 arrays.NeilBrown2011-03-10
* Grow: Allow for component_size not being set for RAID0 arrays.NeilBrown2011-03-10
* FIX: Set 'active' array state before array configurationAdam Kwolek2011-03-10
* Grow: make sure mdmon is running for Grow_continue arrays.NeilBrown2011-03-10
* FIX: Load container content for container reshape continuationAdam Kwolek2011-03-10
* Grow: don't let analyse_change see new level from metadata.NeilBrown2011-03-09
* Grow: don't try to use 'raid_disks' value for a container.NeilBrown2011-03-09
* Grow: only check 'native format' when really needed.NeilBrown2011-03-09
* FIX: Check correct 'old' level to see if reshape is needed.Adam Kwolek2011-03-09
* Grow: add check that there are enough devices.NeilBrown2011-03-09
* Typo in dprintfNeilBrown2011-03-09
* Fix comment in progress_reshapeNeilBrown2011-03-09
* Grow: allow a RAID1 to be reshaped directly to 3-drive RAID5NeilBrown2011-03-09
* Allow Grow_continue for whole container as well as single array.NeilBrown2011-03-08
* Change way that reshaping arrays with external-metadata are assembled.NeilBrown2011-03-08
* FIX: Set readonly state in Grow_continue() when necessaryAdam Kwolek2011-03-02
* FIX: Pass container name to reshape array for external meta dataAdam Kwolek2011-03-02
* FIX: Spelling error in dprintf outputAdam Kwolek2011-03-02
* analyse_change: fix calculation of after.data_disks and ->delta_disks.NeilBrown2011-02-14
* FIX: Add raid5 to raid0 case to analyse_change()Adam Kwolek2011-02-14
* FIX: Get spares from external metadataAdam Kwolek2011-02-14
* FIX: delta_disk can have UnSet valueAdam Kwolek2011-02-14
* FIX: array after migration should be unfrozenAdam Kwolek2011-02-14
* FIX: md runs recovery instead reshape for growing single disk raid0 arrayAdam Kwolek2011-02-09
* FIX: Container can be left frozenAdam Kwolek2011-02-09
* Grow: make sure to break out of the backup loop when finished.NeilBrown2011-02-01