summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-03-31scsi: sg: don't return bogus Sg_requestsJohannes Thumshirn1-2/+3
2018-03-24scsi: mac_esp: Replace bogus memory barrier with spinlockFinn Thain1-10/+23
2018-03-24Fix Express lane queue creation.James Smart1-1/+5
2018-03-24Fix driver usage of 128B WQEs when WQ_CREATE is V1.James Smart1-0/+3
2018-03-24scsi: virtio_scsi: Always try to read VPD pagesDavid Gibson1-0/+24
2018-03-22scsi: qla2xxx: Fix extraneous ref on sp's after adapter breakBill Kuzeja1-2/+6
2018-03-22scsi: sg: only check for dxfer_len greater than 256MJohannes Thumshirn1-30/+1
2018-03-22scsi: sg: fix static checker warning in sg_is_valid_dxferJohannes Thumshirn1-2/+5
2018-03-22scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn1-1/+4
2018-03-22scsi: dh: add new rdac devicesXose Vazquez Perez1-1/+4
2018-03-22scsi: devinfo: apply to HP XP the same flags as Hitachi VSPXose Vazquez Perez1-1/+1
2018-03-22scsi: core: scsi_get_device_flags_keyed(): Always return device flagsBart Van Assche1-6/+1
2018-03-22scsi: ses: don't ask for diagnostic pages repeatedly during probeLi Dongyang1-4/+7
2018-03-22scsi: sg: close race condition in sg_remove_sfp_usercontext()Hannes Reinecke1-2/+10
2018-03-22scsi: sg: check for valid direction before starting the requestJohannes Thumshirn1-12/+34
2018-03-22scsi: ses: don't get power status of SES device slot on probeMauricio Faria de Oliveira1-1/+0
2018-03-22scsi: be2iscsi: Check tag in beiscsi_mccq_compl_waitJitendra Bhivare1-0/+6
2018-03-22scsi: ipr: Fix missed EH wakeupBrian King1-4/+12
2018-03-22scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeSatish Kharat1-6/+10
2018-03-18scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcportQuinn Tran1-1/+1
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-25scsi: advansys: fix uninitialized data accessArnd Bergmann1-11/+10
2018-02-25scsi: advansys: fix build warning for PCI=nArnd Bergmann1-0/+3
2018-02-22scsi: smartpqi: allow static build ("built-in")Steffen Weber1-1/+1
2018-02-03scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva1-2/+5
2018-02-03scsi: aacraid: Prevent crash in case of free interrupt during scsi EH pathGuilherme G. Piccoli1-1/+1
2018-01-31scsi: libiscsi: fix shifting of DID_REQUEUE host byteJohannes Thumshirn1-1/+1
2018-01-23scsi: hpsa: fix volume offline stateTomas Henzl1-0/+1
2018-01-23scsi: 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: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume c...Sreekanth Reddy1-0/+5
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: sd: change allow_restart to bool in sysfs interfaceweiping zhang1-1/+5
2017-12-20scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang1-1/+5
2017-12-20scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entryKurt Garloff1-1/+1
2017-12-20scsi: hpsa: destroy sas transport properties before scsi_hostMartin Wilck1-2/+2
2017-12-20scsi: hpsa: cleanup sas_phy structures in sysfs when unloadingMartin Wilck1-1/+1
2017-12-20scsi: scsi_debug: write_same: fix error reportDouglas Gilbert1-3/+3
2017-12-20scsi: hpsa: do not timeout reset operationsDon Brace1-1/+1
2017-12-20scsi: hpsa: limit outstanding rescansDon Brace2-1/+16
2017-12-20scsi: hpsa: update check for logical volume statusDon Brace2-19/+18
2017-12-14scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-12-14scsi: qla2xxx: Fix ql_dump_bufferJoe Perches1-8/+4
2017-12-14scsi: use dma_get_cache_alignment() as minimum DMA alignmentHuacai Chen1-4/+6
2017-12-10qla2xxx: Fix wrong IOCB type assumptionQuinn Tran1-7/+1