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-- 686 bytes
Makefile -rw-r--r-- 580 bytes
af_rds.c -rw-r--r-- 14.1 KB
bind.c -rw-r--r-- 5.1 KB
cong.c -rw-r--r-- 11.9 KB
connection.c -rw-r--r-- 16.2 KB
ib.c -rw-r--r-- 12.2 KB
ib.h -rw-r--r-- 11.4 KB
ib_cm.c -rw-r--r-- 23.2 KB
ib_rdma.c -rw-r--r-- 19.7 KB
ib_recv.c -rw-r--r-- 30.0 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 30.2 KB
ib_stats.c -rw-r--r-- 2.8 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 934 bytes
iw.c -rw-r--r-- 8.8 KB
iw.h -rw-r--r-- 12.0 KB
iw_cm.c -rw-r--r-- 20.8 KB
iw_rdma.c -rw-r--r-- 24.0 KB
iw_recv.c -rw-r--r-- 25.9 KB
iw_ring.c -rw-r--r-- 4.8 KB
iw_send.c -rw-r--r-- 29.2 KB
iw_stats.c -rw-r--r-- 2.8 KB
iw_sysctl.c -rw-r--r-- 4.1 KB
loop.c -rw-r--r-- 5.8 KB
loop.h -rw-r--r-- 137 bytes
message.c -rw-r--r-- 10.2 KB
page.c -rw-r--r-- 5.8 KB
rdma.c -rw-r--r-- 22.5 KB
rdma_transport.c -rw-r--r-- 6.6 KB
rdma_transport.h -rw-r--r-- 549 bytes
rds.h -rw-r--r-- 24.8 KB
recv.c -rw-r--r-- 15.3 KB
send.c -rw-r--r-- 30.0 KB
stats.c -rw-r--r-- 4.3 KB
sysctl.c -rw-r--r-- 3.5 KB
tcp.c -rw-r--r-- 8.8 KB
tcp.h -rw-r--r-- 2.5 KB
tcp_connect.c -rw-r--r-- 4.2 KB
tcp_listen.c -rw-r--r-- 5.0 KB
tcp_recv.c -rw-r--r-- 9.3 KB
tcp_send.c -rw-r--r-- 6.3 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 6.9 KB
transport.c -rw-r--r-- 3.6 KB

back to top