summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2018-10-16scsi: target/core: Use sg_alloc_table() instead of open-coding itBart Van Assche
2018-10-16scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche
2018-10-16scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche
2018-10-16scsi: target/core: Remove an unused data member from struct xcopy_pt_cmdBart Van Assche
2018-10-16scsi: target/core: Fix spelling in two source code commentsBart Van Assche
2018-10-16scsi: target: stash sess_err_stats on Data-Out timeoutDavid Disseldorp
2018-10-16scsi: target: split out helper for cxn timeout error stashingDavid Disseldorp
2018-10-16scsi: target: log NOP ping timeouts as errorsDavid Disseldorp
2018-10-16scsi: target: log Data-Out timeouts as errorsDavid Disseldorp
2018-10-16scsi: target: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp
2018-10-16scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register valuesXiang Chen
2018-10-16scsi: hisi_sas: Use block layer tag instead for IPTTXiang Chen
2018-10-16scsi: hisi_sas: unmask interrupts ent72 and ent74Xiang Chen
2018-10-16scsi: hisi_sas: Free slot later in slot_complete_vx_hw()Xiang Chen
2018-10-16scsi: hisi_sas: Fix the race between IO completion and timeout for SMP/intern...Xiang Chen
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-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: 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-09-28scsi: qla2xxx: Return switch command on a timeoutHimanshu Madhani