aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twiceBart Van Assche2019-04-291-0/+3
| * scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche2019-04-292-34/+30
| * scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8Bart Van Assche2019-04-293-6/+6
| * scsi: qla2xxx: Log the status code if a firmware command failsBart Van Assche2019-04-292-5/+5
| * scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport...Bart Van Assche2019-04-291-2/+3
| * scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche2019-04-291-4/+3
| * scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche2019-04-293-12/+12
| * scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.cBart Van Assche2019-04-292-11/+11
| * scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.cBart Van Assche2019-04-293-12/+13
| * scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche2019-04-291-2/+0
| * scsi: qla2xxx: Declare qla2x00_find_new_loop_id() staticBart Van Assche2019-04-292-51/+43
| * scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definitionBart Van Assche2019-04-292-14/+13
| * scsi: qla2xxx: Fix a format specifierBart Van Assche2019-04-291-1/+1
| * scsi: qla2xxx: Update two source code commentsBart Van Assche2019-04-292-2/+2
| * scsi: sd: Revert "Rely on the driver core for asynchronous probing"Bart Van Assche2019-04-294-5/+47
| * scsi: sd: Revert "Inline sd_probe_part2()"Bart Van Assche2019-04-291-43/+58
| * scsi: ufs: Fix RX_TERMINATION_FORCE_ENABLE define valuePedro Sousa2019-04-291-1/+1
| * scsi: qedf: remove set but not used variablesYueHaibing2019-04-291-9/+1
| * scsi: qedf: Update the driver version to 8.37.25.20Saurav Kashyap2019-04-291-2/+2
| * scsi: qedf: Add return value to log message if scsi_add_host failsSaurav Kashyap2019-04-291-2/+3
| * scsi: qedf: Print fcport information on wait for upload timeoutSaurav Kashyap2019-04-291-3/+5
| * scsi: qedf: Check the return value of start_xmitSaurav Kashyap2019-04-292-3/+21
| * scsi: qedf: Log message if scsi_add_host failsSaurav Kashyap2019-04-291-1/+4
| * scsi: qedf: Check for fcoe_libfc_config failureSaurav Kashyap2019-04-291-1/+5
| * scsi: qedf: Add comment to display logging levelsSaurav Kashyap2019-04-291-0/+6
| * scsi: qedf: Add port_id for fcport into initiate_cleanup debug messageChad Dupuis2019-04-291-2/+2
| * scsi: qedf: Add LBA to underrun debug messagesChad Dupuis2019-04-291-5/+6
| * scsi: qedf: Print scsi_cmd backpointer in good completion path if the command...Chad Dupuis2019-04-291-3/+3
| * scsi: qedf: Add driver state to 'driver_stats' debugfs nodeChad Dupuis2019-04-291-3/+52
| * scsi: qedf: Change MSI-X load error messageChad Dupuis2019-04-291-1/+2
| * scsi: qedi: Adjust termination and offload ramrod timersManish Rangankar2019-04-291-2/+3
| * scsi: qedi: Abort ep termination if offload not scheduledManish Rangankar2019-04-291-0/+3
| * scsi: csiostor: create per port irq affinity mask setVarun Prakash2019-04-291-1/+27
| * scsi: qla2xxx: Silence Successful ELS IOCB messageHimanshu Madhani2019-04-291-1/+1
| * scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran2019-04-291-2/+2
| * scsi: aic7xxx: improve the Kconfig entryChristoph Hellwig2019-04-291-1/+1
| * scsi: aic7xxx: fix spelling mistake "recevied" -> "received"Colin Ian King2019-04-181-1/+1
| * scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing2019-04-181-1/+1
| * scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King2019-04-182-2/+2
| * scsi: qedi: fix spelling mistake "oflload" -> "offload"Colin Ian King2019-04-181-2/+2
| * scsi: qedf: remove memset/memcpy to nfunc and use func insteadColin Ian King2019-04-181-24/+8
| * scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRESENTLi Zhong2019-04-151-3/+4
| * scsi: megaraid_sas: Make megasas_host_device_list_query() staticYueHaibing2019-04-151-1/+1
| * scsi: ufs: Print real incorrect request response codeStanley Chu2019-04-151-1/+1
| * scsi: cxgb4i: fix incorrect spelling "reveive" -> "receive"Varun Prakash2019-04-151-1/+1
| * scsi: libcxgbi: update route finding logicVarun Prakash2019-04-151-5/+8
| * scsi: libcxgbi: find cxgbi device by MAC addressVarun Prakash2019-04-151-2/+2
| * scsi: core: don't hold device refcount in IO pathMing Lei2019-04-151-26/+2
| * scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()Himanshu Madhani2019-04-151-15/+1
| * scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche2019-04-153-19/+18