]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/devic...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Feb 2019 16:50:48 +0000 (08:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Feb 2019 16:50:48 +0000 (08:50 -0800)
commit67f463cadc74a0ab51e6be8a78eabb0cf7164025
tree1b293b8c193c7da65ecd3b1904cad4164d8d6182
parentc7f792f4d2866b34f46bdd3903f1fc573c69a740
parenta9b1d4e63393dc277ec552bdd2199f9d5f1de50f
Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

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