Christoph Hellwig (6): md: convert to blk_alloc_disk/blk_cleanup_disk md: add the bitmap group to the default groups for the md kobject md: extend disks_mutex coverage md: properly unwind when failing to add the kobject in md_alloc md: fix mddev->kobj lifetime md: fix error handling in md_alloc
Eric Dumazet (1): md: use msleep() in md_notify_reboot()
Luis Chamberlain (1): md: add error handling support for add_disk()
Rikard Falkeborn (1): md: Constify attribute_group structs
Yu Kuai (1): md/raid10: fix improper BUG_ON() in raise_barrier()
zhangyue (1): md: fix double free of mddev->private in autorun_array()
drivers/md/md.h | 4 +- drivers/md/md-bitmap.c | 2 +- drivers/md/md.c | 108 ++++++++++++++++++++++++----------------- drivers/md/raid10.c | 2 +- drivers/md/raid5.c | 2 +- 5 files changed, 68 insertions(+), 50 deletions(-)