aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-02-19scsi: qla2xxx: Fix code indentation for qla27xx_fwdt_entryHimanshu Madhani1-23/+23
2019-02-19scsi: qla2xxx: Move marker request behind QPairQuinn Tran4-69/+33
2019-02-19scsi: qla2xxx: Prevent SysFS access when chip is downQuinn Tran1-0/+3
2019-02-19scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy5-1/+166
2019-02-19scsi: qla2xxx: Prevent multiple ADISC commands per sessionQuinn Tran1-2/+4
2019-02-19scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani1-0/+8
2019-02-19scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani1-12/+10
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp7-9/+39
2019-02-19scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmwareHimanshu Madhani1-5/+8
2019-02-19scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King1-5/+1
2019-02-19scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja3-45/+55
2019-02-19scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing1-2/+1
2019-02-19scsi: ufs: Add HI3670 SoC UFS driver supportManivannan Sadhasivam2-22/+109
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei1-1/+1
2019-02-15scsi: core: reset host byte in DID_NEXUS_FAILURE caseMartin Wilck1-0/+1
2019-02-15scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry1-0/+2
2019-02-15scsi: sd_zbc: Fix sd_zbc_report_zones() buffer allocationMasato Suzuki1-3/+5
2019-02-15scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_taskAnoob Soman1-0/+6
2019-02-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+11
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe8-35/+41
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-02-13scsi: lpfc: fix a handful of indentation issuesColin Ian King5-8/+8
2019-02-13scsi: qlogicpti: Use of_node_name_eq for node name comparisonsRob Herring2-4/+2
2019-02-12scsi: sd: Fix typo in sd_first_printk()Dietmar Hahn1-1/+1
2019-02-12scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmdBill Kuzeja1-2/+2
2019-02-12scsi: megaraid_sas: driver version updateShivasharan S1-2/+2
2019-02-12scsi: megaraid_sas: Update structures for HOST_DEVICE_LIST DCMDShivasharan S1-1/+2
2019-02-12scsi: sd: fix entropy gathering for most rotational disksJames Bottomley1-3/+9
2019-02-12scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter1-0/+1
2019-02-12scsi: ufs: fix a typo in commentChengguang Xu1-2/+2
2019-02-12scsi: scsi_debug: Implement support for write protectMartin K. Petersen1-45/+31
2019-02-12scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche1-1/+0
2019-02-12scsi: sd: Remove superfluous residual assignmentsBart Van Assche1-3/+0
2019-02-12scsi: scsi_debug: Use scsi_[gs]et_resid() where appropriateBart Van Assche1-4/+5
2019-02-12scsi: libiscsi: Use scsi_[gs]et_resid() where appropriateBart Van Assche1-1/+1
2019-02-12scsi: scsi_debug: Fix a recently introduced regressionBart Van Assche1-8/+7
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman8-35/+41
2019-02-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-9/+14
2019-02-08scsi: hisi_sas: Do some more tidy-upJohn Garry2-7/+7
2019-02-08scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen4-13/+88
2019-02-08scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry5-16/+62
2019-02-08scsi: hisi_sas: change queue depth from 512 to 4096Xiang Chen1-1/+1
2019-02-08scsi: hisi_sas: Add manual trigger for debugfs dumpLuo Jiaxing1-0/+34
2019-02-08scsi: hisi_sas: Add support for DIX feature for v3 hwXiang Chen3-32/+184
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor15-37/+42
2019-02-05scsi: lpfc: Update lpfc version to 12.2.0.0James Smart1-1/+1
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart22-22/+22
2019-02-05scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart1-13/+37
2019-02-05scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart3-111/+136
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart10-59/+46