aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()Bart Van Assche1-18/+20
2019-04-29scsi: qla2xxx: Fix a qla24xx_enable_msix() error pathBart Van Assche1-1/+5
2019-04-29scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twiceBart Van Assche1-0/+3
2019-04-29scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche2-34/+30
2019-04-29scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche3-6/+6
2019-04-29scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche2-5/+5
2019-04-29scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport pointerBart Van Assche1-2/+3
2019-04-29scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche1-4/+3
2019-04-29scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche3-12/+12
2019-04-29scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.cBart Van Assche2-11/+11
2019-04-29scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.cBart Van Assche3-12/+13
2019-04-29scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-2/+0
2019-04-29scsi: qla2xxx: Declare qla2x00_find_new_loop_id() staticBart Van Assche2-51/+43
2019-04-29scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definitionBart Van Assche2-14/+13
2019-04-29scsi: qla2xxx: Fix a format specifierBart Van Assche1-1/+1
2019-04-29scsi: qla2xxx: Update two source code commentsBart Van Assche2-2/+2
2019-04-29scsi: sd: Revert "Rely on the driver core for asynchronous probing"Bart Van Assche4-5/+47
2019-04-29scsi: sd: Revert "Inline sd_probe_part2()"Bart Van Assche1-43/+58
2019-04-29scsi: ufs: Fix RX_TERMINATION_FORCE_ENABLE define valuePedro Sousa1-1/+1
2019-04-29scsi: qedf: remove set but not used variablesYueHaibing1-9/+1
2019-04-29scsi: qedf: Update the driver version to 8.37.25.20Saurav Kashyap1-2/+2
2019-04-29scsi: qedf: Add return value to log message if scsi_add_host failsSaurav Kashyap1-2/+3
2019-04-29scsi: qedf: Print fcport information on wait for upload timeoutSaurav Kashyap1-3/+5
2019-04-29scsi: qedf: Check the return value of start_xmitSaurav Kashyap2-3/+21
2019-04-29scsi: qedf: Log message if scsi_add_host failsSaurav Kashyap1-1/+4
2019-04-29scsi: qedf: Check for fcoe_libfc_config failureSaurav Kashyap1-1/+5
2019-04-29scsi: qedf: Add comment to display logging levelsSaurav Kashyap1-0/+6
2019-04-29scsi: qedf: Add port_id for fcport into initiate_cleanup debug messageChad Dupuis1-2/+2
2019-04-29scsi: qedf: Add LBA to underrun debug messagesChad Dupuis1-5/+6
2019-04-29scsi: qedf: Print scsi_cmd backpointer in good completion path if the command is still being usedChad Dupuis1-3/+3
2019-04-29scsi: qedf: Add driver state to 'driver_stats' debugfs nodeChad Dupuis1-3/+52
2019-04-29scsi: qedf: Change MSI-X load error messageChad Dupuis1-1/+2
2019-04-29scsi: qedi: Adjust termination and offload ramrod timersManish Rangankar1-2/+3
2019-04-29scsi: qedi: Abort ep termination if offload not scheduledManish Rangankar1-0/+3
2019-04-29scsi: csiostor: create per port irq affinity mask setVarun Prakash1-1/+27
2019-04-29scsi: qla2xxx: Silence Successful ELS IOCB messageHimanshu Madhani1-1/+1
2019-04-29scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran1-2/+2
2019-04-29scsi: aic7xxx: improve the Kconfig entryChristoph Hellwig1-1/+1
2019-04-25Merge tag 'phy-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman3-44/+75
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe13-21/+36
2019-04-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-8/+12
2019-04-18scsi: aic7xxx: fix EISA supportChristoph Hellwig4-6/+7
2019-04-18Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-04-18scsi: aic7xxx: fix spelling mistake "recevied" -> "received"Colin Ian King1-1/+1
2019-04-18scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing1-1/+1
2019-04-18scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King2-2/+2
2019-04-18scsi: qedi: fix spelling mistake "oflload" -> "offload"Colin Ian King1-2/+2
2019-04-18scsi: qedf: remove memset/memcpy to nfunc and use func insteadColin Ian King1-24/+8
2019-04-17phy: ufs-qcom: Refactor all init steps into phy_poweronEvan Green1-26/+18
2019-04-17phy: qcom: Utilize UFS reset controllerEvan Green1-18/+0