public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] device-mapper changes for 3.11
@ 2013-07-11  1:34 Alasdair G Kergon
  2013-07-11  6:20 ` Stephen Rothwell
  0 siblings, 1 reply; 8+ messages in thread
From: Alasdair G Kergon @ 2013-07-11  1:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: dm-devel, linux-kernel, Guenter Roeck, Hannes Reinecke,
	Jim Ramsay, Jun'ichi Nomura, Mike Snitzer, Mikulas Patocka,
	Milan Broz, Rob Herring, Robin Dong, stable, Yann Droneaud

Please pull from:
 
  git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm tags/dm-3.11-changes

to get the following device-mapper changes for 3.11.

Thanks,
Alasdair


----------------------------------------------------------------
Add a device-mapper target called dm-switch to provide a multipath
framework for storage arrays that dynamically reconfigure their
preferred paths for different device regions.

Fix a bug in the verity target that prevented its use with some
specific sizes of devices.

Improve some locking mechanisms in the device-mapper core and bufio.

Add Mike Snitzer as a device-mapper maintainer.

A few more clean-ups and fixes.

----------------------------------------------------------------
Alasdair G Kergon (2):
      dm flakey: correct ctr alloc failure mesg
      dm: update maintainers

Hannes Reinecke (1):
      dm mpath: fix ioctl deadlock when no paths

Jim Ramsay (1):
      dm: add switch target

Mikulas Patocka (9):
      dm ioctl: set noio flag to avoid __vmalloc deadlock
      dm verity: fix inability to use a few specific devices sizes
      dm: use __GFP_HIGHMEM in __vmalloc
      dm verity: remove pointless comparison
      dm verity: use __ffs and __fls
      dm cache: fix arm link errors with inline
      dm bufio: submit writes outside lock
      dm: optimize use SRCU and RCU
      dm: optimize reorder structure

 Documentation/device-mapper/switch.txt |  126 ++++++++
 MAINTAINERS                            |    2 +
 drivers/md/Kconfig                     |   14 +
 drivers/md/Makefile                    |    1 +
 drivers/md/dm-bufio.c                  |   75 ++++-
 drivers/md/dm-cache-target.c           |    4 +
 drivers/md/dm-flakey.c                 |    2 +-
 drivers/md/dm-ioctl.c                  |  127 +++++---
 drivers/md/dm-mpath.c                  |    8 +-
 drivers/md/dm-switch.c                 |  538 ++++++++++++++++++++++++++++++++
 drivers/md/dm-table.c                  |   35 ---
 drivers/md/dm-verity.c                 |   17 +-
 drivers/md/dm.c                        |  177 ++++++-----
 include/linux/device-mapper.h          |    6 +-
 include/uapi/linux/dm-ioctl.h          |    4 +-
 15 files changed, 951 insertions(+), 185 deletions(-)
 create mode 100644 Documentation/device-mapper/switch.txt
 create mode 100644 drivers/md/dm-switch.c


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-08-19  0:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-11  1:34 [git pull] device-mapper changes for 3.11 Alasdair G Kergon
2013-07-11  6:20 ` Stephen Rothwell
2013-07-11 13:35   ` Mike Snitzer
2013-07-12  1:01     ` Stephen Rothwell
2013-07-11 13:55   ` [dm-devel] " Alasdair G Kergon
2013-07-12  1:03     ` Stephen Rothwell
2013-08-16 21:18       ` please fetch new git-based DM 'for-next' branch [was: Re: [git pull] device-mapper changes for 3.11] Mike Snitzer
2013-08-19  0:13         ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox