summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke17-164/+82
2021-06-01scsi: core: Stop using DRIVER_ERRORHannes Reinecke13-21/+44
2021-06-01scsi: scsi_dh_alua: Check for negative result valueHannes Reinecke1-4/+4
2021-06-01scsi: core: Reshuffle response handling in scsi_mode_sense()Hannes Reinecke1-38/+37
2021-06-01scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke4-16/+17
2021-06-01scsi: st: Return error code in st_scsi_execute()Hannes Reinecke1-2/+2
2021-06-01scsi: ufs: Suppress false positive unhandled interrupt messagesBart Van Assche1-1/+2
2021-06-01scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S3-16/+145
2021-06-01scsi: mpt3sas: Handle firmware faults during first half of IOC initSuganath Prabu S3-77/+201
2021-06-01scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S1-0/+22
2021-05-22scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry1-0/+3
2021-05-22scsi: lpfc: Update lpfc version to 12.8.0.10James Smart1-1/+1
2021-05-22scsi: lpfc: Reregister FPIN types if ELS_RDF is received from fabric controllerJames Smart2-0/+76
2021-05-22scsi: lpfc: Add a option to enable interlocked ABTS before job completionJames Smart4-7/+53
2021-05-22scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart1-2/+3
2021-05-22scsi: lpfc: Ignore GID-FT response that may be received after a link flipJames Smart2-8/+38
2021-05-22scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart7-20/+189
2021-05-22scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIsJames Smart1-3/+18
2021-05-22scsi: lpfc: Add ndlp kref accounting for resume RPI pathJames Smart2-1/+26
2021-05-22scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart1-0/+9
2021-05-22scsi: lpfc: Fix non-optimized ERSP handlingJames Smart1-2/+12
2021-05-22scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart6-40/+115
2021-05-22scsi: scsi_dh_alua: Retry RTPG on a different path after failureMartin Wilck1-3/+67
2021-05-22scsi: qla2xxx: Remove redundant assignment to rvalJiapeng Chong1-2/+0
2021-05-22scsi: ufs: ufs-exynos: Make a const array static, makes object smallerColin Ian King1-1/+1
2021-05-22scsi: fas216: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2021-05-22scsi: ufs: core: Clean up whitespaceKeoseong Park1-1/+1
2021-05-22scsi: core: Remove leading spaces in KconfigJuerg Haefliger1-1/+1
2021-05-22scsi: target: tcmu: Fix boolreturn.cocci warningskernel test robot1-1/+1
2021-05-22scsi: ufs: Use designated initializers in ufs_pm_lvl_states[]Bart Van Assche2-14/+14
2021-05-22scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()Sergey Shtylyov1-6/+6
2021-05-22scsi: bfa: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-22scsi: bfa: Fix typozuoqilin1-1/+1
2021-05-21scsi: pmcraid: Fix typoszuoqilin1-2/+2
2021-05-21scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creationDaniel Wagner1-1/+1
2021-05-21scsi: arcmsr: Update driver version to v1.50.00.05-20210429ching Huang1-1/+1
2021-05-21scsi: arcmsr: Fix doorbell status being updated late on ARC-1886ching Huang1-2/+9
2021-05-21scsi: qedf: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang1-2/+1
2021-05-21scsi: ufs: ufs-exynos: Move definitions from .h to .cBart Van Assche2-27/+26
2021-05-16scsi: 3w-9xxx: Fix endianness issues in command packetsSamuel Holland2-86/+81
2021-05-16scsi: 3w-9xxx: Reduce scope of structure packingSamuel Holland1-8/+10
2021-05-16scsi: 3w-9xxx: Use flexible array members to avoid struct paddingSamuel Holland2-8/+12
2021-05-16scsi: be2iscsi: Remove redundant initializationNigel Christian1-2/+0
2021-05-16scsi: ufs: core: Remove redundant parenthesisKeoseong Park1-4/+4
2021-05-16scsi: ufs: core: Remove usfhcd_is_*_pm() macrosBart Van Assche3-9/+5
2021-05-15scsi: bfa: Remove some unused variablesChristophe JAILLET1-6/+0
2021-05-15scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY dataKonstantin Shelekhin1-1/+33
2021-05-15scsi: target: core: Bump INQUIRY VERSION to SPC-4Konstantin Shelekhin1-1/+1
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko3-7/+62
2021-05-15scsi: target: core: Unify NAA identifier generationSergey Samoylenko3-40/+26