summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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: ufs: Complete pending requests in host reset and restore pathCan Guo2-14/+12
2020-02-28scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais1-0/+4
2020-02-15scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor3-2/+5
2020-02-15scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo1-1/+2
2020-02-15scsi: ufs: Recheck bkops level if bkops is disabledAsutosh Das1-0/+3
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/+3
2020-02-15scsi: qla2xxx: Fix unbound NVME response lengthArun Easi3-6/+18
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-29sd: Fix REQ_OP_ZONE_REPORT completion handlingMasato Suzuki1-2/+6
2020-01-27scsi: fnic: fix msix interrupt allocationGovindarajulu Varadarajan1-2/+2
2020-01-27scsi: libfc: fix null pointer dereference on a null lportColin Ian King1-1/+1
2020-01-27scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche1-6/+6
2020-01-27scsi: qla2xxx: Fix a format specifierBart Van Assche1-1/+1
2020-01-27scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche1-13/+21
2020-01-27scsi: megaraid_sas: reduce module load timeSteve Sistare1-2/+2
2020-01-23scsi: core: scsi_trace: Use get_unaligned_be*()Bart Van Assche1-80/+33
2020-01-23scsi: qla2xxx: fix rports not being mark as lost in sync fabric scanMartin Wilck1-3/+3
2020-01-23scsi: qla2xxx: Fix qla2x00_request_irqs() for MSIHuacai Chen1-3/+3
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
2020-01-17scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()Varun Prakash1-1/+2
2020-01-17scsi: sd: enable compat ioctls for sed-opalArnd Bergmann1-2/+12
2020-01-17scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen1-1/+3
2020-01-14scsi: bfa: release allocated memory in case of errorNavid Emamdoost1-1/+3
2020-01-09scsi: qedf: Do not retry ELS request if qedf_alloc_cmd failsChad Dupuis1-12/+4
2020-01-09scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov1-1/+0
2020-01-09scsi: libsas: stop discovering if oob mode is disconnectedJason Yan1-1/+10
2020-01-09scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter1-1/+0
2020-01-09scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov1-4/+0
2020-01-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart2-0/+3
2020-01-04scsi: iscsi: Don't send data to unbound connectionAnatol Pomazau1-0/+8
2020-01-04scsi: NCR5380: Add disconnect_mask module parameterFinn Thain1-1/+5
2020-01-04scsi: scsi_debug: num_tgts must be >= 0Maurizio Lombardi1-0/+5
2020-01-04scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani1-5/+14
2020-01-04scsi: pm80xx: Fix for SATA device discoverypeter chang1-0/+2
2020-01-04scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONEFinn Thain3-6/+6
2020-01-04scsi: ufs: fix potential bug which ends in system hangBean Huo1-1/+1
2020-01-04scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart1-1/+1
2020-01-04scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart1-0/+7
2020-01-04scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6)Bart Van Assche1-4/+7
2020-01-04scsi: csiostor: Don't enable IRQs too earlyDan Carpenter1-6/+9