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
chips
devices
lpddr
maps
nand
onenand
spi-nor
tests
ubi
Kconfig -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 1.1 KB
afs.c -rw-r--r-- 6.3 KB
ar7part.c -rw-r--r-- 4.2 KB
bcm47xxpart.c -rw-r--r-- 7.7 KB
bcm63xxpart.c -rw-r--r-- 6.5 KB
cmdlinepart.c -rw-r--r-- 10.9 KB
ftl.c -rw-r--r-- 31.4 KB
inftlcore.c -rw-r--r-- 24.5 KB
inftlmount.c -rw-r--r-- 22.4 KB
mtd_blkdevs.c -rw-r--r-- 13.2 KB
mtdblock.c -rw-r--r-- 9.9 KB
mtdblock_ro.c -rw-r--r-- 2.5 KB
mtdchar.c -rw-r--r-- 26.8 KB
mtdconcat.c -rw-r--r-- 23.0 KB
mtdcore.c -rw-r--r-- 33.4 KB
mtdcore.h -rw-r--r-- 790 bytes
mtdoops.c -rw-r--r-- 11.8 KB
mtdpart.c -rw-r--r-- 21.4 KB
mtdsuper.c -rw-r--r-- 5.5 KB
mtdswap.c -rw-r--r-- 35.6 KB
nftlcore.c -rw-r--r-- 23.0 KB
nftlmount.c -rw-r--r-- 26.0 KB
ofpart.c -rw-r--r-- 4.4 KB
redboot.c -rw-r--r-- 8.4 KB
rfd_ftl.c -rw-r--r-- 18.3 KB
sm_ftl.c -rw-r--r-- 30.2 KB
sm_ftl.h -rw-r--r-- 2.5 KB
ssfdc.c -rw-r--r-- 11.3 KB

back to top