[PATCH v4 0/2] dm-unstripe

From: Scott Bauer
Date: Mon Dec 18 2017 - 12:51:04 EST



Change log:

v3->v4:
Addressed comments from Randy. Modified documentation to be clearer,
and fixed small off by one in bounds checking in constructor.

v2->v3:

1) Renamed variables in-code to reflect correct terminology with respect
to the dm-stripe target.

2) Fixed a __must_check missing check in the constructor.

3) Used correct types for working with sector remaping.

3) Fixed documentation to reflect the correct termonology, like the code.
Added the test script Keith sent out in an email that makes a striped
device and uses the un-stripe target to access the underlying loop
devices.