aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds166-10288/+9712
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-7/+9
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-35/+70
2019-02-27scsi: cxgb4i: validate tcp sequence number only if chip version <= T5Varun Prakash1-1/+2
2019-02-27scsi: cxgb4i: get pf number from lldi->pfVarun Prakash1-2/+1
2019-02-27scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.cBenjamin Block1-3/+3
2019-02-27scsi: mpt3sas: Add missing breaks in switch statementsGustavo A. R. Silva1-0/+4
2019-02-27scsi: aacraid: Fix missing break in switch statementGustavo A. R. Silva1-2/+3
2019-02-27scsi: kill command serial numberHannes Reinecke2-17/+0
2019-02-27scsi: csiostor: drop serial_number usageHannes Reinecke1-4/+4
2019-02-27scsi: mvumi: use request tag instead of serial_numberHannes Reinecke1-3/+2
2019-02-27scsi: dpt_i2o: remove serial number usageHannes Reinecke1-55/+18
2019-02-27scsi: st: osst: Remove negative constant left-shiftsIustin Pop2-2/+2
2019-02-27scsi: ufs-bsg: Allow reading descriptorsAvri Altman1-8/+12
2019-02-27scsi: ufs: Allow reading descriptor via raw upiuAvri Altman1-6/+14
2019-02-27scsi: ufs-bsg: Change the calling convention for write descriptorAvri Altman1-21/+26
2019-02-27scsi: ufs: Remove unused device quirksMarc Gonzalez2-33/+0
2019-02-27Revert "scsi: ufs: disable vccq if it's not needed by UFS device"Marc Gonzalez2-56/+4
2019-02-27scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche1-1/+0
2019-02-26scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing1-26/+0
2019-02-26scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen1-9/+50
2019-02-25scsi: hptiop: fix calls to dma_set_mask()Hannes Reinecke1-3/+7
2019-02-25scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2-5/+11
2019-02-25scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-2/+5
2019-02-25scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-5/+13
2019-02-25scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-3/+5
2019-02-25scsi: 3w-sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-4/+8
2019-02-25scsi: 3w-9xxx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-5/+9
2019-02-25scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-7/+12
2019-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-3/+14
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek5-6/+9
2019-02-19scsi: megaraid_sas: return error when create DMA pool failedJason Yan1-0/+1
2019-02-19scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali2-2/+2
2019-02-19scsi: qla2xxx: Update driver version to 10.00.00.14-kHimanshu Madhani1-1/+1
2019-02-19scsi: qla2xxx: Add new FW dump template entry typesJoe Carnuccio2-75/+142
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