summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang2018-04-131-0/+1
* scsi: libsas: fix error when getting phy eventsJason Yan2018-04-131-1/+1
* scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan2018-04-131-0/+1
* scsi: libiscsi: Allow sd_shutdown on bad transportRafael David Tinoco2018-04-131-1/+23
* scsi: bnx2fc: fix race condition in bnx2fc_get_host_stats()Maurizio Lombardi2018-04-132-2/+9
* scsi: virtio_scsi: always read VPD pages for multiqueue tooPaolo Bonzini2018-04-081-0/+1
* scsi: sg: don't return bogus Sg_requestsJohannes Thumshirn2018-04-081-2/+3
* scsi: mac_esp: Replace bogus memory barrier with spinlockFinn Thain2018-03-241-10/+23
* Fix driver usage of 128B WQEs when WQ_CREATE is V1.James Smart2018-03-241-0/+3
* scsi: virtio_scsi: Always try to read VPD pagesDavid Gibson2018-03-241-0/+24
* scsi: sg: only check for dxfer_len greater than 256MJohannes Thumshirn2018-03-221-30/+2
* scsi: sg: fix static checker warning in sg_is_valid_dxferJohannes Thumshirn2018-03-221-2/+5
* scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn2018-03-221-1/+4
* scsi: devinfo: apply to HP XP the same flags as Hitachi VSPXose Vazquez Perez2018-03-221-1/+1
* scsi: sg: close race condition in sg_remove_sfp_usercontext()Hannes Reinecke2018-03-221-2/+10
* scsi: sg: check for valid direction before starting the requestJohannes Thumshirn2018-03-221-12/+34
* scsi: ipr: Fix missed EH wakeupBrian King2018-03-221-4/+12
* scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com2018-03-181-0/+1
* scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_errorCathy Avery2018-03-031-1/+2
* scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_infoTyrel Datwyler2018-02-281-1/+1
* scsi: ufs: ufshcd: fix potential NULL pointer dereference in ufshcd_config_vregGustavo A. R. Silva2018-02-071-2/+5
* scsi: libiscsi: fix shifting of DID_REQUEUE host byteJohannes Thumshirn2018-01-311-1/+1
* scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke2018-01-311-21/+9
* scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy2017-12-251-1/+2
* scsi: lpfc: Fix secure firmware updatesDick Kennedy2017-12-251-1/+1
* scsi: cxgb4i: fix Tx skb leakVarun Prakash2017-12-251-0/+1
* scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy2017-12-251-1/+2
* scsi: bfa: integer overflow in debugfsDan Carpenter2017-12-201-2/+3
* scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entryKurt Garloff2017-12-201-1/+1
* scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart2017-12-161-4/+10
* scsi: lpfc: Correct issue leading to oops during link resetJames Smart2017-11-211-0/+1
* scsi: lpfc: Correct host name in symbolic_name fieldJames Smart2017-11-211-0/+17
* scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart2017-11-211-0/+8
* scsi: lpfc: Add missing memory barrierJames Smart2017-11-211-0/+2
* scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings2017-11-021-1/+1
* scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter2017-10-211-1/+1
* scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlms...Xin Long2017-10-051-1/+1
* scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-09-271-4/+4
* scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke2017-09-271-3/+2
* scsi: sg: factor out sg_fill_request_table()Hannes Reinecke2017-09-271-26/+35
* scsi: sg: off by one in sg_ioctl()Dan Carpenter2017-09-271-1/+1
* scsi: sg: use standard lists for sg_requestsHannes Reinecke2017-09-271-86/+61
* scsi: sg: remove 'save_scat_len'Hannes Reinecke2017-09-271-2/+0
* scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor2017-09-131-2/+5
* scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor2017-09-131-3/+9
* scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke2017-09-021-0/+2
* scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke2017-09-021-21/+26
* scsi: isci: avoid array subscript warningArnd Bergmann2017-09-021-0/+3
* scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi2017-08-111-5/+13
* mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens2017-08-111-17/+16