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
.gitignore -rw-r--r-- 8 bytes
Kconfig -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 899 bytes
ap.c -rw-r--r-- 1.1 KB
chan.c -rw-r--r-- 18.3 KB
core.c -rw-r--r-- 25.5 KB
core.h -rw-r--r-- 14.7 KB
db.txt -rw-r--r-- 759 bytes
debugfs.c -rw-r--r-- 3.0 KB
debugfs.h -rw-r--r-- 300 bytes
ethtool.c -rw-r--r-- 3.0 KB
ethtool.h -rw-r--r-- 148 bytes
genregdb.awk -rw-r--r-- 4.1 KB
ibss.c -rw-r--r-- 12.8 KB
lib80211.c -rw-r--r-- 7.1 KB
lib80211_crypt_ccmp.c -rw-r--r-- 11.6 KB
lib80211_crypt_tkip.c -rw-r--r-- 20.4 KB
lib80211_crypt_wep.c -rw-r--r-- 7.1 KB
mesh.c -rw-r--r-- 8.1 KB
mlme.c -rw-r--r-- 20.2 KB
nl80211.c -rw-r--r-- 311.3 KB
nl80211.h -rw-r--r-- 3.3 KB
radiotap.c -rw-r--r-- 11.7 KB
rdev-ops.h -rw-r--r-- 27.8 KB
reg.c -rw-r--r-- 70.8 KB
reg.h -rw-r--r-- 4.6 KB
regdb.h -rw-r--r-- 948 bytes
scan.c -rw-r--r-- 38.5 KB
sme.c -rw-r--r-- 25.3 KB
sysfs.c -rw-r--r-- 3.8 KB
sysfs.h -rw-r--r-- 183 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 71.4 KB
util.c -rw-r--r-- 35.5 KB
wext-compat.c -rw-r--r-- 38.7 KB
wext-compat.h -rw-r--r-- 2.1 KB
wext-core.c -rw-r--r-- 29.0 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 4.0 KB
wext-sme.c -rw-r--r-- 9.2 KB
wext-spy.c -rw-r--r-- 6.6 KB

back to top