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