summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-16scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()Luo Jiaxing
2018-10-16scsi: hisi_sas: Feed back linkrate(max/min) when re-attachedLuo Jiaxing
2018-10-16scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger
2018-10-16scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE usageNicholas Bellinger
2018-10-15scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke
2018-10-15scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham
2018-10-15scsi: core: Allow state transitions from OFFLINE to BLOCKEDHannes Reinecke
2018-10-15scsi: esp_scsi: remove union in esp_cmd_privChristoph Hellwig
2018-10-15scsi: esp_scsi: move dma mapping into the core codeChristoph Hellwig
2018-10-15scsi: esp_scsi: remove the dev argument to scsi_esp_registerChristoph Hellwig
2018-10-15scsi: esp_scsi: use strong typing for the dev fieldChristoph Hellwig
2018-10-15scsi: sun_esp: don't use GFP_ATOMIC for command block allocationChristoph Hellwig
2018-10-15scsi: am53c974: use the generic DMA APIChristoph Hellwig
2018-10-15scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan
2018-10-15scsi: ufs: fix integer type usage in uapi headerArnd Bergmann
2018-10-15scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig
2018-10-15scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig
2018-10-10scsi: arcmsr: clean up clang warning on extraneous parenthesesColin Ian King
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman
2018-10-10scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman
2018-10-10scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig
2018-10-10scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig
2018-10-10scsi: snic: Replace spin_is_locked() with lockdepLance Roy
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder
2018-10-10scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches
2018-10-10scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches
2018-10-10scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches
2018-10-10scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches
2018-10-10scsi: MAINTAINERS: Fix typo in cxlflash stanzaMatthew R. Ochs
2018-09-28scsi: qla2xxx: Return switch command on a timeoutHimanshu Madhani
2018-09-28scsi: NCR5380: Check for bus resetFinn Thain
2018-09-28scsi: NCR5380: Handle BUS FREE during reselectionFinn Thain
2018-09-28scsi: NCR5380: Don't call dsprintk() following reselection interruptFinn Thain
2018-09-28scsi: NCR5380: Don't clear busy flag when abort failsFinn Thain
2018-09-28scsi: NCR5380: Check for invalid reselection targetFinn Thain
2018-09-28scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense dataFinn Thain
2018-09-28scsi: NCR5380: Withhold disconnect privilege for REQUEST SENSEFinn Thain
2018-09-28scsi: NCR5380: Have NCR5380_select() return a boolFinn Thain
2018-09-28scsi: NCR5380: Reduce goto statements in NCR5380_select()Finn Thain
2018-09-28scsi: NCR5380: Clear all unissued commands on host resetHannes Reinecke
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor
2018-09-28scsi: qla4xxx: Remove redundant check on drvr_waitColin Ian King