summaryrefslogtreecommitdiff
path: root/external-reshape-design.txt
Commit message (Collapse)AuthorAge
* Refactor reshape monitoring.NeilBrown2011-01-06
| | | | | | | | | | | | Combine all the non-backing-up code into a single function: progress_reshape. It is called repeatedly to monitor a reshape and allow it to happen safely. Have a single separate function 'child_monitor' which performs backups of data and calls progress_reshape to wait for the next backup to be needed. Signed-off-by: NeilBrown <neilb@suse.de>
* Update external reshape documentation.NeilBrown2010-12-16
| | | | | | | Revise documentation for external reshape, correcting some problems, and clarifying some issues. Signed-off-by: NeilBrown <neilb@suse.de>
* Document the external reshape implementationDan Williams2010-11-23
Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>