summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-03-16scsi: aacraid: Fix a few incorrectly named functionsLee Jones1-4/+4
2021-03-16scsi: aic94xx: Fix a couple of misnamed function namesLee Jones1-2/+2
2021-03-16scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones1-2/+2
2021-03-16scsi: megaraid_mbox: Fix function name megaraid_queue_command_lck() in descri...Lee Jones1-1/+1
2021-03-16scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones1-1/+1
2021-03-16scsi: megaraid_sas: Fix a bunch of misnamed functions in their headersLee Jones1-5/+6
2021-03-16scsi: megaraid_mm: Fix incorrect function name in headerLee Jones1-1/+1
2021-03-10scsi: FlashPoint: Fix typozuoqilin1-1/+1
2021-03-10scsi: ibmvfc: Switch to using kobj_to_dev()Jiapeng Chong1-1/+1
2021-03-10scsi: ufs: Remove duplicate include in ufshcdZhang Yunkai1-1/+0
2021-03-10scsi: qla4xxx: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-10scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv1-4/+4
2021-03-10scsi: pm80xx: Remove list entry from pm8001_ccb_infoIgor Pylypiv1-1/+0
2021-03-05scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)1-2/+16
2021-03-05scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart14-17/+17
2021-03-05scsi: lpfc: Update lpfc version to 12.8.0.8James Smart1-2/+2
2021-03-05scsi: lpfc: Correct function header comments related to ndlp reference countingJames Smart1-88/+71
2021-03-05scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vportsJames Smart1-4/+4
2021-03-05scsi: lpfc: Change wording of invalid pci reset log messageJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix crash caused by switch rebootJames Smart1-3/+2
2021-03-05scsi: lpfc: Fix pt2pt state transition causing rmmod hangJames Smart1-1/+11
2021-03-05scsi: lpfc: Fix nodeinfo debugfs outputJames Smart1-4/+7
2021-03-05scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart1-26/+7
2021-03-05scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart1-169/+70
2021-03-05scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart5-3/+22
2021-03-05scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix use after free in lpfc_els_free_iocbJames Smart1-171/+177
2021-03-05scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart1-26/+24
2021-03-05scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-03-05scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereferenceJames Smart1-1/+1
2021-03-05scsi: lpfc: Fix FLOGI failure due to accessing a freed nodeJames Smart1-1/+2
2021-03-05scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart3-35/+16
2021-03-05scsi: lpfc: Fix reftag generation sizing errorsJames Smart1-38/+52
2021-03-05scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid()James Smart1-2/+2
2021-03-05scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-03-05scsi: scsi_debug: Fix cmd duration calculationDouglas Gilbert1-5/+6
2021-03-05scsi: core: Set shost as hctx driver_dataKashyap Desai1-6/+13
2021-03-05scsi: scsi_debug: Add new defer type for mq_pollDouglas Gilbert1-54/+94
2021-03-05scsi: scsi_debug: mq_poll supportKashyap Desai1-0/+130
2021-03-05scsi: megaraid_sas: mq_poll supportKashyap Desai4-11/+123
2021-03-05scsi: core: Add mq_poll support to SCSI layerKashyap Desai1-0/+16
2021-03-05scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+2
2021-03-05scsi: target: qla2xxx: Convert to new submission APIMike Christie1-4/+12
2021-03-05scsi: target: ibmvscsi_tgt: Convert to new submission APIMike Christie1-12/+3
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei6-22/+48
2021-03-05scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024)Ming Lei1-0/+11
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei4-5/+5
2021-03-05scsi: megaraid_sas: Replace sdev_busy with local counterKashyap Desai2-8/+41
2021-03-05scsi: blk-mq: Return budget token from .get_budget callbackMing Lei1-5/+11