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
Makefile -rw-r--r-- 303 bytes
bfa.h -rw-r--r-- 15.0 KB
bfa_core.c -rw-r--r-- 50.4 KB
bfa_cs.h -rw-r--r-- 8.2 KB
bfa_defs.h -rw-r--r-- 37.9 KB
bfa_defs_fcs.h -rw-r--r-- 14.3 KB
bfa_defs_svc.h -rw-r--r-- 47.7 KB
bfa_fc.h -rw-r--r-- 39.8 KB
bfa_fcbuild.c -rw-r--r-- 37.9 KB
bfa_fcbuild.h -rw-r--r-- 9.9 KB
bfa_fcpim.c -rw-r--r-- 95.2 KB
bfa_fcpim.h -rw-r--r-- 14.1 KB
bfa_fcs.c -rw-r--r-- 40.9 KB
bfa_fcs.h -rw-r--r-- 31.4 KB
bfa_fcs_fcpim.c -rw-r--r-- 21.5 KB
bfa_fcs_lport.c -rw-r--r-- 177.0 KB
bfa_fcs_rport.c -rw-r--r-- 88.2 KB
bfa_hw_cb.c -rw-r--r-- 4.6 KB
bfa_hw_ct.c -rw-r--r-- 4.0 KB
bfa_ioc.c -rw-r--r-- 160.6 KB
bfa_ioc.h -rw-r--r-- 32.7 KB
bfa_ioc_cb.c -rw-r--r-- 11.8 KB
bfa_ioc_ct.c -rw-r--r-- 27.0 KB
bfa_modules.h -rw-r--r-- 4.6 KB
bfa_plog.h -rw-r--r-- 4.4 KB
bfa_port.c -rw-r--r-- 19.8 KB
bfa_port.h -rw-r--r-- 4.1 KB
bfa_svc.c -rw-r--r-- 167.2 KB
bfa_svc.h -rw-r--r-- 25.6 KB
bfad.c -rw-r--r-- 46.1 KB
bfad_attr.c -rw-r--r-- 29.1 KB
bfad_bsg.c -rw-r--r-- 96.2 KB
bfad_bsg.h -rw-r--r-- 14.8 KB
bfad_debugfs.c -rw-r--r-- 13.0 KB
bfad_drv.h -rw-r--r-- 9.2 KB
bfad_im.c -rw-r--r-- 33.8 KB
bfad_im.h -rw-r--r-- 6.1 KB
bfi.h -rw-r--r-- 30.7 KB
bfi_ms.h -rw-r--r-- 21.9 KB
bfi_reg.h -rw-r--r-- 18.2 KB

back to top