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-- 8.3 KB
Makefile -rw-r--r-- 1.6 KB
ip6_tables.c -rw-r--r-- 55.8 KB
ip6t_MASQUERADE.c -rw-r--r-- 3.5 KB
ip6t_NPT.c -rw-r--r-- 3.9 KB
ip6t_REJECT.c -rw-r--r-- 3.2 KB
ip6t_SYNPROXY.c -rw-r--r-- 13.1 KB
ip6t_ah.c -rw-r--r-- 3.1 KB
ip6t_eui64.c -rw-r--r-- 1.8 KB
ip6t_frag.c -rw-r--r-- 3.9 KB
ip6t_hbh.c -rw-r--r-- 5.0 KB
ip6t_ipv6header.c -rw-r--r-- 3.5 KB
ip6t_mh.c -rw-r--r-- 2.3 KB
ip6t_rpfilter.c -rw-r--r-- 3.5 KB
ip6t_rt.c -rw-r--r-- 5.8 KB
ip6table_filter.c -rw-r--r-- 2.8 KB
ip6table_mangle.c -rw-r--r-- 4.1 KB
ip6table_nat.c -rw-r--r-- 8.6 KB
ip6table_raw.c -rw-r--r-- 2.1 KB
ip6table_security.c -rw-r--r-- 2.8 KB
nf_conntrack_l3proto_ipv6.c -rw-r--r-- 13.3 KB
nf_conntrack_proto_icmpv6.c -rw-r--r-- 11.0 KB
nf_conntrack_reasm.c -rw-r--r-- 16.9 KB
nf_defrag_ipv6_hooks.c -rw-r--r-- 3.4 KB
nf_nat_l3proto_ipv6.c -rw-r--r-- 7.9 KB
nf_nat_proto_icmpv6.c -rw-r--r-- 2.5 KB
nf_tables_ipv6.c -rw-r--r-- 3.2 KB
nft_chain_nat_ipv6.c -rw-r--r-- 5.5 KB
nft_chain_route_ipv6.c -rw-r--r-- 2.6 KB
nft_reject_ipv6.c -rw-r--r-- 2.1 KB

back to top