aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16scsi: isci: Change sci_controller_start_task's return type to sci_statusNathan Chancellor3-7/+7
2018-10-16scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handlerNathan Chancellor1-2/+2
2018-10-16scsi: lpfc: Remove set but not used variables 'fc_hdr' and 'hw_page_size'YueHaibing1-7/+0
2018-10-16scsi: cxgb4i: add DCB support for iSCSI connectionsVarun Prakash2-1/+156
2018-10-16scsi: megaraid_mbox: remove set but not used variablesYueHaibing1-27/+0
2018-10-16scsi: qla2xxx: Simplify conditional checkNathan Chancellor1-2/+2
2018-10-16scsi: bfa: Remove unused functionsNathan Chancellor2-117/+0
2018-10-16scsi: qla2xxx: Remove unnecessary self assignmentNathan Chancellor1-1/+0
2018-10-16scsi: arcmsr: Remove set but not used variables 'id, lun'YueHaibing1-3/+0
2018-10-16scsi: megaraid_sas: fix a missing-check bugWenwen Wang1-0/+3
2018-10-16scsi: be2iscsi: fix spelling mistake "Retreiving" -> "Retrieving"Colin Ian King1-1/+1
2018-10-16scsi: lpfc: fix spelling mistake "Resrouce" -> "Resource"Colin Ian King1-1/+1
2018-10-16scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()John Garry1-1/+3
2018-10-16scsi: sg: remove bad blk_end_request_all() callJens Axboe1-1/+1
2018-10-16scsi: osd: initiator should use mq variant of request endingJens Axboe1-1/+1
2018-10-16scsi: ips: fix missing break in switchGustavo A. R. Silva1-0/+1
2018-10-16scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register valuesXiang Chen1-0/+3
2018-10-16scsi: hisi_sas: Use block layer tag instead for IPTTXiang Chen5-40/+70
2018-10-16scsi: hisi_sas: unmask interrupts ent72 and ent74Xiang Chen1-1/+1
2018-10-16scsi: hisi_sas: Free slot later in slot_complete_vx_hw()Xiang Chen2-2/+2
2018-10-16scsi: hisi_sas: Fix the race between IO completion and timeout for SMP/internal IOXiang Chen1-9/+46
2018-10-16scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()Luo Jiaxing1-2/+5
2018-10-16scsi: hisi_sas: Feed back linkrate(max/min) when re-attachedLuo Jiaxing1-0/+3
2018-10-15scsi: libfc: retry PRLI if we cannot analyse the payloadHannes Reinecke1-2/+6
2018-10-15scsi: libfc: check fc_frame_payload_get() return value for nullThomas Abraham1-4/+10
2018-10-15scsi: core: Allow state transitions from OFFLINE to BLOCKEDHannes Reinecke1-0/+1
2018-10-15scsi: esp_scsi: remove union in esp_cmd_privChristoph Hellwig2-11/+7
2018-10-15scsi: esp_scsi: move dma mapping into the core codeChristoph Hellwig8-243/+47
2018-10-15scsi: esp_scsi: remove the dev argument to scsi_esp_registerChristoph Hellwig8-13/+12
2018-10-15scsi: esp_scsi: use strong typing for the dev fieldChristoph Hellwig3-28/+16
2018-10-15scsi: sun_esp: don't use GFP_ATOMIC for command block allocationChristoph Hellwig1-1/+1
2018-10-15scsi: am53c974: use the generic DMA APIChristoph Hellwig1-17/+15
2018-10-15scsi: ufs: make UFS Tx lane1 clock optional for QCOM platformsVenkat Gopalakrishnan1-26/+28
2018-10-15scsi: lpfc: remove a bogus pci_dma_sync_single_for_device callChristoph Hellwig1-3/+0
2018-10-15scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig1-34/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-10-10scsi: arcmsr: clean up clang warning on extraneous parenthesesColin Ian King1-3/+3
2018-10-10scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request()Avri Altman3-2/+14
2018-10-10scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request()Avri Altman1-4/+110
2018-10-10scsi: ufs: Add API to execute raw upiu commandsAvri Altman3-0/+184
2018-10-10scsi: ufs: Use data structure size in pointer arithmeticAvri Altman2-3/+2
2018-10-10scsi: ufs: Add a bsg endpoint that supports UPIUsAvri Altman6-1/+144
2018-10-10scsi: uapi: ufs: Make utp_upiu_req visible to user spaceAvri Altman2-63/+4
2018-10-10scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig1-80/+61
2018-10-10scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig3-89/+34
2018-10-10scsi: snic: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor1-2/+2
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder1-4/+2
2018-10-10scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches1-2/+0
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches3-31/+28