Revision a9c9a6f741cdaa2fa9ba24a790db8d07295761e3 authored by Linus Torvalds on 02 September 2021, 22:09:46 UTC, committed by Linus Torvalds on 02 September 2021, 22:09:46 UTC
Pull SCSI updates from James Bottomley:
 "This series consists of the usual driver updates (ufs, qla2xxx,
  target, smartpqi, lpfc, mpt3sas).

  The core change causing the most churn was replacing the command
  request field request with a macro, allowing us to offset map to it
  and remove the redundant field; the same was also done for the tag
  field.

  The most impactful change is the final removal of scsi_ioctl, which
  has been deprecated for over a decade"

* tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (293 commits)
  scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1
  scsi: ufs: ufs-exynos: Fix static checker warning
  scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PI
  scsi: lpfc: Use the proper SCSI midlayer interfaces for PI
  scsi: lpfc: Copyright updates for 14.0.0.1 patches
  scsi: lpfc: Update lpfc version to 14.0.0.1
  scsi: lpfc: Add bsg support for retrieving adapter cmf data
  scsi: lpfc: Add cmf_info sysfs entry
  scsi: lpfc: Add debugfs support for cm framework buffers
  scsi: lpfc: Add support for maintaining the cm statistics buffer
  scsi: lpfc: Add rx monitoring statistics
  scsi: lpfc: Add support for the CM framework
  scsi: lpfc: Add cmfsync WQE support
  scsi: lpfc: Add support for cm enablement buffer
  scsi: lpfc: Add cm statistics buffer support
  scsi: lpfc: Add EDC ELS support
  scsi: lpfc: Expand FPIN and RDF receive logging
  scsi: lpfc: Add MIB feature enablement support
  scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmware
  scsi: fc: Add EDC ELS definition
  ...
2 parent s 23852be + 9b5ac8a
History
File Mode Size
Makefile -rw-r--r-- 1.9 KB
alloc.c -rw-r--r-- 465 bytes
checksum_32.S -rw-r--r-- 6.3 KB
checksum_64.S -rw-r--r-- 8.0 KB
checksum_wrappers.c -rw-r--r-- 891 bytes
code-patching.c -rw-r--r-- 20.1 KB
copy_32.S -rw-r--r-- 9.7 KB
copy_mc_64.S -rw-r--r-- 4.1 KB
copypage_64.S -rw-r--r-- 2.0 KB
copypage_power7.S -rw-r--r-- 2.8 KB
copyuser_64.S -rw-r--r-- 10.9 KB
copyuser_power7.S -rw-r--r-- 11.9 KB
crtsavres.S -rw-r--r-- 10.7 KB
div64.S -rw-r--r-- 1.7 KB
error-inject.c -rw-r--r-- 484 bytes
feature-fixups-test.S -rw-r--r-- 20.2 KB
feature-fixups.c -rw-r--r-- 30.2 KB
hweight_64.S -rw-r--r-- 1.8 KB
ldstfp.S -rw-r--r-- 3.7 KB
locks.c -rw-r--r-- 1.7 KB
mem_64.S -rw-r--r-- 2.2 KB
memcmp_32.S -rw-r--r-- 625 bytes
memcmp_64.S -rw-r--r-- 11.4 KB
memcpy_64.S -rw-r--r-- 4.2 KB
memcpy_power7.S -rw-r--r-- 10.0 KB
pmem.c -rw-r--r-- 2.5 KB
quad.S -rw-r--r-- 1.1 KB
restart_table.c -rw-r--r-- 1.3 KB
rheap.c -rw-r--r-- 16.4 KB
sstep.c -rw-r--r-- 80.7 KB
string.S -rw-r--r-- 1.2 KB
string_32.S -rw-r--r-- 1.4 KB
string_64.S -rw-r--r-- 2.7 KB
strlen_32.S -rw-r--r-- 2.6 KB
test_code-patching.S -rw-r--r-- 303 bytes
test_emulate_step.c -rw-r--r-- 36.9 KB
test_emulate_step_exec_instr.S -rw-r--r-- 3.5 KB
vmx-helper.c -rw-r--r-- 1.3 KB
xor_vmx.c -rw-r--r-- 2.5 KB
xor_vmx.h -rw-r--r-- 756 bytes
xor_vmx_glue.c -rw-r--r-- 1.4 KB

back to top