aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26scsi: mpt3sas: Remove CPU arch check to determine perf_modeSreekanth Reddy1-15/+1
2019-06-26scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srrLin Yi1-1/+1
2019-06-26scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_recLin Yi1-1/+1
2019-06-26scsi: bnx2fc: Update the driver version to 2.12.10Saurav Kashyap1-1/+1
2019-06-26scsi: bnx2fc: Limit the IO size according to the FW capabilitySaurav Kashyap3-3/+16
2019-06-26scsi: bnx2fc: Do not allow both a cleanup completion and abort completion for the same requestSaurav Kashyap2-0/+33
2019-06-26scsi: bnx2fc: Separate out completion flags and variables for abort and cleanupSaurav Kashyap3-34/+41
2019-06-26scsi: bnx2fc: Only put reference to io_req in bnx2fc_abts_cleanup if cleanup times outChad Dupuis1-7/+7
2019-06-26scsi: bnx2fc: Redo setting source FCoE MACChad Dupuis1-16/+40
2019-06-26scsi: ufshdc-pci: Add Intel PCI IDs for EHLAdrian Hunter1-0/+2
2019-06-26scsi: ufs-bsg: complete ufs-bsg job only if no errorBean Huo1-1/+3
2019-06-26scsi: ufs-bsg: fix typo in ufs_bsg_requestBean Huo1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-11/+11
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-139/+25
2019-06-21lpfc: add sysfs interface to post NVME RSCNJames Smart2-0/+61
2019-06-21lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart3-0/+51
2019-06-21lpfc: add nvmet discovery_event op supportJames Smart1-0/+17
2019-06-21lpfc: add support to generate RSCN events for nportJames Smart6-0/+163
2019-06-20scsi: virtio_scsi: remove unused 'affinity_hint_set'Dongli Zhang1-3/+0
2019-06-20scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()Jan Kara1-2/+4
2019-06-20scsi: mpt3sas: use DEVICE_ATTR_{RO, RW}Tomas Henzl1-113/+97
2019-06-20scsi: mpt3sas: make driver options visible in sysTomas Henzl2-14/+14
2019-06-20scsi: ufs-qcom: Add support for platforms booting ACPILee Jones1-3/+20
2019-06-20scsi: megaraid_sas: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-06-20scsi: mac_scsi: Treat Last Byte Sent time-out as failureFinn Thain1-1/+4
2019-06-20scsi: mac_scsi: Enable PDMA on Mac IIfxFinn Thain1-8/+39
2019-06-20scsi: mac_scsi: Fix pseudo DMA implementation, take 2Finn Thain1-153/+218
2019-06-20scsi: mac_scsi: Increase PIO/PDMA transfer length thresholdFinn Thain1-2/+2
2019-06-20scsi: NCR5380: Handle PDMA failure reliablyFinn Thain1-4/+2
2019-06-20scsi: NCR5380: Always re-enable reselection interruptFinn Thain1-10/+2
2019-06-20Revert "scsi: ncr5380: Increase register polling limit"Finn Thain1-1/+1
2019-06-20scsi: wd719x: Fix resets and abortsOndrej Zary1-12/+30
2019-06-20scsi: Avoid that .queuecommand() gets called for a blocked SCSI deviceBart Van Assche2-6/+24
2019-06-20scsi: Restrict user space SCSI device state changes to "running" and "offline"Bart Van Assche1-1/+6
2019-06-20scsi: cxgb4i: add support for IEEE_8021QAZ_APP_SEL_STREAM selectorVarun Prakash1-2/+7
2019-06-20scsi: storvsc: Add ability to change scsi queue depthBranden Bonaby1-0/+11
2019-06-20scsi: mpt3sas: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry18-59/+34
2019-06-20scsi: core: don't preallocate small SGL in case of NO_SG_CHAINMing Lei1-1/+5
2019-06-20scsi: core: avoid preallocating big SGL for dataMing Lei1-6/+9
2019-06-20scsi: core: avoid preallocating big SGL for protection informationMing Lei1-3/+11
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-4/+6
2019-06-20scsi: esp: use sg helper to iterate over scatterlistMing Lei2-7/+15
2019-06-20scsi: NCR5380: use sg helper to iterate over scatterlistFinn Thain1-23/+18
2019-06-20scsi: wd33c93: use sg helper to iterate over scatterlistMing Lei1-1/+1
2019-06-20scsi: ppa: use sg helper to iterate over scatterlistMing Lei1-1/+1
2019-06-20scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlistMing Lei1-2/+2
2019-06-20scsi: imm: use sg helper to iterate over scatterlistMing Lei1-1/+1
2019-06-20scsi: aha152x: use sg helper to iterate over scatterlistFinn Thain1-23/+23