aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-10-04scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv1-1/+1
2021-10-04scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv2-4/+2
2021-10-04scsi: target: ibm_vscsi: Replace enable attr with ops.enableDmitry Bogdanov1-38/+4
2021-10-04scsi: target: qla2xxx: Replace enable attr with ops.enableDmitry Bogdanov1-61/+12
2021-10-04scsi: megaraid_sas: Driver version update to 07.719.03.00-rc1Sumit Saxena1-2/+2
2021-10-04scsi: megaraid_sas: Add helper functions for irq_contextSumit Saxena1-6/+39
2021-10-04scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and real interruptSumit Saxena1-4/+7
2021-10-04scsi: advansys: Fix kernel pointer leakGuo Zhi1-2/+2
2021-10-04scsi: ufs: core: Do not exit ufshcd_err_handler() unless operational or deadAdrian Hunter1-4/+24
2021-10-04scsi: ufs: core: Do not exit ufshcd_reset_and_restore() unless operational or deadAdrian Hunter1-13/+23
2021-10-04scsi: ufs: core: Stop clearing UNIT ATTENTIONSBart Van Assche2-197/+1
2021-10-04scsi: ufs: core: Retry START_STOP on UNIT_ATTENTIONJaegeuk Kim1-3/+9
2021-10-04scsi: ufs: core: Remove return statement in void functionBean Huo1-1/+0
2021-10-04scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definitionBean Huo1-1/+1
2021-10-04scsi: ufs: core: Fix NULL pointer dereferenceBean Huo1-3/+0
2021-10-04scsi: ufs: core: Fix task management completionAdrian Hunter2-30/+23
2021-10-04scsi: acornscsi: Remove scsi_cmd_to_tag() referenceJohn Garry1-1/+1
2021-10-04scsi: core: Fix spelling in a source code commentBart Van Assche1-1/+1
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha1-1/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+1
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin12-57/+57
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-271/+252
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-28scsi: core: Delete scsi_{get,free}_host_dev()John Garry1-57/+0
2021-09-28scsi: elx: efct: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2-6/+4
2021-09-28scsi: ufs: ufs-qcom: Enter and exit hibern8 during clock scalingAsutosh Das1-1/+11
2021-09-28scsi: ufs: core: Export hibern8 entry and exit functionsAsutosh Das2-2/+3
2021-09-28scsi: lpfc: Add support for optional PLDV handlingJames Smart2-0/+18
2021-09-28scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-09-28scsi: ufs: core: SCSI_UFS_HWMON depends on HWMON=yAnders Roxell1-1/+1
2021-09-28scsi: lpfc: Return NULL rather than a plain 0 integerColin Ian King1-1/+1
2021-09-28scsi: aic7xxx: Fix a function name in commentsCai Huoqing2-2/+2
2021-09-28scsi: lpfc: Fix a function name in commentsCai Huoqing1-4/+4
2021-09-28scsi: advansys: Prefer struct_size() over open-coded arithmeticLen Baker1-2/+2
2021-09-28scsi: qla2xxx: Fix excessive messages during device logoutArun Easi1-2/+2
2021-09-28scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-2/+2
2021-09-28scsi: ufs: exynos: Unify namingKrzysztof Kozlowski1-5/+5
2021-09-28scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-09-28scsi: ufs: Fix illegal offset in UPIU event traceJonathan Hsu1-2/+1
2021-09-25scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srpKees Cook1-1/+2
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky1-0/+2
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: 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: acornscsi: Remove tagged queuing vestigesHannes Reinecke3-93/+23