* [git pull] device mapper fixes for 3.15-rc6
@ 2014-05-16 14:51 Mike Snitzer
0 siblings, 0 replies; only message in thread
From: Mike Snitzer @ 2014-05-16 14:51 UTC (permalink / raw)
To: Linus Torvalds
Cc: dm-devel, linux-kernel, Alasdair G Kergon, Joe Thornber,
Mikulas Patocka
The following changes since commit d6d211db37e75de2ddc3a4f979038c40df7cc79c:
Linux 3.15-rc5 (2014-05-09 13:10:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/dm-3.15-fixes-2
for you to fetch changes up to 4cdd2ad78098244c1bc9ec4374ea1c225fd1cd6f:
dm mpath: fix lock order inconsistency in multipath_ioctl (2014-05-14 16:12:17 -0400)
Please pull, thanks.
Mike
----------------------------------------------------------------
A dm-crypt fix for a cpu hotplug crash that switches from using per-cpu
data to a mempool allocation (which offers allocation with cpu locality,
and there is no inter-cpu communication on slab allocation).
A couple dm-thinp stable fixes to address "out-of-data-space" issues.
A dm-multipath fix for a LOCKDEP warning introduced in 3.15-rc1.
----------------------------------------------------------------
Joe Thornber (2):
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
dm thin: add timeout to stop out-of-data-space mode holding IO forever
Mike Snitzer (1):
dm mpath: fix lock order inconsistency in multipath_ioctl
Mikulas Patocka (1):
dm crypt: fix cpu hotplug crash by removing per-cpu structure
drivers/md/dm-crypt.c | 61 ++++++++++-----------------------------------------
drivers/md/dm-mpath.c | 2 +-
drivers/md/dm-thin.c | 23 ++++++++++++++++++-
3 files changed, 35 insertions(+), 51 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-16 14:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 14:51 [git pull] device mapper fixes for 3.15-rc6 Mike Snitzer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox