summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-10166-10288/+9712Star
|\
| * scsi: cxgb4i: validate tcp sequence number only if chip version <= T5Varun Prakash2019-02-271-1/+2
| * scsi: cxgb4i: get pf number from lldi->pfVarun Prakash2019-02-271-2/+1Star
| * scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.cBenjamin Block2019-02-271-3/+3
| * scsi: mpt3sas: Add missing breaks in switch statementsGustavo A. R. Silva2019-02-271-0/+4
| * scsi: aacraid: Fix missing break in switch statementGustavo A. R. Silva2019-02-271-2/+3
| * scsi: kill command serial numberHannes Reinecke2019-02-272-17/+0Star
| * scsi: csiostor: drop serial_number usageHannes Reinecke2019-02-271-4/+4
| * scsi: mvumi: use request tag instead of serial_numberHannes Reinecke2019-02-271-3/+2Star
| * scsi: dpt_i2o: remove serial number usageHannes Reinecke2019-02-271-55/+18Star
| * 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/+0Star
| * Revert "scsi: ufs: disable vccq if it's not needed by UFS device"Marc Gonzalez2019-02-272-56/+4Star
| * scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing2019-02-261-26/+0Star
| * 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-205-6/+9
| * scsi: megaraid_sas: return error when create DMA pool failedJason Yan2019-02-201-0/+1
| * scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali2019-02-202-2/+2
| * scsi: qla2xxx: Update driver version to 10.00.00.14-kHimanshu Madhani2019-02-201-1/+1
| * scsi: qla2xxx: Add new FW dump template entry typesJoe Carnuccio2019-02-202-75/+142
| * scsi: qla2xxx: Fix code indentation for qla27xx_fwdt_entryHimanshu Madhani2019-02-201-23/+23
| * scsi: qla2xxx: Move marker request behind QPairQuinn Tran2019-02-204-69/+33Star
| * scsi: qla2xxx: Prevent SysFS access when chip is downQuinn Tran2019-02-201-0/+3
| * scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy2019-02-205-1/+166
| * scsi: qla2xxx: Prevent multiple ADISC commands per sessionQuinn Tran2019-02-201-2/+4
| * scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani2019-02-201-0/+8
| * scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani2019-02-201-12/+10Star
| * scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp2019-02-207-9/+39
| * scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmwareHimanshu Madhani2019-02-201-5/+8
| * scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King2019-02-201-5/+1Star
| * scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja2019-02-203-45/+55
| * scsi: lpfc: Remove set but not used variable 'phys_id'YueHaibing2019-02-201-2/+1Star
| * scsi: ufs: Add HI3670 SoC UFS driver supportManivannan Sadhasivam2019-02-202-22/+109
| * scsi: lpfc: fix a handful of indentation issuesColin Ian King2019-02-145-8/+8
| * scsi: qlogicpti: Use of_node_name_eq for node name comparisonsRob Herring2019-02-142-4/+2Star
| * scsi: sd: Fix typo in sd_first_printk()Dietmar Hahn2019-02-131-1/+1
| * scsi: megaraid_sas: driver version updateShivasharan S2019-02-131-2/+2
| * scsi: megaraid_sas: Update structures for HOST_DEVICE_LIST DCMDShivasharan S2019-02-131-1/+2
| * scsi: lpfc: Fix error code if kcalloc() failsDan Carpenter2019-02-131-0/+1
| * scsi: ufs: fix a typo in commentChengguang Xu2019-02-131-2/+2
| * scsi: scsi_debug: Implement support for write protectMartin K. Petersen2019-02-121-45/+31Star
| * scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche2019-02-121-1/+0Star
| * scsi: sd: Remove superfluous residual assignmentsBart Van Assche2019-02-121-3/+0Star
| * 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/+7Star
| * scsi: hisi_sas: Do some more tidy-upJohn Garry2019-02-092-7/+7