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
host
hotplug
pcie
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 1.5 KB
access.c -rw-r--r-- 15.5 KB
ats.c -rw-r--r-- 8.6 KB
bus.c -rw-r--r-- 8.7 KB
host-bridge.c -rw-r--r-- 2.0 KB
hotplug-pci.c -rw-r--r-- 708 bytes
htirq.c -rw-r--r-- 4.3 KB
ioapic.c -rw-r--r-- 2.7 KB
iov.c -rw-r--r-- 16.0 KB
irq.c -rw-r--r-- 1.7 KB
msi.c -rw-r--r-- 30.3 KB
of.c -rw-r--r-- 1.5 KB
pci-acpi.c -rw-r--r-- 9.7 KB
pci-driver.c -rw-r--r-- 33.6 KB
pci-label.c -rw-r--r-- 7.1 KB
pci-stub.c -rw-r--r-- 2.4 KB
pci-sysfs.c -rw-r--r-- 37.9 KB
pci.c -rw-r--r-- 113.9 KB
pci.h -rw-r--r-- 9.9 KB
probe.c -rw-r--r-- 51.5 KB
proc.c -rw-r--r-- 9.1 KB
quirks.c -rw-r--r-- 124.2 KB
remove.c -rw-r--r-- 3.5 KB
rom.c -rw-r--r-- 6.2 KB
search.c -rw-r--r-- 10.7 KB
setup-bus.c -rw-r--r-- 43.4 KB
setup-irq.c -rw-r--r-- 1.7 KB
setup-res.c -rw-r--r-- 9.1 KB
slot.c -rw-r--r-- 10.2 KB
syscall.c -rw-r--r-- 2.6 KB
vc.c -rw-r--r-- 12.3 KB
vpd.c -rw-r--r-- 1.2 KB
xen-pcifront.c -rw-r--r-- 26.9 KB

back to top