lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 23 Sep 2013 20:13:20 -0400
From:	Mike Snitzer <snitzer@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	dm-devel@...hat.com, linux-kernel@...r.kernel.org,
	Joe Thornber <ejt@...hat.com>,
	"Alasdair G. Kergon" <agk@...hat.com>,
	Frank Mayhar <fmayhar@...gle.com>,
	Hannes Reinecke <hare@...e.de>,
	"Jun'ichi Nomura" <j-nomura@...jp.nec.com>,
	"Martin K. Petersen" <martin.petersen@...cle.com>,
	Mikulas Patocka <mpatocka@...hat.com>
Subject: [git pull] device mapper fixes for 3.12

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ