https://github.com/torvalds/linux
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
Tip revision: a9c9a6f741cdaa2fa9ba24a790db8d07295761e3 authored by Linus Torvalds on 02 September 2021, 22:09:46 UTC
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Tip revision: a9c9a6f
File Mode Size
Kconfig -rw-r--r-- 3.3 KB
Makefile -rw-r--r-- 459 bytes
aops.c -rw-r--r-- 51.6 KB
aops.h -rw-r--r-- 3.2 KB
attrib.c -rw-r--r-- 88.8 KB
attrib.h -rw-r--r-- 3.5 KB
bitmap.c -rw-r--r-- 4.7 KB
bitmap.h -rw-r--r-- 2.8 KB
collate.c -rw-r--r-- 2.8 KB
collate.h -rw-r--r-- 934 bytes
compress.c -rw-r--r-- 28.0 KB
debug.c -rw-r--r-- 4.0 KB
debug.h -rw-r--r-- 1.5 KB
dir.c -rw-r--r-- 50.8 KB
dir.h -rw-r--r-- 908 bytes
endian.h -rw-r--r-- 1.4 KB
file.c -rw-r--r-- 59.5 KB
index.c -rw-r--r-- 14.0 KB
index.h -rw-r--r-- 4.7 KB
inode.c -rw-r--r-- 95.9 KB
inode.h -rw-r--r-- 10.3 KB
layout.h -rw-r--r-- 96.2 KB
lcnalloc.c -rw-r--r-- 31.6 KB
lcnalloc.h -rw-r--r-- 4.9 KB
logfile.c -rw-r--r-- 27.4 KB
logfile.h -rw-r--r-- 12.8 KB
malloc.h -rw-r--r-- 2.3 KB
mft.c -rw-r--r-- 98.6 KB
mft.h -rw-r--r-- 3.2 KB
mst.c -rw-r--r-- 6.2 KB
namei.c -rw-r--r-- 13.3 KB
ntfs.h -rw-r--r-- 4.2 KB
quota.c -rw-r--r-- 2.9 KB
quota.h -rw-r--r-- 432 bytes
runlist.c -rw-r--r-- 58.7 KB
runlist.h -rw-r--r-- 2.6 KB
super.c -rw-r--r-- 98.7 KB
sysctl.c -rw-r--r-- 1.5 KB
sysctl.h -rw-r--r-- 613 bytes
time.h -rw-r--r-- 2.8 KB
types.h -rw-r--r-- 1.3 KB
unistr.c -rw-r--r-- 11.4 KB
upcase.c -rw-r--r-- 3.1 KB
usnjrnl.c -rw-r--r-- 1.9 KB
usnjrnl.h -rw-r--r-- 8.4 KB
volume.h -rw-r--r-- 6.1 KB

back to top