Revision 688daed2e5daf0a1513effdc05ce3c56ade836f9 authored by Linus Torvalds on 10 January 2021, 21:17:21 UTC, committed by Linus Torvalds on 10 January 2021, 21:17:21 UTC
Pull SCSI fixes from James Bottomley:
 "This is two driver fixes (megaraid_sas and hisi_sas).

  The megaraid one is a revert of a previous revert of a cpu hotplug fix
  which exposed a bug in the block layer which has been fixed in this
  merge window.

  The hisi_sas performance enhancement comes from switching to interrupt
  managed completion queues, which depended on the addition of
  devm_platform_get_irqs_affinity() which is now upstream via the irq
  tree in the last merge window"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: hisi_sas: Expose HW queues for v2 hw
  Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug""
2 parent s ed41fd0 + a8f8088
History
File Mode Size
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 703 bytes
associola.c -rw-r--r-- 48.8 KB
auth.c -rw-r--r-- 26.5 KB
bind_addr.c -rw-r--r-- 13.9 KB
chunk.c -rw-r--r-- 9.5 KB
debug.c -rw-r--r-- 3.8 KB
diag.c -rw-r--r-- 13.8 KB
endpointola.c -rw-r--r-- 10.1 KB
input.c -rw-r--r-- 34.9 KB
inqueue.c -rw-r--r-- 6.4 KB
ipv6.c -rw-r--r-- 30.7 KB
objcnt.c -rw-r--r-- 2.8 KB
offload.c -rw-r--r-- 2.6 KB
output.c -rw-r--r-- 22.9 KB
outqueue.c -rw-r--r-- 55.0 KB
primitive.c -rw-r--r-- 6.7 KB
proc.c -rw-r--r-- 10.8 KB
protocol.c -rw-r--r-- 46.0 KB
sm_make_chunk.c -rw-r--r-- 115.6 KB
sm_sideeffect.c -rw-r--r-- 50.6 KB
sm_statefuns.c -rw-r--r-- 205.7 KB
sm_statetable.c -rw-r--r-- 32.9 KB
socket.c -rw-r--r-- 261.4 KB
stream.c -rw-r--r-- 26.5 KB
stream_interleave.c -rw-r--r-- 31.5 KB
stream_sched.c -rw-r--r-- 6.1 KB
stream_sched_prio.c -rw-r--r-- 8.4 KB
stream_sched_rr.c -rw-r--r-- 4.5 KB
sysctl.c -rw-r--r-- 14.1 KB
transport.c -rw-r--r-- 20.8 KB
tsnmap.c -rw-r--r-- 8.8 KB
ulpevent.c -rw-r--r-- 32.5 KB
ulpqueue.c -rw-r--r-- 28.7 KB

back to top