https://github.com/torvalds/linux
Revision ae3fa8bd73c9b64416816ec0e9951cd8695c9854 authored by Linus Torvalds on 15 February 2019, 16:50:48 UTC, committed by Linus Torvalds on 15 February 2019, 16:50:48 UTC
Pull device mapper fixes from Mike Snitzer:

 - Fix bug in DM crypt's sizing of its block integrity tag space,
   resulting in less memory use when DM crypt layers on DM integrity.

 - Fix a long-standing DM thinp crash consistency bug that was due to
   improper handling of FUA. This issue is specific to writes that fill
   an entire thinp block which needs to be allocated.

* tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm thin: fix bug where bio that overwrites thin block ignores FUA
  dm crypt: don't overallocate the integrity tag space
2 parent s dfeae33 + 4ae280b
History
Tip revision: ae3fa8bd73c9b64416816ec0e9951cd8695c9854 authored by Linus Torvalds on 15 February 2019, 16:50:48 UTC
Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Tip revision: ae3fa8b
File Mode Size
Kconfig -rw-r--r-- 8.3 KB
Kconfig.debug -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 516 bytes
rcu.h -rw-r--r-- 16.5 KB
rcu_segcblist.c -rw-r--r-- 13.7 KB
rcu_segcblist.h -rw-r--r-- 4.7 KB
rcuperf.c -rw-r--r-- 17.8 KB
rcutorture.c -rw-r--r-- 70.9 KB
srcutiny.c -rw-r--r-- 6.6 KB
srcutree.c -rw-r--r-- 43.8 KB
sync.c -rw-r--r-- 7.2 KB
tiny.c -rw-r--r-- 4.7 KB
tree.c -rw-r--r-- 119.2 KB
tree.h -rw-r--r-- 18.9 KB
tree_exp.h -rw-r--r-- 25.2 KB
tree_plugin.h -rw-r--r-- 83.7 KB
update.c -rw-r--r-- 29.6 KB

back to top