All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Junichi Nomura <j-nomura@ce.jp.nec.com>,
	dm-devel@redhat.com, Mikulas Patocka <mpatocka@redhat.com>,
	Joe Thornber <ejt@redhat.com>, Alasdair G Kergon <agk@redhat.com>
Subject: [git pull] device mapper fixes for 4.3-rc5
Date: Fri, 9 Oct 2015 17:46:53 -0400	[thread overview]
Message-ID: <20151009214653.GA19859@redhat.com> (raw)

Hi Linus,

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm dm-4.3-fixes-2

for you to fetch changes up to b0d3cc011e532d8c9db76cf717bcafa53c135595:

  dm snapshot: add new persistent store option to support overflow (2015-10-09 16:57:03 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
3 stable@ fixes:

- DM core AB-BA deadlock fix in the device destruction path (vs device
  creation's DM table swap).

- DM raid fix to properly round up the region_size to the next
  power-of-2.

- DM cache fix for a NULL pointer seen while switching from the
  "cleaner" cache policy.

2 fixes for regressions introduced during the 4.3 merge:

- request-based DM error propagation regressed due to incorrect
  changes introduced when adding the bi_error field to bio.

- DM snapshot fix to only support snapshots that overflow if the client
  (e.g. lvm2) is prepared to deal with the associated snapshot status
  interface change.

----------------------------------------------------------------
Joe Thornber (1):
      dm cache: fix NULL pointer when switching from cleaner policy

Junichi Nomura (2):
      dm: fix AB-BA deadlock in __dm_destroy()
      dm: fix request-based dm error reporting

Mike Snitzer (1):
      dm snapshot: add new persistent store option to support overflow

Mikulas Patocka (1):
      dm raid: fix round up of default region size

 Documentation/device-mapper/snapshot.txt | 10 +++++++---
 drivers/md/dm-cache-policy-cleaner.c     |  2 +-
 drivers/md/dm-exception-store.c          |  6 +++---
 drivers/md/dm-exception-store.h          |  5 +++--
 drivers/md/dm-raid.c                     |  3 +--
 drivers/md/dm-snap-persistent.c          | 17 ++++++++++++++---
 drivers/md/dm-snap-transient.c           |  3 +--
 drivers/md/dm-snap.c                     | 14 +++++++++-----
 drivers/md/dm.c                          | 11 +++++------
 9 files changed, 44 insertions(+), 27 deletions(-)

                 reply	other threads:[~2015-10-09 21:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151009214653.GA19859@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=ejt@redhat.com \
    --cc=j-nomura@ce.jp.nec.com \
    --cc=mpatocka@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.