summaryrefslogtreecommitdiffstats
path: root/Grow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Grow: accept --assume-clean with --grow --sizeNeilBrown2011-05-161-1/+9
* Grow: allow auto-readonly arrays to be reshaped.NeilBrown2011-05-101-0/+6
* Grow: handle abort/restart of grow while being monitored.NeilBrown2011-05-101-9/+30
* Grow: restore ability to configure 'faulty' arrays via mdadm.NeilBrown2011-05-101-1/+27
* Grow: report if a --size change has no effect.NeilBrown2011-05-101-4/+14
* Grow: check if any changes needed before proceeding to analyse_change.NeilBrown2011-05-101-0/+12
* Grow: When setting component size make sure components are ready.NeilBrown2011-05-101-0/+10
* FIX: Check correctly raid disks during reshape restartAdam Kwolek2011-04-191-1/+2
* FIX: Fiddle raid_disks number when restarting reshapeAdam Kwolek2011-04-181-0/+2
* FIX: Use successfully loaded metadata onlyAdam Kwolek2011-04-141-1/+1
* FIX: Raid0 expansion cannot be restartedAdam Kwolek2011-04-111-3/+0
* Grow: increase raid_disks before adding specific spares.NeilBrown2011-03-221-0/+9
* FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-181-1/+1
* FIX: Unfreeze array on success onlyAdam Kwolek2011-03-141-2/+3
* Grow: allow monitor thread to exit when there is nothing more to do.NeilBrown2011-03-101-0/+5
* Grow: don't forget_backup when length of backup is zero.NeilBrown2011-03-101-4/+8
* Grow: make sure 'info' doesn't have confusing data.NeilBrown2011-03-101-0/+1
* Grow: support reshape of RAID0 arrays.NeilBrown2011-03-101-13/+34
* Grow: Allow for component_size not being set for RAID0 arrays.NeilBrown2011-03-101-4/+12
* FIX: Set 'active' array state before array configurationAdam Kwolek2011-03-101-0/+3
* Grow: make sure mdmon is running for Grow_continue arrays.NeilBrown2011-03-101-0/+5
* FIX: Load container content for container reshape continuationAdam Kwolek2011-03-091-1/+8
* Grow: don't let analyse_change see new level from metadata.NeilBrown2011-03-091-1/+7
* Grow: don't try to use 'raid_disks' value for a container.NeilBrown2011-03-091-1/+4
* Grow: only check 'native format' when really needed.NeilBrown2011-03-091-3/+4
* FIX: Check correct 'old' level to see if reshape is needed.Adam Kwolek2011-03-091-2/+2
* Grow: add check that there are enough devices.NeilBrown2011-03-091-0/+15
* Typo in dprintfNeilBrown2011-03-091-1/+1
* Fix comment in progress_reshapeNeilBrown2011-03-091-2/+2
* Grow: allow a RAID1 to be reshaped directly to 3-drive RAID5NeilBrown2011-03-091-5/+9
* Allow Grow_continue for whole container as well as single array.NeilBrown2011-03-081-8/+19
* Change way that reshaping arrays with external-metadata are assembled.NeilBrown2011-03-081-20/+18
* FIX: Set readonly state in Grow_continue() when necessaryAdam Kwolek2011-03-021-4/+6
* FIX: Pass container name to reshape array for external meta dataAdam Kwolek2011-03-021-1/+9
* FIX: Spelling error in dprintf outputAdam Kwolek2011-03-021-1/+1
* analyse_change: fix calculation of after.data_disks and ->delta_disks.NeilBrown2011-02-141-26/+34
* FIX: Add raid5 to raid0 case to analyse_change()Adam Kwolek2011-02-141-0/+1
* FIX: Get spares from external metadataAdam Kwolek2011-02-141-0/+13
* FIX: delta_disk can have UnSet valueAdam Kwolek2011-02-141-6/+9
* FIX: array after migration should be unfrozenAdam Kwolek2011-02-131-0/+1
* FIX: md runs recovery instead reshape for growing single disk raid0 arrayAdam Kwolek2011-02-091-0/+1
* FIX: Container can be left frozenAdam Kwolek2011-02-091-1/+4
* Grow: make sure to break out of the backup loop when finished.NeilBrown2011-02-011-0/+2
* Make sure odisks is consistent between creating and using the fdlistNeilBrown2011-01-311-4/+5
* Grow: round max_progress to old chunk size too.NeilBrown2011-01-311-0/+3
* Initialise all of file when opening backup file for reshape.NeilBrown2011-01-311-1/+1
* Grow: when restarting, do set new details if they are already set.NeilBrown2011-01-311-7/+6
* Grow:make sure 'array' is up-to-date before SET_ARRAY_INFONeilBrown2011-01-311-0/+1
* Grow: don't try setting new geometry when restarting a native reshape.NeilBrown2011-01-311-0/+5
* FIX: Meet SET_ARRAY_INFO ioctl requirementsKrzysztof Wojcik2011-01-281-11/+20