]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Jul 2012 18:51:22 +0000 (11:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Jul 2012 18:51:22 +0000 (11:51 -0700)
commit935173744abe86278074ad8f131c1932276b1ac1
tree636ddb34b7b16fba57fb8e0e85f4e81c0d045c7f
parentce9f8d6b39b0d8f62092477b8d96a835860fb45a
parent7c8d3a42fe1c58a7e8fd3f6a013e7d7b474ff931
Merge tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm

Pull device-mapper discard fixes from Alasdair G Kergon:
  - avoid a crash in dm-raid1 when discards coincide with mirror
    recovery;
  - avoid discarding shared data that's still needed in dm-thin;
  - don't guarantee that discarded blocks will be wiped in dm-raid1.

* tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm:
  dm raid1: set discard_zeroes_data_unsupported
  dm thin: do not send discards to shared blocks
  dm raid1: fix crash with mirror recovery and discard