summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"Dan Carpenter2020-12-161-2/+2
* scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo2020-12-161-0/+7
* scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()Can Guo2020-12-161-9/+15
* scsi: storvsc: Fix error return in storvsc_probe()Jing Xiangfeng2020-12-161-1/+3
* scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S2020-12-111-1/+1
* scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu2020-12-021-5/+1
* scsi: libiscsi: Fix NOP race conditionLee Duncan2020-12-021-8/+15
* scsi: ufs: Try to save power mode change and UIC cmd completion timeoutCan Guo2020-11-242-2/+26
* scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo2020-11-241-3/+3
* scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy2020-11-181-0/+7
* scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()Hannes Reinecke2020-11-181-4/+5
* scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki2020-11-181-1/+3
* scsi: ufs: Fix missing brace warning for old compilersPujin Shi2020-11-181-2/+2
* scsi: ibmvscsi: Fix potential race after loss of transportTyrel Datwyler2020-11-101-10/+26
* scsi: core: Don't start concurrent async scan on same hostMing Lei2020-11-101-3/+4
* scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran2020-11-051-6/+7
* scsi: qla2xxx: Fix reset of MPI firmwareArun Easi2020-11-054-39/+23
* scsi: qla2xxx: Fix MPI reset needed messageArun Easi2020-11-051-1/+1
* scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-11-053-36/+29
* scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo2020-10-291-5/+0
* scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett2020-10-292-35/+68
* scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali2020-10-291-4/+11
* scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali2020-10-292-0/+10
* scsi: qedi: Mark all connections for recovery on link down eventNilesh Javali2020-10-291-0/+10
* scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap2020-10-291-1/+1
* scsi: qla2xxx: Warn if done() or free() are called on an already freed srbDaniel Wagner2020-10-292-0/+15
* scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng2020-10-291-0/+1
* scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng2020-10-291-0/+1
* scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng2020-10-291-0/+1
* scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter2020-10-291-2/+2
* scsi: mpt3sas: Fix sync irqsTomas Henzl2020-10-291-5/+9
* scsi: ufs: ufs-mediatek: Fix HOST_PA_TACTIVATE quirkStanley Chu2020-10-291-6/+0
* scsi: ufs: ufs-mediatek: Eliminate error message for unbound mphyStanley Chu2020-10-291-1/+4
* scsi: ufs: Make ufshcd_print_trs() consider UFSHCD_QUIRK_PRDT_BYTE_GRANEric Biggers2020-10-291-0/+3
* scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang2020-10-291-1/+1
* scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba()Tianjia Zhang2020-10-291-1/+1
* scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()Tianjia Zhang2020-10-291-1/+1
* scsi: qla2xxx: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-10-291-1/+1
* scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()'Christophe JAILLET2020-10-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-051-1/+1
|\
| * scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()Coly Li2020-10-021-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-10-021-7/+15
|\ \
| * | scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke2020-09-291-7/+15
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-264-73/+111
|\| | | |/ |/|
| * scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal2020-09-153-35/+35
| * scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-153-14/+24
| * scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart2020-09-151-24/+52
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-151-1/+2
|\|
| * scsi: libsas: Fix error path in sas_notify_lldd_dev_found()Dan Carpenter2020-09-091-1/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-0811-14/+19
|\|