summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-02-28scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.Suganath Prabu Subramani2-33/+54
2018-02-28scsi: mpt3sas: Add PCI device ID for Andromeda.Suganath Prabu Subramani3-2/+14
2018-02-28scsi: core: fix two wrong indentation casesJianchao Wang2-2/+2
2018-02-28scsi: qedi: fix build regressionArnd Bergmann1-2/+0
2018-02-28scsi: libsas: Fix kernel-doc headersBart Van Assche5-24/+27
2018-02-23scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018James Smart6-6/+6
2018-02-23scsi: lpfc: update driver version to 12.0.0.0James Smart1-1/+1
2018-02-23scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart6-17/+69
2018-02-23scsi: lpfc: Fix nvme embedded io length on new hardwareJames Smart1-1/+1
2018-02-23scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart7-6/+94
2018-02-23scsi: lpfc: Enable fw download on if_type=6 devicesJames Smart3-17/+33
2018-02-23scsi: lpfc: Add if_type=6 support for cycling valid bitsJames Smart4-17/+92
2018-02-23scsi: lpfc: Add 64G link speed supportJames Smart9-30/+93
2018-02-23scsi: lpfc: Add PCI Ids for if_type=6 hardwareJames Smart3-0/+6
2018-02-23scsi: lpfc: Add push-to-adapter support to sli4James Smart6-87/+220
2018-02-23scsi: lpfc: Add SLI-4 if_type=6 support to the code baseJames Smart5-26/+275
2018-02-23scsi: lpfc: Rework sli4 doorbell infrastructureJames Smart5-19/+32
2018-02-23scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlersJames Smart3-31/+44
2018-02-23scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder3-16/+4
2018-02-22scsi: qla4xxx: Use dma_pool_zalloc()Souptick Joarder2-7/+3
2018-02-16scsi: ufs: sysfs: attributesStanislav Nijnikov5-7/+109
2018-02-16scsi: ufs: sysfs: flagsStanislav Nijnikov2-3/+50
2018-02-16scsi: ufs: sysfs: unit descriptorStanislav Nijnikov5-16/+88
2018-02-16scsi: core: host template attribute groupsStanislav Nijnikov1-0/+11
2018-02-16scsi: ufs: sysfs: string descriptorsStanislav Nijnikov3-7/+72
2018-02-16scsi: ufs: sysfs: power descriptorStanislav Nijnikov1-0/+117
2018-02-16scsi: ufs: sysfs: health descriptorStanislav Nijnikov4-0/+40
2018-02-16scsi: ufs: sysfs: geometry descriptorStanislav Nijnikov2-0/+120
2018-02-16scsi: ufs: sysfs: interconnect descriptorStanislav Nijnikov2-0/+26
2018-02-16scsi: ufs: sysfs: device descriptorStanislav Nijnikov4-6/+136
2018-02-16scsi: ufs: sysfs: attribute group for existing sysfs entries.Stanislav Nijnikov5-153/+178
2018-02-16scsi: scsi_debug: call resp_*() function after setting host_scribbleMartin Wilck1-20/+33
2018-02-16scsi: scsi_transport_spi: make two const arrays static, shrinks object sizeColin Ian King1-2/+2
2018-02-14scsi: scsi_debug: reset injection flags for every_nth > 0Martin Wilck1-1/+6
2018-02-14scsi: scsi_debug: implement IMMED bitDouglas Gilbert1-11/+65
2018-02-14scsi: scsi_debug: Fix pointer styling issuesJohn Pittman1-36/+36
2018-02-14scsi: core: Reduce number of scsi_test_unit_ready() retriesBart Van Assche1-1/+1
2018-02-14scsi: core: Move the eh_deadline module parameter definitionBart Van Assche1-6/+6
2018-02-14scsi: core: scmd_eh_abort_handler(): Add a commentBart Van Assche1-0/+6
2018-02-14scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche3-40/+6
2018-02-14scsi: pmcraid: Remove an unused structure memberBart Van Assche1-1/+0
2018-02-14scsi: ipr: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche3-42/+10
2018-02-14scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King1-4/+4
2018-02-14scsi: isci: remove redundant initialization to 'bit'Colin Ian King1-1/+1
2018-02-14scsi: sym53c416: avoid section mismatch with LTOArnd Bergmann1-1/+1
2018-02-14scsi: NCR53c406a: avoid section mismatch with LTOArnd Bergmann1-1/+1
2018-02-14scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processingRaghava Aditya Renukunta2-6/+17
2018-02-14scsi: aacraid: Preserve MSIX mode in the OMR registerRaghava Aditya Renukunta1-0/+22
2018-02-14scsi: aacraid: Implement DropIO sync commandRaghava Aditya Renukunta2-6/+159
2018-02-14scsi: qedf: use correct strncpy() sizeArnd Bergmann1-1/+1