public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] dm-unstripe
@ 2017-12-18 17:28 Scott Bauer
  2017-12-18 17:28 ` [PATCH v4 1/2] dm-unstripe: unstripe RAID 0/dm-striped device Scott Bauer
  2017-12-18 17:28 ` [PATCH v4 2/2] dm-unstripe: Add documentation for unstripe target Scott Bauer
  0 siblings, 2 replies; 10+ messages in thread
From: Scott Bauer @ 2017-12-18 17:28 UTC (permalink / raw)
  To: dm-devel; +Cc: snitzer, agk, linux-kernel, keith.busch, jonathan.derrick


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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-12-20 16:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18 17:28 [PATCH v4 0/2] dm-unstripe Scott Bauer
2017-12-18 17:28 ` [PATCH v4 1/2] dm-unstripe: unstripe RAID 0/dm-striped device Scott Bauer
2017-12-18 19:11   ` Randy Dunlap
2017-12-18 18:52     ` Scott Bauer
2017-12-18 19:32       ` Mike Snitzer
2017-12-18 19:37         ` Mike Snitzer
2017-12-20 10:01   ` kbuild test robot
2017-12-20 10:21   ` kbuild test robot
2017-12-20 16:09     ` Mike Snitzer
2017-12-18 17:28 ` [PATCH v4 2/2] dm-unstripe: Add documentation for unstripe target Scott Bauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox