Revision 23de4a7af7bc3d687f783a612b8e824865b7e6ce authored by Linus Torvalds on 21 May 2014, 08:57:31 UTC, committed by Linus Torvalds on 21 May 2014, 08:57:31 UTC
Pull device mapper fixes from Mike Snitzer:
 "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"

* tag 'dm-3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm mpath: fix lock order inconsistency in multipath_ioctl
  dm thin: add timeout to stop out-of-data-space mode holding IO forever
  dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
  dm crypt: fix cpu hotplug crash by removing per-cpu structure
2 parent s 31a3fca + 4cdd2ad
History
File Mode Size
Kconfig -rw-r--r-- 3.1 KB
Makefile -rw-r--r-- 587 bytes
associola.c -rw-r--r-- 46.5 KB
auth.c -rw-r--r-- 23.7 KB
bind_addr.c -rw-r--r-- 13.7 KB
chunk.c -rw-r--r-- 9.5 KB
command.c -rw-r--r-- 2.0 KB
debug.c -rw-r--r-- 4.2 KB
endpointola.c -rw-r--r-- 13.0 KB
input.c -rw-r--r-- 30.7 KB
inqueue.c -rw-r--r-- 6.6 KB
ipv6.c -rw-r--r-- 28.3 KB
objcnt.c -rw-r--r-- 4.0 KB
output.c -rw-r--r-- 22.2 KB
outqueue.c -rw-r--r-- 52.0 KB
primitive.c -rw-r--r-- 7.3 KB
probe.c -rw-r--r-- 5.9 KB
proc.c -rw-r--r-- 14.3 KB
protocol.c -rw-r--r-- 41.5 KB
sm_make_chunk.c -rw-r--r-- 101.5 KB
sm_sideeffect.c -rw-r--r-- 48.9 KB
sm_statefuns.c -rw-r--r-- 196.9 KB
sm_statetable.c -rw-r--r-- 31.2 KB
socket.c -rw-r--r-- 201.8 KB
ssnmap.c -rw-r--r-- 3.1 KB
sysctl.c -rw-r--r-- 11.5 KB
transport.c -rw-r--r-- 19.7 KB
tsnmap.c -rw-r--r-- 9.5 KB
ulpevent.c -rw-r--r-- 30.3 KB
ulpqueue.c -rw-r--r-- 28.9 KB

back to top