Merge tag 'dm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Pull device mapper fixes from Mike Snitzer: - a stable dm-flakey fix to error read IO during the 'down_interval' - a DM core suspend fix to establish the SUSPENDED flag before dropping the SUSPENDING flag - a blk-mq request-based DM (dm-mq) dm_stop_queue() fix to properly stop the blk-mq hw_queues (and cancel pending requeue work); also set/clear QUEUE_FLAG_STOPPED when stopping/starting the dm-mq request_queue. - a DM multipath fix to harden locking of in-core state flags in the face of concurrent access while handling path failures under heavy IO. - a few small DM raid fixes to edge cases caught with further testing. * tag 'dm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm raid: fix use of wrong status char during resynchronization dm raid: constructor fails on non-zero incompat_features dm raid: fix processing of max_recovery_rate co...
Showing
- drivers/md/dm-flakey.c 15 additions, 8 deletionsdrivers/md/dm-flakey.c
- drivers/md/dm-mpath.c 20 additions, 4 deletionsdrivers/md/dm-mpath.c
- drivers/md/dm-raid.c 2 additions, 2 deletionsdrivers/md/dm-raid.c
- drivers/md/dm-rq.c 19 additions, 1 deletiondrivers/md/dm-rq.c
- drivers/md/dm.c 7 additions, 7 deletionsdrivers/md/dm.c
Please register or sign in to comment