summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2018-10-15scsi: am53c974: use the generic DMA APIChristoph Hellwig-17/+15
2018-10-15scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan-26/+28
2018-10-15scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig-3/+0
2018-10-15scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig-34/+1
2018-10-10scsi: arcmsr: clean up clang warning on extraneous parenthesesColin Ian King-3/+3
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman-2/+14
2018-10-10scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman-4/+110
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman-0/+184
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman-3/+2
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman-1/+144
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman-63/+4
2018-10-10scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig-80/+61
2018-10-10scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig-89/+34
2018-10-10scsi: snic: Replace spin_is_locked() with lockdepLance Roy-2/+2
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor-2/+2
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder-4/+2
2018-10-10scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches-2/+0
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches-31/+28
2018-10-10scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches-26/+15
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches-5/+5
2018-10-10scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches-39/+29
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches-1982/+1533
2018-10-10scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches-0/+9
2018-09-28scsi: qla2xxx: Return switch command on a timeoutHimanshu Madhani-6/+5
2018-09-28scsi: NCR5380: Check for bus resetFinn Thain-29/+45
2018-09-28scsi: NCR5380: Handle BUS FREE during reselectionFinn Thain-0/+3
2018-09-28scsi: NCR5380: Don't call dsprintk() following reselection interruptFinn Thain-2/+2
2018-09-28scsi: NCR5380: Don't clear busy flag when abort failsFinn Thain-4/+10
2018-09-28scsi: NCR5380: Check for invalid reselection targetFinn Thain-0/+5
2018-09-28scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense dataFinn Thain-5/+4
2018-09-28scsi: NCR5380: Withhold disconnect privilege for REQUEST SENSEFinn Thain-1/+3
2018-09-28scsi: NCR5380: Have NCR5380_select() return a boolFinn Thain-26/+22
2018-09-28scsi: NCR5380: Reduce goto statements in NCR5380_select()Finn Thain-9/+12
2018-09-28scsi: NCR5380: Clear all unissued commands on host resetHannes Reinecke-2/+5
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor-2/+2
2018-09-28scsi: qla4xxx: Remove redundant check on drvr_waitColin Ian King-6/+4
2018-09-27scsi: qla2xxx: Move log messages before issuing command to firmwareGiridhar Malavali-30/+33
2018-09-27scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali-2/+16
2018-09-27scsi: qla2xxx: Fix recursive mailbox timeoutQuinn Tran-1/+1
2018-09-27scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani-3/+0
2018-09-27scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran-15/+6
2018-09-27scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran-3/+3
2018-09-27scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran-2/+2
2018-09-27scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran-1/+1
2018-09-27scsi: qla2xxx: don't allow negative thresholdsDan Carpenter-1/+1
2018-09-27scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida-1/+1
2018-09-25scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash-3/+20
2018-09-25scsi: libsas: fix a race condition when smp task timeoutJason Yan-5/+4
2018-09-25scsi: libsas: check the ata device status by ata_dev_enabled()Jason Yan-1/+1
2018-09-25scsi: libsas: always unregister the old device if going to discover newJason Yan-8/+5