summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-09-06scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter1-0/+3
2019-08-25scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2-20/+18
2019-08-25scsi: hpsa: correct scsi command status issue after resetDon Brace1-1/+11
2019-08-25scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBASuganath Prabu1-5/+7
2019-08-25scsi: ibmvfc: fix WARN_ON during event pool releaseTyrel Datwyler1-1/+1
2019-08-25scsi: megaraid_sas: fix panic on loading firmware crashdumpJunxiao Bi1-0/+3
2019-07-10scsi: hpsa: correct ioaccel2 chainingDon Brace2-1/+7
2019-07-10scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-07-10scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()Jan Kara1-2/+4
2019-06-22scsi: libsas: delete sas port if expander discover failedJason Yan1-0/+2
2019-06-22scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()Varun Prakash1-0/+4
2019-06-22scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King1-1/+1
2019-06-22scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart1-1/+4
2019-06-11scsi: lpfc: Fix SLI3 commands being issued on SLI4 devicesJames Smart1-1/+10
2019-06-11scsi: qla4xxx: avoid freeing unallocated dma memoryArnd Bergmann1-1/+1
2019-06-11scsi: ufs: Avoid configuring regulator with undefined voltage rangeStanley Chu1-5/+8
2019-06-11scsi: ufs: Fix regulator load and icc-level configurationStanley Chu1-3/+12
2019-06-11scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry1-0/+5
2019-06-11Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen1-2/+1
2019-05-16scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez1-2/+2
2019-05-16scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash1-1/+4
2019-05-16scsi: libsas: fix a race condition when smp task timeoutJason Yan1-5/+4
2019-05-16scsi: storvsc: Fix calculation of sub-channel countMichael Kelley1-2/+11
2019-05-16scsi: qla4xxx: fix a potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-04-27scsi: megaraid_sas: return error when create DMA pool failedJason Yan1-0/+1
2019-04-27scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.cBenjamin Block1-3/+3
2019-04-03scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche1-6/+13
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: libfc: free skb when receiving invalid flogi respMing Lu1-3/+3
2019-03-23scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()Varun Prakash1-1/+1
2019-03-23scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry1-0/+2
2019-03-23scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe1-7/+7
2019-03-23scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_paramYueHaibing1-0/+2
2019-02-20scsi: lpfc: Correct LCB RJT handlingJames Smart1-0/+3
2019-01-26scsi: megaraid: fix out-of-bound array accessesQian Cai2-2/+2
2019-01-26scsi: sd: Fix cache_type_store()Ivan Mironov1-0/+6
2019-01-13scsi: bnx2fc: Fix NULL dereference in error handlingDan Carpenter1-1/+1
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-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-3/+2
2018-12-17sr: pass down correctly sized SCSI sense bufferJens Axboe1-14/+7
2018-12-13scsi: csiostor: Avoid content leaks and castsKees Cook1-17/+26
2018-12-13scsi: scsi_devinfo: cleanly zero-pad devinfo stringsMartin Wilck1-15/+7
2018-12-13scsi: bfa: convert to strlcpy/strlcatArnd Bergmann8-98/+84
2018-12-01scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira1-0/+5
2018-12-01scsi: ufshcd: release resources if probe failsSubhash Jadavani3-7/+3
2018-12-01scsi: ufs: fix race between clock gating and devfreq scaling workSubhash Jadavani1-0/+32
2018-12-01scsi: ufshcd: Fix race between clk scaling and ungate workVenkat Gopalakrishnan1-0/+15
2018-12-01scsi: ufs: fix bugs related to null pointer access and array sizeYaniv Gardi2-7/+21