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
hvc
ipwireless
serial
vt
Kconfig -rw-r--r-- 15.5 KB
Makefile -rw-r--r-- 1.1 KB
amiserial.c -rw-r--r-- 45.9 KB
bfin_jtag_comm.c -rw-r--r-- 9.3 KB
cyclades.c -rw-r--r-- 110.3 KB
ehv_bytechan.c -rw-r--r-- 23.0 KB
goldfish.c -rw-r--r-- 8.5 KB
isicom.c -rw-r--r-- 41.4 KB
metag_da.c -rw-r--r-- 16.5 KB
moxa.c -rw-r--r-- 52.5 KB
moxa.h -rw-r--r-- 8.4 KB
mxser.c -rw-r--r-- 70.7 KB
mxser.h -rw-r--r-- 4.5 KB
n_gsm.c -rw-r--r-- 79.0 KB
n_hdlc.c -rw-r--r-- 27.3 KB
n_r3964.c -rw-r--r-- 30.7 KB
n_tracerouter.c -rw-r--r-- 7.1 KB
n_tracesink.c -rw-r--r-- 7.1 KB
n_tracesink.h -rw-r--r-- 1.3 KB
n_tty.c -rw-r--r-- 61.8 KB
nozomi.c -rw-r--r-- 47.9 KB
pty.c -rw-r--r-- 20.6 KB
rocket.c -rw-r--r-- 93.5 KB
rocket.h -rw-r--r-- 3.8 KB
rocket_int.h -rw-r--r-- 41.6 KB
synclink.c -rw-r--r-- 229.9 KB
synclink_gt.c -rw-r--r-- 132.3 KB
synclinkmp.c -rw-r--r-- 147.1 KB
sysrq.c -rw-r--r-- 25.8 KB
tty_audit.c -rw-r--r-- 8.3 KB
tty_buffer.c -rw-r--r-- 13.9 KB
tty_io.c -rw-r--r-- 89.1 KB
tty_ioctl.c -rw-r--r-- 31.4 KB
tty_ldisc.c -rw-r--r-- 19.3 KB
tty_ldsem.c -rw-r--r-- 11.2 KB
tty_mutex.c -rw-r--r-- 1.4 KB
tty_port.c -rw-r--r-- 15.4 KB

back to top