summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: csiostor: drop serial_number usageHannes Reinecke2019-02-271-4/+4
* scsi: mvumi: use request tag instead of serial_numberHannes Reinecke2019-02-271-3/+2
* scsi: dpt_i2o: remove serial number usageHannes Reinecke2019-02-271-55/+18
* scsi: st: osst: Remove negative constant left-shiftsIustin Pop2019-02-272-2/+2
* scsi: ufs-bsg: Allow reading descriptorsAvri Altman2019-02-271-8/+12
* scsi: ufs: Allow reading descriptor via raw upiuAvri Altman2019-02-271-6/+14
* scsi: ufs-bsg: Change the calling convention for write descriptorAvri Altman2019-02-271-21/+26
* scsi: ufs: Remove unused device quirksMarc Gonzalez2019-02-272-33/+0
* Revert "scsi: ufs: disable vccq if it's not needed by UFS device"Marc Gonzalez2019-02-272-56/+4
* scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing2019-02-261-26/+0
* scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen2019-02-261-9/+50
* scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-195-6/+9
* scsi: megaraid_sas: return error when create DMA pool failedJason Yan2019-02-191-0/+1
* scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali2019-02-192-2/+2
* scsi: qla2xxx: Update driver version to 10.00.00.14-kHimanshu Madhani2019-02-191-1/+1
* scsi: qla2xxx: Add new FW dump template entry typesJoe Carnuccio2019-02-192-75/+142
* scsi: qla2xxx: Fix code indentation for qla27xx_fwdt_entryHimanshu Madhani2019-02-191-23/+23
* scsi: qla2xxx: Move marker request behind QPairQuinn Tran2019-02-194-69/+33
* scsi: qla2xxx: Prevent SysFS access when chip is downQuinn Tran2019-02-191-0/+3
* scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy2019-02-195-1/+166
* scsi: qla2xxx: Prevent multiple ADISC commands per sessionQuinn Tran2019-02-191-2/+4
* scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani2019-02-191-0/+8
* scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani2019-02-191-12/+10
* scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp2019-02-197-9/+39
* scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmwareHimanshu Madhani2019-02-191-5/+8
* scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King2019-02-191-5/+1
* scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja2019-02-193-45/+55
* scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing2019-02-191-2/+1
* scsi: ufs: Add HI3670 SoC UFS driver supportManivannan Sadhasivam2019-02-192-22/+109
* scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-135-8/+8
* scsi: qlogicpti: Use of_node_name_eq for node name comparisonsRob Herring2019-02-132-4/+2
* scsi: sd: Fix typo in sd_first_printk()Dietmar Hahn2019-02-121-1/+1
* scsi: megaraid_sas: driver version updateShivasharan S2019-02-121-2/+2
* scsi: megaraid_sas: Update structures for HOST_DEVICE_LIST DCMDShivasharan S2019-02-121-1/+2
* scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter2019-02-121-0/+1
* scsi: ufs: fix a typo in commentChengguang Xu2019-02-121-2/+2
* scsi: scsi_debug: Implement support for write protectMartin K. Petersen2019-02-121-45/+31
* scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche2019-02-121-1/+0
* scsi: sd: Remove superfluous residual assignmentsBart Van Assche2019-02-121-3/+0
* scsi: uas: Use scsi_[gs]et_resid() where appropriateBart Van Assche2019-02-121-2/+2
* scsi: scsi_debug: Use scsi_[gs]et_resid() where appropriateBart Van Assche2019-02-121-4/+5
* scsi: libiscsi: Use scsi_[gs]et_resid() where appropriateBart Van Assche2019-02-121-1/+1
* scsi: scsi_debug: Fix a recently introduced regressionBart Van Assche2019-02-121-8/+7
* scsi: hisi_sas: Do some more tidy-upJohn Garry2019-02-082-7/+7
* scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimentalXiang Chen2019-02-084-14/+89
* scsi: hisi_sas: Issue internal abort on all relevant queuesJohn Garry2019-02-085-16/+62
* scsi: hisi_sas: change queue depth from 512 to 4096Xiang Chen2019-02-081-1/+1
* scsi: hisi_sas: Add manual trigger for debugfs dumpLuo Jiaxing2019-02-081-0/+34
* scsi: hisi_sas: Add support for DIX feature for v3 hwXiang Chen2019-02-083-32/+184
* scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-0816-39/+45