summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-03-23scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi1-2/+0
2019-03-23scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_taskAnoob Soman1-0/+6
2019-03-23scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmdBill Kuzeja1-2/+2
2019-03-13scsi: aacraid: Fix missing break in switch statementGustavo A. R. Silva1-2/+3
2019-03-13Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall1-1/+0
2019-03-13scsi: 53c700: pass correct "dev" to dma_alloc_attrs()Dan Carpenter1-1/+1
2019-03-13scsi: bnx2fc: Fix error handling in probe()Dan Carpenter1-2/+2
2019-03-13scsi: scsi_debug: fix write_same with virtual_gb problemDouglas Gilbert1-20/+21
2019-03-13scsi: libfc: free skb when receiving invalid flogi respMing Lu1-3/+3
2019-03-10scsi: core: reset host byte in DID_NEXUS_FAILURE caseMartin Wilck1-0/+1
2019-03-05scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()Varun Prakash1-1/+1
2019-03-05scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne2-4/+6
2019-03-05scsi: lpfc: nvme: avoid hang / use-after-free when destroying localportEwan D. Milne2-8/+10
2019-03-05scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry1-0/+2
2019-02-27scsi: cxgb4i: add wait_for_completion()Varun Prakash4-18/+31
2019-02-27scsi: ufs: Fix geometry descriptor sizeAvri Altman1-1/+1
2019-02-27scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar2-0/+4
2019-02-27scsi: ufs: Fix system suspend statusStanley Chu1-0/+2
2019-02-27scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe1-7/+7
2019-02-27scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_paramYueHaibing1-0/+2
2019-02-20scsi: sd: fix entropy gathering for most rotational disksJames Bottomley1-3/+9
2019-02-12scsi: aic94xx: fix module loadingJames Bottomley1-4/+4
2019-02-12scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain1-0/+2
2019-02-12scsi: smartpqi: increase fw status register read timeoutMahesh Rajashekhara1-1/+1
2019-02-12scsi: smartpqi: correct volume statusDave Carroll1-0/+3
2019-02-12scsi: smartpqi: correct host serial num for ssaMahesh Rajashekhara1-0/+3
2019-02-12scsi: hisi_sas: change the time of SAS SSP connectionXiang Chen1-1/+1
2019-02-12scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout eventJames Smart2-28/+26
2019-02-12scsi: mpt3sas: Call sas_remove_host before removing the target devicesSuganath Prabu2-3/+6
2019-02-12scsi: lpfc: Correct LCB RJT handlingJames Smart1-0/+3
2019-01-31scsi: ufs: Use explicit access size in ufshcd_dump_regsMarc Gonzalez1-2/+8
2019-01-26scsi: megaraid: fix out-of-bound array accessesQian Cai2-2/+2
2019-01-26scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()Yanjiang Jin1-0/+1
2019-01-26scsi: smartpqi: correct lun reset issuesKevin Barnett1-0/+3
2019-01-26scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther1-1/+2
2019-01-26scsi: qedi: Check for session online before getting iSCSI TLV data.Manish Rangankar1-0/+3
2019-01-22scsi: sd: Fix cache_type_store()Ivan Mironov1-0/+6
2019-01-22scsi: core: Synchronize request queue PM status only on successful resumeStanley Chu1-11/+15
2019-01-13scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne1-1/+2
2019-01-13scsi: bnx2fc: Fix NULL dereference in error handlingDan Carpenter1-1/+1
2019-01-13Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani1-2/+2
2018-12-29scsi: sd: use mempool for discard special pageJens Axboe1-4/+19
2018-12-21scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during un...Cathy Avery1-2/+2
2018-12-21scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_resetFred Herard1-2/+2
2018-12-19scsi: raid_attrs: fix unused variable warningArnd Bergmann1-3/+1
2018-12-13scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li3-0/+17
2018-12-08scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck2-2/+5
2018-12-01scsi: hisi_sas: Remove set but not used variable 'dq_list'YueHaibing3-6/+0
2018-12-01scsi: lpfc: fix remoteport accessArnd Bergmann1-0/+2
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-0/+8