summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-04-07scsi: qla2xxx: Fix broken #endif placementAlexey Dobriyan1-1/+1
2021-04-07scsi: st: Fix a use after free in st_open()Lv Yunlong1-1/+1
2021-03-30scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai1-2/+6
2021-03-30scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai1-0/+1
2021-03-30scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Bart Van Assche2-12/+5
2021-03-24scsi: myrs: Fix a double free in myrs_cleanup()Lv Yunlong1-1/+1
2021-03-24scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-03-17scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handlingMike Christie1-8/+3
2021-03-07scsi: iscsi: Verify lengths on passthrough PDUsChris Leech1-0/+9
2021-03-07scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2-82/+89
2021-03-07scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan1-0/+6
2021-03-04scsi: bnx2fc: Fix Kconfig warning & CNIC build errorsRandy Dunlap1-0/+1
2021-02-07scsi: ibmvfc: Set default timeout to avoid crash during migrationBrian King1-1/+3
2021-02-07scsi: fnic: Fix memleak in vnic_dev_init_devcmd2Dinghao Liu1-3/+5
2021-02-07scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan1-2/+14
2021-02-07scsi: scsi_transport_srp: Don't block target in failfast stateMartin Wilck1-1/+8
2021-01-27scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regressionArnd Bergmann1-4/+2
2021-01-27scsi: sd: Suppress spurious errors when WRITE SAME is being disabledEwan D. Milne1-1/+3
2021-01-27scsi: qedi: Correct max length of CHAP secretNilesh Javali1-2/+2
2021-01-27scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo1-7/+4
2021-01-23scsi: lpfc: Make lpfc_defer_acc_rsp staticYueHaibing1-1/+1
2021-01-23scsi: lpfc: Make function lpfc_defer_pt2pt_acc staticzhengbin1-1/+1
2021-01-12scsi: scsi_transport_spi: Set RQF_PM for domain validation commandsBart Van Assche1-8/+19
2021-01-12scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->p...Adrian Hunter1-2/+32
2021-01-12scsi: ufs: Fix wrong print message in dev_err()Bean Huo1-1/+1
2021-01-06scsi: cxgb4i: Fix TLS dependencyRandy Dunlap1-0/+1
2020-12-30scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()James Smart1-1/+1
2020-12-30scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart2-5/+9
2020-12-30scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2-5/+6
2020-12-30scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong1-0/+1
2020-12-30scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong1-1/+2
2020-12-30scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probeQinglang Miao1-1/+3
2020-12-30scsi: core: Fix VPD LUN ID designator prioritiesMartin Wilck1-40/+86
2020-12-30scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann1-5/+11
2020-12-30scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy1-1/+1
2020-12-30scsi: bnx2i: Requires MMURandy Dunlap1-0/+1
2020-12-16scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"Dan Carpenter1-2/+2
2020-12-16scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo1-0/+7
2020-12-11scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S1-1/+1
2020-12-02scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu1-5/+1
2020-12-02scsi: libiscsi: Fix NOP race conditionLee Duncan1-8/+15
2020-11-24scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo1-3/+3
2020-11-18scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy1-0/+7
2020-11-18scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()Hannes Reinecke1-4/+5
2020-11-18scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki1-1/+3
2020-11-10scsi: ibmvscsi: Fix potential race after loss of transportTyrel Datwyler1-10/+26
2020-11-10scsi: core: Don't start concurrent async scan on same hostMing Lei1-3/+4
2020-11-05scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran1-6/+7
2020-10-29scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo1-5/+0
2020-10-29scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett2-35/+68