All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Add R10D4+ support for IMSM
@ 2024-04-29 13:07 Mateusz Kusiak
  2024-04-29 13:07 ` [PATCH 1/8] mdadm: pass struct context for external reshapes Mateusz Kusiak
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Mateusz Kusiak @ 2024-04-29 13:07 UTC (permalink / raw)
  To: linux-raid; +Cc: mariusz.tkaczyk, jes

This series of patches adds support for RAID10 with more than 4 drives
(R10D4+) to IMSM.

Mateusz Kusiak (8):
  mdadm: pass struct context for external reshapes
  mdadm: use struct context in reshape_super()
  imsm: add support for literal RAID 10
  imsm: refactor RAID level handling
  imsm: bump minimal version
  imsm: define RAID_10 attribute
  imsm: simplify imsm_check_attributes()
  imsm: support RAID 10 with more than 4 drives

 Assemble.c       |   7 +-
 Create.c         |   9 +-
 Grow.c           | 143 ++++++++++------
 mdadm.c          |   2 +-
 mdadm.h          |  25 ++-
 platform-intel.c |  58 +++++++
 platform-intel.h |  32 ++--
 super-intel.c    | 433 +++++++++++++++++++++++------------------------
 util.c           |  39 +++--
 9 files changed, 419 insertions(+), 329 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-05-07  7:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 13:07 [PATCH 0/8] Add R10D4+ support for IMSM Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 1/8] mdadm: pass struct context for external reshapes Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 2/8] mdadm: use struct context in reshape_super() Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 3/8] imsm: add support for literal RAID 10 Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 4/8] imsm: refactor RAID level handling Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 5/8] imsm: bump minimal version Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 6/8] imsm: define RAID_10 attribute Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 7/8] imsm: simplify imsm_check_attributes() Mateusz Kusiak
2024-04-29 13:07 ` [PATCH 8/8] imsm: support RAID 10 with more than 4 drives Mateusz Kusiak
2024-05-07  7:47 ` [PATCH 0/8] Add R10D4+ support for IMSM Mariusz Tkaczyk

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.