All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] last couple device mapper fixes for 3.19 final
@ 2015-01-29 13:49 Mike Snitzer
  0 siblings, 0 replies; only message in thread
From: Mike Snitzer @ 2015-01-29 13:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dm-devel, Joe Thornber, Alasdair G Kergon

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-29 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 13:49 [git pull] last couple device mapper fixes for 3.19 final Mike Snitzer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.