aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
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-14/+89
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-112/+137
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart10-59/+46
2019-02-05scsi: lpfc: Rework locking on SCSI io completionJames Smart5-74/+112
2019-02-05scsi: lpfc: Enable SCSI and NVME fc4s by defaultJames Smart1-2/+2
2019-02-05scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart4-41/+51
2019-02-05scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart1-149/+13
2019-02-05scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart7-476/+729
2019-02-05scsi: lpfc: cleanup: convert eq_delay to usdelayJames Smart4-58/+89
2019-02-05scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart11-343/+831
2019-02-05scsi: lpfc: Fix setting affinity hints to correlate with hardware queuesJames Smart3-42/+56
2019-02-05scsi: lpfc: Allow override of hardware queue selection policiesJames Smart5-11/+20
2019-02-05scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart13-327/+1527
2019-02-05scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart4-58/+27
2019-02-05scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart9-34/+60
2019-02-05scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart10-103/+304