All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Heinz Mauelshagen <heinzm@redhat.com>,
	dm-devel@redhat.com, Mikulas Patocka <mpatocka@redhat.com>,
	Alasdair G Kergon <agk@redhat.com>
Subject: [git pull] device mapper fixes for 4.8-rc3
Date: Fri, 19 Aug 2016 12:11:55 -0400	[thread overview]
Message-ID: <20160819161154.GA23114@redhat.com> (raw)

Hi Linus,

The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

  Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9e7d9367e6a29e4cac85aa6df199f760dfa39c8a:

  dm raid: support raid0 with missing metadata devices (2016-08-17 10:42:39 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
- a stable fix for DM round robin multipath path selector to disable
  preemption before using this_cpu_ptr()

- a slight increase in DM crypt's mempool reserves to make swap ontop of
  DM crypt more performant

- a few DM raid fixes to issues found while testing changes that were
  merged in v4.8-rc1

----------------------------------------------------------------
Heinz Mauelshagen (4):
      dm raid: fix frozen recovery regression
      dm raid: fix restoring of failed devices regression
      dm raid: enhance attempt_restore_of_faulty_devices() to support more devices
      dm raid: support raid0 with missing metadata devices

Mike Snitzer (1):
      dm round robin: do not use this_cpu_ptr() without having preemption disabled

Mikulas Patocka (1):
      dm crypt: increase mempool reserve to better support swapping

 drivers/md/dm-crypt.c       |  2 +-
 drivers/md/dm-raid.c        | 82 ++++++++++++++++++++++++++-------------------
 drivers/md/dm-round-robin.c |  7 ++--
 3 files changed, 53 insertions(+), 38 deletions(-)

                 reply	other threads:[~2016-08-19 16:11 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=20160819161154.GA23114@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=heinzm@redhat.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.