summaryrefslogtreecommitdiffstats
path: root/include/scsi/srp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-20scsi: megaraid_sas: return error when create DMA pool failedJason Yan1-0/+1
2019-02-20scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali2-2/+2
2019-02-20scsi: qla2xxx: Update driver version to 10.00.00.14-kHimanshu Madhani1-1/+1
2019-02-20scsi: qla2xxx: Add new FW dump template entry typesJoe Carnuccio2-75/+142
2019-02-20scsi: qla2xxx: Fix code indentation for qla27xx_fwdt_entryHimanshu Madhani1-23/+23
2019-02-20scsi: qla2xxx: Move marker request behind QPairQuinn Tran4-69/+33
2019-02-20scsi: qla2xxx: Prevent SysFS access when chip is downQuinn Tran1-0/+3
2019-02-20scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy5-1/+166
2019-02-20scsi: qla2xxx: Prevent multiple ADISC commands per sessionQuinn Tran1-2/+4
2019-02-20scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani1-0/+8
2019-02-20scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani1-12/+10
2019-02-20scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp7-9/+39
2019-02-20scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmwareHimanshu Madhani1-5/+8
2019-02-20scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King1-5/+1
2019-02-20scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja3-45/+55
2019-02-20scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing1-2/+1
2019-02-20scsi: ufs: Add HI3670 SoC UFS driver supportManivannan Sadhasivam2-22/+109
2019-02-20scsi: dt-bindings: ufs: Add HI3670 UFS controller bindingManivannan Sadhasivam1-2/+3
2019-02-14scsi: lpfc: fix a handful of indentation issuesColin Ian King5-8/+8
2019-02-14scsi: qlogicpti: Use of_node_name_eq for node name comparisonsRob Herring2-4/+2
2019-02-13scsi: sd: Fix typo in sd_first_printk()Dietmar Hahn1-1/+1
2019-02-13scsi: megaraid_sas: driver version updateShivasharan S1-2/+2
2019-02-13scsi: megaraid_sas: Update structures for HOST_DEVICE_LIST DCMDShivasharan S1-1/+2
2019-02-13scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter1-0/+1
2019-02-13scsi: 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 Assche2-4/+2
2019-02-12scsi: sd: Remove superfluous residual assignmentsBart Van Assche1-3/+0
2019-02-12scsi: uas: Use scsi_[gs]et_resid() where appropriateBart Van Assche1-2/+2
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-09scsi: hisi_sas: Do some more tidy-upJohn Garry2-7/+7
2019-02-09scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen4-14/+89
2019-02-09scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry5-16/+62
2019-02-09scsi: hisi_sas: change queue depth from 512 to 4096Xiang Chen1-1/+1
2019-02-09scsi: hisi_sas: Add manual trigger for debugfs dumpLuo Jiaxing1-0/+34
2019-02-09scsi: hisi_sas: Add support for DIX feature for v3 hwXiang Chen3-32/+184
2019-02-08scsi: dt-bindings: ufs: Fix the compatible string definitionDouglas Anderson1-5/+8
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor19-44/+54
2019-02-06scsi: lpfc: Update lpfc version to 12.2.0.0James Smart1-1/+1
2019-02-06scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart22-22/+22
2019-02-06scsi: lpfc: Fix nvmet issues when link bounce under IO loadJames Smart1-13/+37
2019-02-06scsi: lpfc: Correct upcalling nvmet_fc transport during io done downcallJames Smart3-112/+137
2019-02-06scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart10-59/+46
2019-02-06scsi: lpfc: Rework locking on SCSI io completionJames Smart5-74/+112
2019-02-06scsi: lpfc: Enable SCSI and NVME fc4s by defaultJames Smart1-2/+2
2019-02-06scsi: lpfc: Resize cpu maps structures based on possible cpusJames Smart4-41/+51
2019-02-06scsi: lpfc: Utilize new IRQ API when allocating MSI-X vectorsJames Smart1-149/+13
2019-02-06scsi: lpfc: Rework EQ/CQ processing to address interrupt coalescingJames Smart7-476/+729