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: 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-01-26scsi: sd: Fix cache_type_store()Ivan Mironov1-0/+6
2018-12-21sr: pass down correctly sized SCSI sense bufferJens Axboe1-14/+7
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-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: 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
2018-11-22scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart1-0/+7
2018-11-22scsi: esp_scsi: Track residual for PIO transfersFinn Thain3-0/+5
2018-11-10Revert "SCSI: Fix NULL pointer dereference in runtime PM"Ken Xue1-10/+10
2018-11-10scsi: ->queue_rq can't sleepChristoph Hellwig1-1/+1
2018-10-13scsi: bnx2i: add error handling for ioremap_nocacheZhouyang Jia1-0/+2
2018-10-13scsi: ibmvscsi: Improve strings handlingBreno Leitao1-2/+2
2018-09-26scsi: 3ware: fix return 0 on the error path of probeAnton Vasilyev3-1/+10
2018-09-26scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter1-1/+3
2018-09-05scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche1-2/+18
2018-09-05scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill1-3/+8
2018-09-05scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn1-2/+2
2018-09-05scsi: libiscsi: fix possible NULL pointer dereference in case of TMFVarun Prakash1-6/+6
2018-08-09scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy1-4/+3
2018-08-09scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran1-2/+3
2018-08-09scsi: sg: fix minor memory leak in error pathTony Battersby1-0/+1
2018-08-09scsi: megaraid: silence a static checker bugDan Carpenter1-0/+3
2018-08-09scsi: 3w-xxxx: fix a missing-check bugWenwen Wang1-0/+3
2018-08-09scsi: 3w-9xxx: fix a missing-check bugWenwen Wang1-0/+5
2018-08-09scsi: ufs: fix exception event handlingMaya Erez1-0/+2
2018-07-11scsi: sg: mitigate read/write abuseJann Horn1-2/+40
2018-07-03scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani1-1/+2
2018-07-03scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated abortsJim Gill1-1/+1
2018-07-03scsi: isci: Fix infinite loop in while loopColin Ian King1-2/+1
2018-07-03scsi: iscsi: respond to netlink with unicast when appropriateChris Leech1-11/+18
2018-05-30scsi: lpfc: Fix frequency of Release WQE CQEsJames Smart1-0/+2
2018-05-30scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testingJames Smart1-2/+3
2018-05-30scsi: lpfc: Fix issue_lip if link is disabledJames Smart1-0/+5
2018-05-30cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-0/+2
2018-05-30scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll2-1/+4
2018-05-30sr: get/drop reference to device in revalidate and check_eventsJens Axboe1-4/+15
2018-05-30scsi: sd: Keep disk read-only when re-reading partitionJeremy Cline1-1/+2
2018-05-30scsi: qla4xxx: skip error recovery in case of register disconnect.Manish Rangankar2-0/+48