[dm-devel] [git pull] last couple device mapper fixes for 3.19 final

Mike Snitzer snitzer at redhat.com
Thu Jan 29 13:49:27 UTC 2015


Hi Linus,

The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce:

  Linux 3.19-rc6 (2015-01-25 20:04:41 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/dm-3.19-fixes-3

for you to fetch changes up to 2a7eaea02b99b6e267b1e89c79acc6e9a51cee3b:

  dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL mode (2015-01-28 10:00:34 -0500)

Please pull, thanks.
Mike

----------------------------------------------------------------
1 stable fix for a dm-cache 3.19-rc6 regression and 1 stable fix for
dm-thin:

- fix DM cache metadata open/lookup error paths to properly use ERR_PTR
  and IS_ERR (fixes: 3.19-rc6 "stable" commit 9b1cc9f251)

- fix DM thin-provisioning to disallow userspace from sending messages
  to the thin-pool if the pool is in READ_ONLY or FAIL mode since no
  metadata changes are not allowed in these modes.

----------------------------------------------------------------
Joe Thornber (2):
      dm cache: fix missing ERR_PTR returns and handling
      dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAIL mode

 drivers/md/dm-cache-metadata.c | 9 +++++----
 drivers/md/dm-thin.c           | 6 ++++++
 2 files changed, 11 insertions(+), 4 deletions(-)




More information about the dm-devel mailing list