-
- Downloads
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Pull MD update from Shaohua Li: - fixed deadlock in MD suspend and a potential bug in bio allocation (Neil Brown) - fixed signal issue (Mikulas Patocka) - fixed typo in FailFast test (Guoqing Jiang) - other trival fixes * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md: MD: fix sleep in atomic MD: fix a null dereference md: use a separate bio_set for synchronous IO. md: change the initialization value for a spare device spot to MD_DISK_ROLE_SPARE md/raid1: remove unused bio in sync_request_write md/raid10: fix FailFast test for wrong device md: don't use flush_signals in userspace processes md: fix deadlock between mddev_suspend() and md_write_start()
No related branches found
No related tags found
Showing
- drivers/md/faulty.c 3 additions, 2 deletionsdrivers/md/faulty.c
- drivers/md/linear.c 4 additions, 3 deletionsdrivers/md/linear.c
- drivers/md/md.c 38 additions, 9 deletionsdrivers/md/md.c
- drivers/md/md.h 5 additions, 2 deletionsdrivers/md/md.h
- drivers/md/multipath.c 4 additions, 4 deletionsdrivers/md/multipath.c
- drivers/md/raid0.c 4 additions, 3 deletionsdrivers/md/raid0.c
- drivers/md/raid1.c 12 additions, 8 deletionsdrivers/md/raid1.c
- drivers/md/raid10.c 9 additions, 7 deletionsdrivers/md/raid10.c
- drivers/md/raid5.c 13 additions, 9 deletionsdrivers/md/raid5.c
Loading
Please register or sign in to comment