All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
To: jes@trained-monkey.org, colyli@suse.de
Cc: linux-raid@vger.kernel.org
Subject: [PATCH 0/3] IMSM autolayout improvements.
Date: Tue, 19 Apr 2022 16:37:11 +0200	[thread overview]
Message-ID: <20220419143714.16942-1-mariusz.tkaczyk@linux.intel.com> (raw)

Hi Jes, Coly

Following patchset modifies some parts of IMSM creation to ensure that
member's order is always same. It is ISM metadata requirement.

Additionally, as discussed with Jes I've started to implement more modern error
handling, by adding special enum for IMSM. Will be great to hear any comments
and opinion.

I've tested it with our internal test scope, no regression observed.

Mariusz Tkaczyk (3):
  imsm: introduce get_disk_slot_in_dev()
  imsm: use same slot across container
  imsm: block changing slots during creation

 super-intel.c        | 250 +++++++++++++++++++++++++++++--------------
 tests/09imsm-overlap |  28 -----
 2 files changed, 167 insertions(+), 111 deletions(-)
 delete mode 100644 tests/09imsm-overlap

-- 
2.26.2


             reply	other threads:[~2022-04-19 14:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19 14:37 Mariusz Tkaczyk [this message]
2022-04-19 14:37 ` [PATCH 1/3] imsm: introduce get_disk_slot_in_dev() Mariusz Tkaczyk
2022-05-30 10:21   ` Coly Li
2022-04-19 14:37 ` [PATCH 2/3] imsm: use same slot across container Mariusz Tkaczyk
2022-05-30 14:03   ` Coly Li
2022-04-19 14:37 ` [PATCH 3/3] imsm: block changing slots during creation Mariusz Tkaczyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220419143714.16942-1-mariusz.tkaczyk@linux.intel.com \
    --to=mariusz.tkaczyk@linux.intel.com \
    --cc=colyli@suse.de \
    --cc=jes@trained-monkey.org \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.