]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Mar 2014 01:01:23 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Mar 2014 01:01:23 +0000 (18:01 -0700)
commit3c2a8adb1987c330233879a9f6075cadfd91e32c
treeaf389b0f47c1f8b520e826fc79cb714dab630099
parent1ec4a4cb3696419063f8b70df781c3d6f757cd37
parent571edbed4ef9fe18551d2ff3b84eba6ae163c01b
Merge tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device-mapper fixes form Mike Snitzer:
 "Two small fixes for the DM cache target:

   - fix corruption with >2TB fast device due to truncation bug
   - fix access beyond end of origin device due to a partial block"

* tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm cache: fix access beyond end of origin device
  dm cache: fix truncation bug when copying a block to/from >2TB fast device