The following series of patches adds two new functionalities to mdadm that makes linux raid implementation based on imsm metadata closer to the abilities of Intel(R) Rapid Storage Technology for Windows(R). Patches makes possible to remove one volume from container when the other one is still running. It is also possible to change internal serial ID of volume leaving remaining superblock data untouched. Patch 1/2 provides the code of subarray delete Patch 2/2 provides the code of subarray rename. Signed-off-by: Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@xxxxxxxxx> --- Kill.c | 58 +++++++++++ Makefile | 4 +- Manage.c | 95 +++++++++++++++++++ ReadMe.c | 1 + mapfile.c | 31 ++++-- mdadm.c | 32 ++++++- mdadm.h | 36 +++++++ mdstat.c | 86 ++++++++++++++++- super-intel.c | 245 +++++++++++++++++++++++++++++++++++++++++++++++- sysfs.c | 21 ++++ util.c | 293 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 11 files changed, 883 insertions(+), 19 deletions(-) -- Best Regards, Przemyslaw Hawrylewicz-Czarnowski -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html