aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar2-3/+3
2021-08-24scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-30/+13
2021-08-24scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-72/+48
2021-08-24scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin1-3/+6
2021-08-24scsi: lpfc: Copyright updates for 14.0.0.1 patchesJames Smart4-4/+4
2021-08-24scsi: lpfc: Update lpfc version to 14.0.0.1James Smart1-1/+1
2021-08-24scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart2-0/+97
2021-08-24scsi: lpfc: Add cmf_info sysfs entryJames Smart7-10/+235
2021-08-24scsi: lpfc: Add debugfs support for cm framework buffersJames Smart3-0/+234
2021-08-24scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart3-1/+542
2021-08-24scsi: lpfc: Add rx monitoring statisticsJames Smart5-0/+92
2021-08-24scsi: lpfc: Add support for the CM frameworkJames Smart12-34/+912
2021-08-24scsi: lpfc: Add cmfsync WQE supportJames Smart5-3/+268
2021-08-24scsi: lpfc: Add support for cm enablement bufferJames Smart6-5/+363
2021-08-24scsi: lpfc: Add cm statistics buffer supportJames Smart5-0/+272
2021-08-24scsi: lpfc: Add EDC ELS supportJames Smart10-11/+988
2021-08-24scsi: lpfc: Expand FPIN and RDF receive loggingJames Smart2-41/+322
2021-08-24scsi: lpfc: Add MIB feature enablement supportJames Smart5-20/+123
2021-08-24scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmwareJames Smart2-2/+79
2021-08-24scsi: ufs: ufshpb: Fix typo in commentsKeoseong Park1-1/+1
2021-08-24scsi: mpi3mr: Set up IRQs in resume pathKashyap Desai3-25/+44
2021-08-24scsi: core: scsi_ioctl: Fix error code propagation in SG_IOHalil Pasic1-1/+1
2021-08-24scsi: ufs: ufshpb: Fix possible memory leakKeoseong Park1-3/+3
2021-08-24scsi: snic: Fix spelling mistake 'progres' -> 'progress'Colin Ian King1-1/+1
2021-08-24scsi: ncr53c8xx: Remove unused codeHannes Reinecke1-163/+0
2021-08-24scsi: ncr53c8xx: Complete all commands during bus resetHannes Reinecke1-33/+2
2021-08-24scsi: ncr53c8xx: Remove 'sync_reset' argument from ncr_reset_bus()Hannes Reinecke1-6/+5
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-28/+6
2021-08-23scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build ruleMasahiro Yamada1-2/+4
2021-08-23scsi: qla1280: Stop using scsi_cmnd.tagJohn Garry1-1/+1
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()Hannes Reinecke1-31/+23
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()Hannes Reinecke1-3/+53
2021-08-23scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus resetHannes Reinecke1-10/+0
2021-08-23scsi: qla2xxx: Update version to 10.02.06.200-kNilesh Javali1-2/+2
2021-08-23scsi: qla2xxx: edif: Fix returnvar.cocci warningskernel test robot1-2/+1
2021-08-23scsi: qla2xxx: Fix NVMe session down detectionQuinn Tran3-5/+26
2021-08-23scsi: qla2xxx: Fix NVMe retryQuinn Tran5-26/+40
2021-08-23scsi: qla2xxx: Fix hang on NVMe command timeoutsArun Easi4-14/+25
2021-08-23scsi: qla2xxx: Fix NVMe | FCP personality changeQuinn Tran2-2/+4
2021-08-23scsi: qla2xxx: edif: Do secure PLOGI when auth app is presentQuinn Tran5-14/+10
2021-08-23scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran11-66/+234
2021-08-23scsi: qla2xxx: Fix hang during NVMe session tear downArun Easi1-1/+1
2021-08-23scsi: qla2xxx: edif: Fix EDIF enable flagQuinn Tran2-3/+13
2021-08-23scsi: qla2xxx: edif: Reject AUTH ELS on session downQuinn Tran3-2/+8
2021-08-23scsi: qla2xxx: edif: Fix stale sessionQuinn Tran3-0/+11
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2-4/+4
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2-2/+4
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig2-2/+5
2021-08-23sg: do not allocate a gendiskChristoph Hellwig1-23/+9
2021-08-23st: do not allocate a gendiskChristoph Hellwig2-38/+13