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
netfilter
Kconfig -rw-r--r-- 7.1 KB
Makefile -rw-r--r-- 1.6 KB
addrconf.c -rw-r--r-- 130.2 KB
addrconf_core.c -rw-r--r-- 4.7 KB
addrlabel.c -rw-r--r-- 14.0 KB
af_inet6.c -rw-r--r-- 24.6 KB
ah6.c -rw-r--r-- 18.3 KB
anycast.c -rw-r--r-- 11.2 KB
datagram.c -rw-r--r-- 22.1 KB
esp6.c -rw-r--r-- 15.4 KB
exthdrs.c -rw-r--r-- 20.6 KB
exthdrs_core.c -rw-r--r-- 7.5 KB
exthdrs_offload.c -rw-r--r-- 935 bytes
fib6_rules.c -rw-r--r-- 7.7 KB
icmp.c -rw-r--r-- 23.0 KB
inet6_connection_sock.c -rw-r--r-- 7.2 KB
inet6_hashtables.c -rw-r--r-- 8.7 KB
ip6_checksum.c -rw-r--r-- 2.4 KB
ip6_fib.c -rw-r--r-- 42.3 KB
ip6_flowlabel.c -rw-r--r-- 19.9 KB
ip6_gre.c -rw-r--r-- 40.5 KB
ip6_icmp.c -rw-r--r-- 939 bytes
ip6_input.c -rw-r--r-- 8.7 KB
ip6_offload.c -rw-r--r-- 8.0 KB
ip6_offload.h -rw-r--r-- 492 bytes
ip6_output.c -rw-r--r-- 40.1 KB
ip6_tunnel.c -rw-r--r-- 44.5 KB
ip6_vti.c -rw-r--r-- 27.0 KB
ip6mr.c -rw-r--r-- 56.9 KB
ipcomp6.c -rw-r--r-- 5.5 KB
ipv6_sockglue.c -rw-r--r-- 28.6 KB
mcast.c -rw-r--r-- 68.3 KB
mip6.c -rw-r--r-- 13.2 KB
ndisc.c -rw-r--r-- 42.4 KB
netfilter.c -rw-r--r-- 5.5 KB
output_core.c -rw-r--r-- 2.8 KB
ping.c -rw-r--r-- 7.4 KB
proc.c -rw-r--r-- 11.0 KB
protocol.c -rw-r--r-- 2.1 KB
raw.c -rw-r--r-- 30.3 KB
reassembly.c -rw-r--r-- 19.0 KB
route.c -rw-r--r-- 76.8 KB
sit.c -rw-r--r-- 41.9 KB
syncookies.c -rw-r--r-- 7.5 KB
sysctl_net_ipv6.c -rw-r--r-- 3.8 KB
tcp_ipv6.c -rw-r--r-- 51.8 KB
tcpv6_offload.c -rw-r--r-- 2.1 KB
tunnel6.c -rw-r--r-- 4.6 KB
udp.c -rw-r--r-- 37.4 KB
udp_impl.h -rw-r--r-- 1.4 KB
udp_offload.c -rw-r--r-- 3.8 KB
udplite.c -rw-r--r-- 3.4 KB
xfrm6_input.c -rw-r--r-- 3.0 KB
xfrm6_mode_beet.c -rw-r--r-- 3.2 KB
xfrm6_mode_ro.c -rw-r--r-- 2.2 KB
xfrm6_mode_transport.c -rw-r--r-- 2.3 KB
xfrm6_mode_tunnel.c -rw-r--r-- 3.2 KB
xfrm6_output.c -rw-r--r-- 3.8 KB
xfrm6_policy.c -rw-r--r-- 9.3 KB
xfrm6_protocol.c -rw-r--r-- 6.2 KB
xfrm6_state.c -rw-r--r-- 4.6 KB
xfrm6_tunnel.c -rw-r--r-- 9.8 KB

back to top