Revision bfc835b5716fd86b568d4f9b15be04c4f361082b authored by Linus Torvalds on 26 January 2015, 01:25:01 UTC, committed by Linus Torvalds on 26 January 2015, 01:25:01 UTC
Pull device mapper fixes from Mike Snitzer:
 "Two stable fixes for dm-cache and one 3.19 DM core fix:

   - fix potential for dm-cache metadata corruption via stale metadata
     buffers being used when switching an inactive cache table to
     active; this could occur due to each table having it's own bufio
     client rather than sharing the client between tables.

   - fix dm-cache target to properly account for discard IO while
     suspending otherwise IO quiescing could complete prematurely.

   - fix DM core's handling of multiple internal suspends by maintaining
     an 'internal_suspend_count' and only resuming the device when this
     count drops to zero"

* tag 'dm-3.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm: fix handling of multiple internal suspends
  dm cache: fix problematic dual use of a single migration count variable
  dm cache: share cache-metadata object across inactive and active DM tables
2 parent s 8e908e9 + 96b26c8
History
File Mode Size
Kconfig -rw-r--r-- 367 bytes
Makefile -rw-r--r-- 300 bytes
bus.c -rw-r--r-- 7.4 KB
bus.h -rw-r--r-- 934 bytes
core.c -rw-r--r-- 65.7 KB
core.h -rw-r--r-- 2.7 KB
debugfs.c -rw-r--r-- 8.0 KB
host.c -rw-r--r-- 16.5 KB
host.h -rw-r--r-- 486 bytes
mmc.c -rw-r--r-- 49.5 KB
mmc_ops.c -rw-r--r-- 16.4 KB
mmc_ops.h -rw-r--r-- 1.2 KB
quirks.c -rw-r--r-- 2.7 KB
sd.c -rw-r--r-- 28.2 KB
sd.h -rw-r--r-- 485 bytes
sd_ops.c -rw-r--r-- 7.8 KB
sd_ops.h -rw-r--r-- 844 bytes
sdio.c -rw-r--r-- 26.7 KB
sdio_bus.c -rw-r--r-- 7.6 KB
sdio_bus.h -rw-r--r-- 614 bytes
sdio_cis.c -rw-r--r-- 8.8 KB
sdio_cis.h -rw-r--r-- 647 bytes
sdio_io.c -rw-r--r-- 18.3 KB
sdio_irq.c -rw-r--r-- 8.3 KB
sdio_ops.c -rw-r--r-- 4.8 KB
sdio_ops.h -rw-r--r-- 747 bytes
slot-gpio.c -rw-r--r-- 10.3 KB

back to top