All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] IMSM autolayout improvements
@ 2022-05-31 10:27 Mariusz Tkaczyk
  2022-05-31 10:27 ` [PATCH 1/3 v2] imsm: introduce get_disk_slot_in_dev() Mariusz Tkaczyk
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mariusz Tkaczyk @ 2022-05-31 10:27 UTC (permalink / raw)
  To: jes, colyli; +Cc: linux-raid

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.

V2 improvements:
- typedef added in first patch
- changed order in enum

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        | 249 ++++++++++++++++++++++++++++---------------
 tests/09imsm-overlap |  28 -----
 2 files changed, 166 insertions(+), 111 deletions(-)
 delete mode 100644 tests/09imsm-overlap

-- 
2.26.2


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

end of thread, other threads:[~2022-05-31 17:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 10:27 [PATCH 0/3 v2] IMSM autolayout improvements Mariusz Tkaczyk
2022-05-31 10:27 ` [PATCH 1/3 v2] imsm: introduce get_disk_slot_in_dev() Mariusz Tkaczyk
2022-05-31 17:48   ` Coly Li
2022-05-31 10:27 ` [PATCH 2/3 v2] imsm: use same slot across container Mariusz Tkaczyk
2022-05-31 17:50   ` Coly Li
2022-05-31 10:27 ` [PATCH 3/3 v2] imsm: block changing slots during creation Mariusz Tkaczyk
2022-05-31 17:51   ` Coly Li
2022-05-31 17:53 ` [PATCH 0/3 v2] IMSM autolayout improvements Coly Li

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.