summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-05scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov1-59/+32
2021-10-05scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov4-2/+79
2021-10-05scsi: megaraid_sas: Driver version update to 07.719.03.00-rc1Sumit Saxena1-2/+2
2021-10-05scsi: megaraid_sas: Add helper functions for irq_contextSumit Saxena1-6/+39
2021-10-05scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and real...Sumit Saxena1-4/+7
2021-10-05scsi: advansys: Fix kernel pointer leakGuo Zhi1-2/+2
2021-10-05scsi: target: core: Make logs less verboseKonstantin Shelekhin1-4/+4
2021-10-05scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or deadAdrian Hunter1-4/+24
2021-10-05scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or...Adrian Hunter1-13/+23
2021-10-05scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche2-197/+1
2021-10-05scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-10-05scsi: ufs: core: Remove return statement in void functionBean Huo1-1/+0
2021-10-05scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo1-1/+1
2021-10-05scsi: ufs: core: Fix NULL pointer dereferenceBean Huo1-3/+0
2021-10-05scsi: ufs: core: Fix task management completionAdrian Hunter2-30/+23
2021-10-05scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry1-1/+1
2021-10-05scsi: core: Fix spelling in a source code commentBart Van Assche1-1/+1
2021-09-29scsi: sd: Fix sd_do_mode_sense() buffer length handlingDamien Le Moal1-0/+7
2021-09-29scsi: core: Fix scsi_mode_select() buffer length handlingDamien Le Moal1-8/+13
2021-09-29scsi: core: Fix scsi_mode_sense() buffer length handlingDamien Le Moal1-10/+15
2021-09-29scsi: core: Delete scsi_{get,free}_host_dev()John Garry2-67/+0
2021-09-29scsi: elx: efct: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2-6/+4
2021-09-29scsi: ufs: ufs-qcom: Enter and exit hibern8 during clock scalingAsutosh Das1-1/+11
2021-09-29scsi: ufs: core: Export hibern8 entry and exit functionsAsutosh Das2-2/+3
2021-09-29scsi: lpfc: Add support for optional PLDV handlingJames Smart2-0/+18
2021-09-29scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-09-29scsi: ufs: core: SCSI_UFS_HWMON depends on HWMON=yAnders Roxell1-1/+1
2021-09-29scsi: lpfc: Return NULL rather than a plain 0 integerColin Ian King1-1/+1
2021-09-29scsi: aic7xxx: Fix a function name in commentsCai Huoqing2-2/+2
2021-09-29scsi: lpfc: Fix a function name in commentsCai Huoqing1-4/+4
2021-09-29scsi: advansys: Prefer struct_size() over open-coded arithmeticLen Baker1-2/+2
2021-09-29scsi: qla2xxx: Fix excessive messages during device logoutArun Easi1-2/+2
2021-09-29scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-2/+2
2021-09-29scsi: ufs: exynos: Unify namingKrzysztof Kozlowski1-5/+5
2021-09-29scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-09-29scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu1-2/+1
2021-09-22scsi: ses: Retry failed Send/Receive Diagnostic commandsWen Xiong1-4/+18
2021-09-22scsi: lpfc: Fix mailbox command failure during driver initializationJames Smart1-2/+13
2021-09-22scsi: dc395: Fix error case unwindingTong Zhang1-0/+1
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King1-1/+1
2021-09-22scsi: lpfc: Fix gcc -Wstringop-overread warning, againArnd Bergmann1-5/+2
2021-09-22scsi: lpfc: Use correct scnprintf() limitDan Carpenter1-1/+2
2021-09-22scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn()Dan Carpenter1-1/+1
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke1-1/+0
2021-09-22scsi: acornscsi: Remove tagged queuing vestigesHannes Reinecke3-93/+23
2021-09-22scsi: fas216: Kill scmd->tagHannes Reinecke1-23/+8
2021-09-22scsi: ufs: core: Add temperature notification exception handlingAvri Altman3-0/+35
2021-09-22scsi: ufs: core: Probe for temperature notification supportAvri Altman6-0/+259
2021-09-22scsi: efct: Decrease area under spinlockDmitry Bogdanov1-2/+1
2021-09-22scsi: efct: Fix nport freeDmitry Bogdanov2-1/+7