summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-08scsi: target: Fix xcopy sess release leakMike Christie3-3/+16
2020-07-08scsi: target: Check enforce_pr_isids during registrationMike Christie1-9/+15
2020-07-03scsi: eesox: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-07-03scsi: powertec: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-07-03scsi: scsi_debug: Fix in_use bitmap corruptionDouglas Gilbert1-3/+6
2020-07-03scsi: iscsi: Remove sessdestroylistMike Christie1-3/+3
2020-07-03scsi: iscsi: Optimize work queue flush useMike Christie1-8/+7
2020-07-03scsi: iscsi: Delay freeing target_idMike Christie1-2/+2
2020-07-03scsi: core: Register sysfs for SCSI workqueueBob Liu1-3/+5
2020-07-03scsi: lpfc: Update lpfc version to 12.8.0.2Dick Kennedy1-1/+1
2020-07-03scsi: lpfc: Add an internal trace log bufferDick Kennedy13-792/+928
2020-07-03scsi: lpfc: Add blk_io_poll support for latency improvmentDick Kennedy4-25/+224
2020-07-03scsi: lpfc: Add support to display if adapter dumps are availableDick Kennedy2-0/+25
2020-07-03scsi: lpfc: Allow applications to issue Common Set Features mailbox commandDick Kennedy2-0/+15
2020-07-03scsi: lpfc: Fix language in 0373 message to reflect non-error messageDick Kennedy1-2/+2
2020-07-03scsi: lpfc: Fix kdump hang on PPCDick Kennedy1-6/+30
2020-07-03scsi: lpfc: Fix shost refcount mismatch when deleting vportDick Kennedy1-18/+8
2020-07-03scsi: lpfc: Fix stack trace seen while setting rrq activeDick Kennedy2-2/+3
2020-07-03scsi: lpfc: Fix oops due to overrun when reading SLI3 dataDick Kennedy2-13/+15
2020-07-03scsi: lpfc: Fix NVMe rport deregister and registration during ADISCDick Kennedy1-5/+11
2020-07-03scsi: lpfc: Fix missing MDS functionalityDick Kennedy2-1/+2
2020-07-03scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_testDick Kennedy1-18/+16
2020-07-02scsi: qla2xxx: SAN congestion management implementationShyam Sundar8-33/+295
2020-07-02scsi: qla2xxx: Change in PUREX to handle FPIN ELS requestsShyam Sundar5-43/+132
2020-07-01scsi: qla2xxx: Introduce a function for computing the debug message prefixBart Van Assche1-64/+32
2020-07-01scsi: qla2xxx: Make qla2x00_restart_isp() easier to readBart Van Assche1-17/+22
2020-07-01scsi: qla2xxx: Fix a Coverity complaint in qla2100_fw_dump()Bart Van Assche2-1/+2
2020-07-01scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...Bart Van Assche1-2/+2
2020-07-01scsi: qla2xxx: Remove a superfluous castBart Van Assche1-2/+1
2020-07-01scsi: qla2xxx: Initialize 'n' before using itBart Van Assche1-0/+1
2020-07-01scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to readBart Van Assche1-12/+7
2020-07-01scsi: qla2xxx: Remove the __packed annotation from struct fcp_hdr and fcp_hdr_leBart Van Assche1-2/+2
2020-07-01scsi: qla2xxx: Check the size of struct fcp_hdr at compile timeBart Van Assche1-0/+1
2020-06-30scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser1-1/+8
2020-06-30scsi: ufs: ufs-exynos: Remove an unnecessary NULL checkDan Carpenter1-1/+1
2020-06-27scsi: storvsc: Fix spelling mistakeFlavio Suligoi1-1/+1
2020-06-27scsi: ufs: Disable WriteBooster capability for non-supported UFS devicesStanley Chu1-16/+19
2020-06-27scsi: bnx2fc: Removal of unused variablesJaved Hasan1-15/+1
2020-06-27scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()Christophe JAILLET1-1/+1
2020-06-27scsi: ufs: ufs-exynos: Fix build warningAlim Akhtar1-0/+5
2020-06-24scsi: ufs: ufs-exynos: Fix return value check in exynos_ufs_init()Wei Yongjun1-6/+6
2020-06-24scsi: ufs: Allow exynos ufs driver to build as moduleAlim Akhtar1-1/+1
2020-06-20scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser1-1/+1
2020-06-20scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser1-4/+7
2020-06-20scsi: core: Fix formatting errors in scsi_lib.cBean Huo1-22/+21
2020-06-20scsi: core: Remove scsi_sdb_cacheBean Huo3-19/+0
2020-06-20scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHTBodo Stroesser1-2/+0
2020-06-20scsi: ufs: ufs-exynos: Fix spelling mistake "pa_granularty" -> "pa_granularity"Colin Ian King1-1/+1
2020-06-20scsi: ufs-mediatek: Make ufs_mtk_wait_link_state staticStanley Chu1-2/+2
2020-06-16scsi: ufs: Fix imprecise load calculation in devfreq windowStanley Chu2-9/+11