The following patches: 1. Add support for --mdadm --detail-platform --export with an additional option to provide specific controller to scan. The controller might be an absolute path to an actual device, or just a symlink. 2. Synchronize two methods of calculating size and add the possibility to choose output format (IEC or JEDEC prefixes). 3. Add an additional value to mdadm --examine --export --- Maciej Naruszewicz (6): imsm: Add --export option for --detail-platform imsm: Add --controller-path option for --detail-platform. Fix return code for --detail-platform Synchronize size calculation in human_size and human_size_brief Display size with human_size_brief with a chosen prefix Add MD_ARRAY_SIZE for --examine --export Create.c | 2 + Detail.c | 13 +++++-- Query.c | 2 + ReadMe.c | 6 ++- mdadm.8.in | 10 +++++ mdadm.c | 32 +++++++++++++++++ mdadm.h | 14 ++++++-- super-intel.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++-------- super1.c | 19 ++++++++++ util.c | 51 +++++++++++++++++++++------- 10 files changed, 213 insertions(+), 41 deletions(-) -- MN -- 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