Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965676AbdLRRvB (ORCPT ); Mon, 18 Dec 2017 12:51:01 -0500 Received: from mga03.intel.com ([134.134.136.65]:14173 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934535AbdLRRu4 (ORCPT ); Mon, 18 Dec 2017 12:50:56 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,422,1508828400"; d="scan'208";a="188065594" From: Scott Bauer To: dm-devel@redhat.com Cc: snitzer@redhat.com, agk@redhat.com, linux-kernel@vger.kernel.org, keith.busch@intel.com, jonathan.derrick@intel.com Subject: [PATCH v4 0/2] dm-unstripe Date: Mon, 18 Dec 2017 10:28:07 -0700 Message-Id: <20171218172809.5826-1-scott.bauer@intel.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 613 Lines: 20 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.