summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-04scsi: lpfc: Update lpfc version to 12.8.0.8James Smart1-2/+2
2021-03-04scsi: lpfc: Correct function header comments related to ndlp reference countingJames Smart1-88/+71
2021-03-04scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vportsJames Smart1-4/+4
2021-03-04scsi: lpfc: Change wording of invalid pci reset log messageJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix crash caused by switch rebootJames Smart1-3/+2
2021-03-04scsi: lpfc: Fix pt2pt state transition causing rmmod hangJames Smart1-1/+11
2021-03-04scsi: lpfc: Fix nodeinfo debugfs outputJames Smart1-4/+7
2021-03-04scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart1-26/+7
2021-03-04scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart1-169/+70
2021-03-04scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart5-3/+22
2021-03-04scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix use after free in lpfc_els_free_iocbJames Smart1-171/+177
2021-03-04scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart1-26/+24
2021-03-04scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-03-04scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereferenceJames Smart1-1/+1
2021-03-04scsi: lpfc: Fix FLOGI failure due to accessing a freed nodeJames Smart1-1/+2
2021-03-04scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart3-35/+16
2021-03-04scsi: lpfc: Fix reftag generation sizing errorsJames Smart1-38/+52
2021-03-04scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid()James Smart1-2/+2
2021-03-04scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-03-04scsi: scsi_debug: Fix cmd duration calculationDouglas Gilbert1-5/+6
2021-03-04scsi: core: Set shost as hctx driver_dataKashyap Desai1-6/+13
2021-03-04scsi: scsi_debug: Add new defer type for mq_pollDouglas Gilbert1-54/+94
2021-03-04scsi: scsi_debug: mq_poll supportKashyap Desai1-0/+130
2021-03-04scsi: megaraid_sas: mq_poll supportKashyap Desai4-11/+123
2021-03-04scsi: core: Add mq_poll support to SCSI layerKashyap Desai3-0/+28
2021-03-04scsi: target: core: Make completion affinity configurableMike Christie4-2/+77
2021-03-04scsi: target: core: Flush submission work during TMR processingMike Christie1-0/+4
2021-03-04scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie1-2/+25
2021-03-04scsi: target: iblock: Add backend plug/unplug calloutsMike Christie2-1/+53
2021-03-04scsi: target: core: Fix backend pluggingMike Christie3-1/+48
2021-03-04scsi: target: core: Cleanup cmd flag bitsMike Christie1-19/+19
2021-03-04scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie2-17/+6
2021-03-04scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie1-11/+8
2021-03-04scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie1-30/+6
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie5-4/+59
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie10-16/+23
2021-03-04scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie2-64/+18
2021-03-04scsi: target: tcm_fc: Convert to new submission APIMike Christie1-4/+10
2021-03-04scsi: target: xen-scsiback: Convert to new submission APIMike Christie1-12/+9
2021-03-04scsi: target: vhost-scsi: Convert to new submission APIMike Christie1-11/+9
2021-03-04scsi: target: usb: gadget: Convert to new submission APIMike Christie1-10/+6
2021-03-04scsi: target: sbp_target: Convert to new submission APIMike Christie1-5/+3
2021-03-04scsi: target: tcm_loop: Convert to new submission APIMike Christie1-12/+10
2021-03-04scsi: target: qla2xxx: Convert to new submission APIMike Christie1-4/+12
2021-03-04scsi: target: ibmvscsi_tgt: Convert to new submission APIMike Christie1-12/+3
2021-03-04scsi: target: srpt: Convert to new submission APIMike Christie1-5/+8
2021-03-04scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie2-61/+148
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie5-31/+31