summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-04-15scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()Damien Le Moal1-3/+5
2022-04-15scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()Damien Le Moal1-1/+1
2022-04-15scsi: pm8001: Fix command initialization in pm80XX_send_read_log()Damien Le Moal2-2/+2
2022-04-15scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commandsDamien Le Moal1-1/+1
2022-03-11xen/scsifront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-2/+1
2022-02-08scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini1-8/+13
2022-02-08scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini1-15/+5
2022-01-27scsi: sr: Don't use GFP_DMAChristoph Hellwig2-3/+3
2022-01-27scsi: ufs: Fix race conditions related to driver dataBart Van Assche3-3/+7
2022-01-11scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()Lixiaokeng1-2/+4
2022-01-05scsi: vmw_pvscsi: Set residual data length conditionallyAlexey Makhalov1-2/+5
2022-01-05scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-12-22scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()George Kennedy1-2/+2
2021-12-08scsi: iscsi: Unblock session then wake up error handlerMike Christie1-3/+3
2021-12-01scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy1-1/+1
2021-11-26scsi: advansys: Fix kernel pointer leakGuo Zhi1-2/+2
2021-11-26scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()James Smart1-0/+1
2021-11-26scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran3-50/+2
2021-11-26scsi: qla2xxx: Fix gnl list corruptionQuinn Tran1-3/+1
2021-11-26scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()Dan Carpenter1-1/+1
2021-11-26scsi: dc395: Fix error case unwindingTong Zhang1-0/+1
2021-11-26scsi: qla2xxx: Fix unmap of already freed sglDmitry Bogdanov1-9/+5
2021-11-06scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei2-1/+12
2021-10-27scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma()Dexuan Cui1-1/+2
2021-10-17scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-2/+2
2021-10-17scsi: ses: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-10-09scsi: ses: Retry failed Send/Receive Diagnostic commandsWen Xiong1-4/+18
2021-10-09scsi: sd: Free scsi_disk device via put_device()Ming Lei1-4/+5
2021-10-06scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-10-06scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li1-4/+4
2021-09-22scsi: qla2xxx: Sync queue idx with queue_pair_map idxSaurav Kashyap1-2/+3
2021-09-22scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki1-2/+2
2021-09-22scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
2021-08-26scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy1-1/+2
2021-08-26scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()Ye Bin1-2/+2
2021-08-26scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha1-6/+15
2021-08-12scsi: sr: Return correct event when media event code is 3Li Manyi1-1/+1
2021-07-28scsi: iscsi: Fix iface sysfs attr detectionMike Christie1-56/+34
2021-07-28scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-07-28scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu8-0/+16
2021-07-28scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King1-1/+1
2021-07-20scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg()Dan Carpenter1-1/+2
2021-07-20scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET1-0/+1
2021-07-20scsi: qedi: Fix null ref during abort handlingMike Christie1-1/+1
2021-07-20scsi: iscsi: Fix shost->max_id useMike Christie4-6/+6
2021-07-20scsi: iscsi: Fix conn use after free during resetsMike Christie1-60/+55
2021-07-20scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2-5/+14
2021-07-20scsi: scsi_dh_alua: Check for negative result valueHannes Reinecke1-4/+4
2021-07-20scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry1-0/+3
2021-07-20scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart1-2/+3