summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: esp_scsi: move dma mapping into the core codeChristoph Hellwig2018-10-168-243/+47
* scsi: esp_scsi: remove the dev argument to scsi_esp_registerChristoph Hellwig2018-10-168-13/+12
* scsi: esp_scsi: use strong typing for the dev fieldChristoph Hellwig2018-10-163-28/+16
* scsi: sun_esp: don't use GFP_ATOMIC for command block allocationChristoph Hellwig2018-10-161-1/+1
* scsi: am53c974: use the generic DMA APIChristoph Hellwig2018-10-161-17/+15
* scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan2018-10-161-26/+28
* scsi: ufs: fix integer type usage in uapi headerArnd Bergmann2018-10-161-5/+6
* scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig2018-10-161-3/+0
* scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig2018-10-161-34/+1
* scsi: arcmsr: clean up clang warning on extraneous parenthesesColin Ian King2018-10-111-3/+3
* scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman2018-10-114-2/+17
* scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman2018-10-111-4/+110
* scsi: ufs: Add API to execute raw upiu commandsAvri Altman2018-10-113-0/+184
* scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2018-10-112-3/+2
* scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman2018-10-118-1/+192
* scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman2018-10-113-63/+78
* scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig2018-10-111-80/+61
* scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig2018-10-113-89/+34
* scsi: snic: Replace spin_is_locked() with lockdepLance Roy2018-10-111-2/+2
* scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor2018-10-111-2/+2
* scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder2018-10-111-4/+2
* scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches2018-10-111-2/+0
* scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches2018-10-113-31/+28
* scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches2018-10-111-26/+15
* scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches2018-10-111-5/+5
* scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2018-10-112-39/+29
* scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches2018-10-117-1982/+1533
* scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches2018-10-111-0/+9
* scsi: MAINTAINERS: Fix typo in cxlflash stanzaMatthew R. Ochs2018-10-111-1/+1
* scsi: qla2xxx: Return switch command on a timeoutHimanshu Madhani2018-09-281-6/+5
* scsi: NCR5380: Check for bus resetFinn Thain2018-09-281-29/+45
* scsi: NCR5380: Handle BUS FREE during reselectionFinn Thain2018-09-281-0/+3
* scsi: NCR5380: Don't call dsprintk() following reselection interruptFinn Thain2018-09-281-2/+2
* scsi: NCR5380: Don't clear busy flag when abort failsFinn Thain2018-09-281-4/+10
* scsi: NCR5380: Check for invalid reselection targetFinn Thain2018-09-281-0/+5
* scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense dataFinn Thain2018-09-281-5/+4
* scsi: NCR5380: Withhold disconnect privilege for REQUEST SENSEFinn Thain2018-09-281-1/+3
* scsi: NCR5380: Have NCR5380_select() return a boolFinn Thain2018-09-282-26/+22
* scsi: NCR5380: Reduce goto statements in NCR5380_select()Finn Thain2018-09-281-9/+12
* scsi: NCR5380: Clear all unissued commands on host resetHannes Reinecke2018-09-281-2/+5
* scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor2018-09-281-2/+2
* scsi: qla4xxx: Remove redundant check on drvr_waitColin Ian King2018-09-281-6/+4
* scsi: qla2xxx: Move log messages before issuing command to firmwareGiridhar Malavali2018-09-282-30/+33
* scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali2018-09-282-2/+16
* scsi: qla2xxx: Fix recursive mailbox timeoutQuinn Tran2018-09-281-1/+1
* scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani2018-09-281-3/+0
* scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2018-09-282-15/+6
* scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran2018-09-281-3/+3
* scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran2018-09-281-2/+2
* scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran2018-09-281-1/+1