summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-09-03scsi: ufs: Fix possible infinite loop in ufshcd_holdStanley Chu1-1/+4
2020-09-03scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan1-1/+1
2020-09-03scsi: iscsi: Do not put host in iscsi_set_flashnode_param()Jing Xiangfeng1-1/+1
2020-09-03scsi: lpfc: Fix shost refcount mismatch when deleting vportDick Kennedy1-18/+8
2020-08-26scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-08-21scsi: mesh: Fix panic after host or bus resetFinn Thain1-1/+7
2020-08-21scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-08-21scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-08-21scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-07-31scsi: scsi_transport_spi: Fix function pointer checkTom Rix1-1/+1
2020-06-30scsi: scsi_devinfo: handle non-terminated stringsMartin Wilck1-2/+3
2020-06-30scsi: acornscsi: Fix an error handling path in acornscsi_probe()Christophe JAILLET1-1/+3
2020-06-30scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobjQiushi Wu1-1/+1
2020-06-30scsi: mpt3sas: Fix double free warningsSuganath Prabu S1-0/+2
2020-06-30scsi: ibmvscsi: Don't send host info in adapter info MAD after LPMTyrel Datwyler1-0/+2
2020-06-30scsi: sr: Fix sr_probe() missing deallocate of device minorSimon Arlott1-1/+5
2020-06-30scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang1-0/+2
2020-06-30scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko1-0/+2
2020-06-20scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn1-2/+2
2020-06-11scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2020-06-11scsi: scsi_devinfo: fixup string compareHannes Reinecke1-10/+13
2020-05-20scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche1-2/+2
2020-05-20scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings1-2/+2
2020-05-20scsi: sg: add sg_remove_request in sg_writeWu Bo1-1/+3
2020-05-10cxgbi: fix uninitialized flowi6Jiri Benc1-0/+1
2020-05-02scsi: iscsi: Report unbind session event when the target has been removedWu Bo1-1/+3
2020-05-02scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-04-24scsi: ufs: ufs-qcom: remove broken hci version quirkSubhash Jadavani1-1/+1
2020-04-24scsi: sg: add sg_remove_request in sg_common_writeLi Bin1-1/+3
2020-04-24scsi: ufs: Fix ufshcd_hold() caused scheduling while atomicCan Guo1-0/+5
2020-04-02scsi: sd: Fix optimal I/O size for devices that change reported valuesMartin K. Petersen1-1/+3
2020-04-02scsi: ipr: Fix softlockup when rescanning devices in petitbootWen Xiong2-1/+3
2020-02-28scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black2-3/+27
2020-02-28scsi: aic7xxx: Adjust indentation in ahc_find_syncrateNathan Chancellor1-1/+1
2020-02-28scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais1-6/+13
2020-02-15scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-02-15scsi: qla4xxx: Adjust indentation in qla4xxx_mem_freeNathan Chancellor1-1/+1
2020-02-15scsi: csiostor: Adjust indentation in csio_device_resetNathan Chancellor1-1/+1
2020-02-15scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return typeBart Van Assche1-4/+4
2020-02-15scsi: qla2xxx: Fix mtcp dump collection failureQuinn Tran1-2/+1
2020-02-05scsi: fnic: do not queue commands during fwresetHannes Reinecke1-0/+3
2020-01-29scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu1-0/+7
2020-01-29scsi: libfc: fix null pointer dereference on a null lportColin Ian King1-1/+1
2020-01-29scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche1-13/+21
2020-01-29scsi: megaraid_sas: reduce module load timeSteve Sistare1-2/+2
2020-01-23scsi: core: scsi_trace: Use get_unaligned_be*()Bart Van Assche1-80/+34
2020-01-23scsi: bnx2i: fix potential use after freePan Bian1-1/+1
2020-01-23scsi: qla4xxx: fix double free bugPan Bian1-3/+0
2020-01-23scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter1-0/+1
2020-01-23scsi: fnic: fix invalid stack accessArnd Bergmann1-10/+10