Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Pull MD bugfixes from Shaohua Li: - fix raid5-ppl flush request handling hang from Artur - fix a potential deadlock in raid5/10 reshape from BingJing - fix a deadlock for dm-raid from Heinz - fix two md-cluster of raid10 from Lidong and Guoqing - fix a NULL deference problem in device removal from Neil - fix a NULL deference problem in raid1/raid10 in specific condition from Yufen - other cleanup and fixes * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md: md/raid1: fix NULL pointer dereference md: fix a potential deadlock of raid5/raid10 reshape md-cluster: choose correct label when clustered layout is not supported md: raid5: avoid string overflow warning raid5-ppl: fix handling flush requests md raid10: fix NULL deference in handle_write_completed() md: only allow remove_and_add_spares when no sync_thread running. md: document lifetime of internal rdev pointer. md: fix md_write_start() deadlock w/o metadata devices MD: Free bioset when md_run fails raid10: change the size of resync window for clustered raid md-multipath: Use seq_putc() in multipath_status() md/raid1: Fix trailing semicolon md/raid5: simplify uninitialization of shrinker
No related branches found
No related tags found
Showing
- drivers/md/md-multipath.c 1 addition, 1 deletiondrivers/md/md-multipath.c
- drivers/md/md.c 48 additions, 5 deletionsdrivers/md/md.c
- drivers/md/md.h 2 additions, 0 deletionsdrivers/md/md.h
- drivers/md/raid1.c 11 additions, 0 deletionsdrivers/md/raid1.c
- drivers/md/raid1.h 12 additions, 0 deletionsdrivers/md/raid1.h
- drivers/md/raid10.c 7 additions, 11 deletionsdrivers/md/raid10.c
- drivers/md/raid10.h 13 additions, 0 deletionsdrivers/md/raid10.h
- drivers/md/raid5-log.h 2 additions, 1 deletiondrivers/md/raid5-log.h
- drivers/md/raid5-ppl.c 10 additions, 0 deletionsdrivers/md/raid5-ppl.c
- drivers/md/raid5.c 6 additions, 13 deletionsdrivers/md/raid5.c
- drivers/md/raid5.h 12 additions, 0 deletionsdrivers/md/raid5.h
Loading
Please register or sign in to comment