summaryrefslogtreecommitdiffstats
path: root/external-reshape-design.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use more secure HTTPS URLsPaul Menzel2020-06-121-1/+1
| | | | | | | | | | | | | | All URLs in the source are available over HTTPS, so convert all URLs to HTTPS with the command below. git grep -l 'http://' | xargs sed -i 's,http://,https://,g' Revert the changes to announcement files `ANNOUNCE-*` as requested by the maintainer. Cc: linux-raid@vger.kernel.org Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* Remove some trailing white spaceNeilBrown2015-07-021-5/+5
| | | | | | It looks ugly in my editor. Signed-off-by: NeilBrown <neilb@suse.de>
* Refactor reshape monitoring.NeilBrown2011-01-061-2/+70
| | | | | | | | | | | | 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-151-16/+60
| | | | | | | 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-231-0/+168
Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>