All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Snitzer <snitzer@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, linux-kernel@vger.kernel.org,
	Joe Thornber <ejt@redhat.com>,
	"Alasdair G. Kergon" <agk@redhat.com>,
	Frank Mayhar <fmayhar@google.com>, Hannes Reinecke <hare@suse.de>,
	Jun'ichi Nomura <j-nomura@ce.jp.nec.com>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Mikulas Patocka <mpatocka@redhat.com>
Subject: [git pull] device mapper fixes for 3.12
Date: Mon, 23 Sep 2013 20:13:20 -0400	[thread overview]
Message-ID: <20130924001320.GA27767@redhat.com> (raw)

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

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

for you to fetch changes up to e8603136cb04ec2d0c9b4b5be7a071fc003cb399:

  dm: add reserved_bio_based_ios module parameter (2013-09-23 10:42:24 -0400)

Please pull, thanks.
Mike

----------------------------------------------------------------
A set of device-mapper fixes for 3.12.

A few fixes for dm-snapshot, a 32 bit fix for dm-stats, a couple error
handling fixes for dm-multipath.  A fix for the thin provisioning target
to not expose non-zero discard limits if discards are disabled.

Lastly, add two DM module parameters which allow users to tune the
emergency memory reserves that DM mainatins per device -- this helps fix
a long-standing issue for dm-multipath.  The conservative default
reserve for request-based dm-multipath devices (256) has proven
problematic for users with many multipathed SCSI devices but relatively
little memory.  To responsibly select a smaller value users should use
the new nr_bios tracepoint info (via commit 75afb352 "block: Add nr_bios
to block_rq_remap tracepoint") to determine the peak number of bios
their workloads create.

----------------------------------------------------------------
Jun'ichi Nomura (1):
      dm mpath: do not fail path on -ENOSPC

Mike Snitzer (5):
      dm mpath: disable WRITE SAME if it fails
      dm thin: do not expose non-zero discard limits if discards disabled
      dm: lower bio-based mempool reservation
      dm: add reserved_rq_based_ios module parameter
      dm: add reserved_bio_based_ios module parameter

Mikulas Patocka (3):
      dm stats: fix possible counter corruption on 32-bit systems
      dm snapshot: workaround for a false positive lockdep warning
      dm-snapshot: fix performance degradation due to small hash size

 drivers/md/dm-io.c              |  7 ++--
 drivers/md/dm-mpath.c           | 18 ++++++++---
 drivers/md/dm-snap-persistent.c |  2 +-
 drivers/md/dm-snap.c            |  5 ++-
 drivers/md/dm-stats.c           | 23 +++++++++----
 drivers/md/dm-thin.c            | 14 ++++++--
 drivers/md/dm.c                 | 71 ++++++++++++++++++++++++++++++++++++++---
 drivers/md/dm.h                 |  3 ++
 include/linux/device-mapper.h   |  3 +-
 9 files changed, 120 insertions(+), 26 deletions(-)

                 reply	other threads:[~2013-09-24  0:13 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=20130924001320.GA27767@redhat.com \
    --to=snitzer@redhat.com \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=ejt@redhat.com \
    --cc=fmayhar@google.com \
    --cc=hare@suse.de \
    --cc=j-nomura@ce.jp.nec.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.petersen@oracle.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.