Merge tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Pull dm fixes from Mike Snitzer: "Three stable fixes: - DM core AB-BA deadlock fix in the device destruction path (vs device creation's DM table swap). - DM raid fix to properly round up the region_size to the next power-of-2. - DM cache fix for a NULL pointer seen while switching from the "cleaner" cache policy. Two fixes for regressions introduced during the 4.3 merge: - request-based DM error propagation regressed due to incorrect changes introduced when adding the bi_error field to bio. - DM snapshot fix to only support snapshots that overflow if the client (e.g. lvm2) is prepared to deal with the associated snapshot status interface change" * tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm snapshot: add new persistent store option to support overflow dm cache: fix NULL pointer when switching from cleaner policy dm: fix request-based dm error reporting dm raid: fix round up of default region size dm: fix AB-BA deadlock in __dm_destroy()
Showing
- Documentation/device-mapper/snapshot.txt 7 additions, 3 deletionsDocumentation/device-mapper/snapshot.txt
- drivers/md/dm-cache-policy-cleaner.c 1 addition, 1 deletiondrivers/md/dm-cache-policy-cleaner.c
- drivers/md/dm-exception-store.c 3 additions, 3 deletionsdrivers/md/dm-exception-store.c
- drivers/md/dm-exception-store.h 3 additions, 2 deletionsdrivers/md/dm-exception-store.h
- drivers/md/dm-raid.c 1 addition, 2 deletionsdrivers/md/dm-raid.c
- drivers/md/dm-snap-persistent.c 14 additions, 3 deletionsdrivers/md/dm-snap-persistent.c
- drivers/md/dm-snap-transient.c 1 addition, 2 deletionsdrivers/md/dm-snap-transient.c
- drivers/md/dm-snap.c 9 additions, 5 deletionsdrivers/md/dm-snap.c
- drivers/md/dm.c 5 additions, 6 deletionsdrivers/md/dm.c
Loading
Please register or sign in to comment