summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-03-18scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com1-0/+1
2018-03-03scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_errorCathy Avery1-1/+2
2018-02-28scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_infoTyrel Datwyler1-1/+1
2018-02-07scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva1-2/+5
2018-01-31scsi: libiscsi: fix shifting of DID_REQUEUE host byteJohannes Thumshirn1-1/+1
2018-01-31scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke1-21/+9
2017-12-25scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy1-1/+2
2017-12-25scsi: lpfc: Fix secure firmware updatesDick Kennedy1-1/+1
2017-12-25scsi: cxgb4i: fix Tx skb leakVarun Prakash1-0/+1
2017-12-25scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
2017-12-20scsi: bfa: integer overflow in debugfsDan Carpenter1-2/+3
2017-12-20scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entryKurt Garloff1-1/+1
2017-12-16scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-11-21scsi: lpfc: Correct issue leading to oops during link resetJames Smart1-0/+1
2017-11-21scsi: lpfc: Correct host name in symbolic_name fieldJames Smart1-0/+17
2017-11-21scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart1-0/+8
2017-11-21scsi: lpfc: Add missing memory barrierJames Smart1-0/+2
2017-11-02scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings1-1/+1
2017-10-21scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter1-1/+1
2017-10-05scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlms...Xin Long1-1/+1
2017-09-27scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter1-4/+4
2017-09-27scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke1-3/+2
2017-09-27scsi: sg: factor out sg_fill_request_table()Hannes Reinecke1-26/+35
2017-09-27scsi: sg: off by one in sg_ioctl()Dan Carpenter1-1/+1
2017-09-27scsi: sg: use standard lists for sg_requestsHannes Reinecke1-86/+61
2017-09-27scsi: sg: remove 'save_scat_len'Hannes Reinecke1-2/+0
2017-09-14scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor1-2/+5
2017-09-14scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor1-3/+9
2017-09-02scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke1-0/+2
2017-09-02scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke1-21/+26
2017-09-02scsi: isci: avoid array subscript warningArnd Bergmann1-0/+3
2017-08-11scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi1-5/+13
2017-08-11mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens1-17/+16
2017-06-14scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn1-4/+4
2017-05-20sg: Fix double-free when drives detach during SG_IOCalvin Owens1-1/+7
2017-05-08scsi: advansys: remove #warning messageArnd Bergmann1-2/+1
2017-05-08ips: remove pointless #warningJames Bottomley1-4/+5
2017-04-30aic94xx: Skip reading user settings if flash is not foundHannes Reinecke1-2/+3
2017-04-22scsi: libsas: fix ata xfer lengthJohn Garry1-1/+1
2017-04-22scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang1-0/+2
2017-04-22scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech1-1/+25
2017-04-22scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-04-22scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-22scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-04-18mvsas: fix misleading indentationLuis de Bethencourt1-2/+2
2017-02-08Fix "qla2xxx: terminate exchange when command is aborted by LIO"Greg Kroah-Hartman1-2/+1
2017-02-08bfa: Fix indentationAnil Gurumurthy1-11/+11
2017-02-08be2iscsi: Fix bogus WARN_ON length checkTim Gardner1-1/+1
2017-02-08MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0
2017-01-15sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3