Revision 5146c8e4dfce5e6c671791b39d5f3c04bbd08715 authored by Linus Torvalds on 24 September 2015, 18:04:22 UTC, committed by Linus Torvalds on 24 September 2015, 18:04:22 UTC
Pull device mapper fixes from Mike Snitzer:
 "Two stable@ fixes:

   - DM thinp fix to properly advertise discard support as disabled for
     thin devices backed by a thin-pool with discard support disabled.

   - DM crypt fix to prevent the creation of bios that violate the
     underlying block device's max_segments limits.  This fixes a
     relatively long-standing NCQ SSD corruption issue reported against
     dm-crypt ever since the dm-crypt cpu parallelization patches were
     merged back in 4.0"

* tag 'dm-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE
  dm thin: disable discard support for thin devices if pool's is disabled
2 parent s bcee19f + 586b286
History
File Mode Size
Kconfig -rw-r--r-- 518 bytes
Makefile -rw-r--r-- 135 bytes
README -rw-r--r-- 279 bytes
bitmap.c -rw-r--r-- 1.0 KB
dir.c -rw-r--r-- 2.1 KB
inode.c -rw-r--r-- 10.8 KB
namei.c -rw-r--r-- 3.0 KB
qnx4.h -rw-r--r-- 1.2 KB

README

back to top