Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753997AbdLMV4K (ORCPT ); Wed, 13 Dec 2017 16:56:10 -0500 Received: from mga06.intel.com ([134.134.136.31]:12299 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753839AbdLMV4H (ORCPT ); Wed, 13 Dec 2017 16:56:07 -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,398,1508828400"; d="scan'208";a="1382037" 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 v3 0/2] dm-unstripe Date: Wed, 13 Dec 2017 14:33:30 -0700 Message-Id: <20171213213332.2914-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: 472 Lines: 15 Changes from 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.