summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-67/+197
2019-03-14scsi: aacraid: Fix performance issue on logical drivesSagar Biradar-5/+8
2019-03-14scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter-7/+9
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-10288/+9712
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2019-03-07scsi: libiscsi: Hold back_lock when calling iscsi_complete_taskLee Duncan-2/+20
2019-03-06scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLinkXiang Chen-0/+2
2019-03-06scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen-3/+49
2019-03-06scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry-0/+10
2019-03-06scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan-25/+60
2019-03-06scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen-1/+2
2019-03-06scsi: hisi_sas: Change return variable type in phy_up_v3_hw()Xiang Chen-1/+2
2019-03-06scsi: qla2xxx: check for kstrtol() failureDan Carpenter-0/+2
2019-03-06scsi: lpfc: fix 32-bit format string warningArnd Bergmann-1/+1
2019-03-06scsi: lpfc: fix unused variable warningArnd Bergmann-1/+2
2019-03-06scsi: libiscsi: fall back to sendmsg for slab pagesVasily Averin-3/+8
2019-03-06scsi: qla2xxx: avoid printf format warningArnd Bergmann-2/+2
2019-03-06scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart-1/+2
2019-03-06scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep checkJames Smart-1/+1
2019-03-06scsi: ufs: hisi: fix ufs_hba_variant_ops passingArnd Bergmann-10/+7
2019-03-06scsi: qla2xxx: Fix panic in qla_dfs_tgt_counters_showBill Kuzeja-0/+2
2019-03-06scsi: megaraid_sas: reduce module load timeSteve Sistare-2/+2
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+9
2019-03-06scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi-2/+0
2019-03-06scsi: smartpqi: Reporting 'logical unit failure'Erwan Velu-0/+6
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-35/+70
2019-02-27scsi: cxgb4i: validate tcp sequence number only if chip version <= T5Varun Prakash-1/+2
2019-02-27scsi: cxgb4i: get pf number from lldi->pfVarun Prakash-2/+1
2019-02-27scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.cBenjamin Block-3/+3
2019-02-27scsi: mpt3sas: Add missing breaks in switch statementsGustavo A. R. Silva-0/+4
2019-02-27scsi: aacraid: Fix missing break in switch statementGustavo A. R. Silva-2/+3
2019-02-27scsi: kill command serial numberHannes Reinecke-17/+0
2019-02-27scsi: csiostor: drop serial_number usageHannes Reinecke-4/+4
2019-02-27scsi: mvumi: use request tag instead of serial_numberHannes Reinecke-3/+2
2019-02-27scsi: dpt_i2o: remove serial number usageHannes Reinecke-55/+18
2019-02-27scsi: st: osst: Remove negative constant left-shiftsIustin Pop-2/+2
2019-02-27scsi: ufs-bsg: Allow reading descriptorsAvri Altman-8/+12
2019-02-27scsi: ufs: Allow reading descriptor via raw upiuAvri Altman-6/+14
2019-02-27scsi: ufs-bsg: Change the calling convention for write descriptorAvri Altman-21/+26
2019-02-27scsi: ufs: Remove unused device quirksMarc Gonzalez-33/+0
2019-02-27Revert "scsi: ufs: disable vccq if it's not needed by UFS device"Marc Gonzalez-56/+4
2019-02-27scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche-1/+0
2019-02-26scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing-26/+0
2019-02-26scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen-9/+50
2019-02-25scsi: hptiop: fix calls to dma_set_mask()Hannes Reinecke-3/+7
2019-02-25scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke-5/+11
2019-02-25scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke-2/+5
2019-02-25scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke-5/+13
2019-02-25scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke-3/+5