summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lockBodo Stroesser2021-03-101-2/+2
* scsi: target: tcmu: Replace radix_tree with XArrayBodo Stroesser2021-03-101-18/+16
* scsi: target: tcmu: Replace IDR by XArrayBodo Stroesser2021-03-101-15/+15
* scsi: FlashPoint: Fix typozuoqilin2021-03-101-1/+1
* scsi: ibmvfc: Switch to using kobj_to_dev()Jiapeng Chong2021-03-101-1/+1
* scsi: ufs: Remove duplicate include in ufshcdZhang Yunkai2021-03-101-1/+0
* scsi: qla4xxx: Fix a typoBhaskar Chowdhury2021-03-101-1/+1
* scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv2021-03-101-4/+4
* scsi: pm80xx: Remove list entry from pm8001_ccb_infoIgor Pylypiv2021-03-101-1/+0
* scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)2021-03-041-2/+16
* scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart2021-03-0414-17/+17
* scsi: lpfc: Update lpfc version to 12.8.0.8James Smart2021-03-041-2/+2
* scsi: lpfc: Correct function header comments related to ndlp reference countingJames Smart2021-03-041-88/+71
* scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vportsJames Smart2021-03-041-4/+4
* scsi: lpfc: Change wording of invalid pci reset log messageJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix crash caused by switch rebootJames Smart2021-03-041-3/+2
* scsi: lpfc: Fix pt2pt state transition causing rmmod hangJames Smart2021-03-041-1/+11
* scsi: lpfc: Fix nodeinfo debugfs outputJames Smart2021-03-041-4/+7
* scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart2021-03-041-26/+7
* scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart2021-03-041-169/+70
* scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart2021-03-045-3/+22
* scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix use after free in lpfc_els_free_iocbJames Smart2021-03-041-171/+177
* scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart2021-03-041-26/+24
* scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart2021-03-041-2/+7
* scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereferenceJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix FLOGI failure due to accessing a freed nodeJames Smart2021-03-041-1/+2
* scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart2021-03-043-35/+16
* scsi: lpfc: Fix reftag generation sizing errorsJames Smart2021-03-041-38/+52
* scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid()James Smart2021-03-041-2/+2
* scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart2021-03-041-1/+0
* scsi: scsi_debug: Fix cmd duration calculationDouglas Gilbert2021-03-041-5/+6
* scsi: core: Set shost as hctx driver_dataKashyap Desai2021-03-041-6/+13
* scsi: scsi_debug: Add new defer type for mq_pollDouglas Gilbert2021-03-041-54/+94
* scsi: scsi_debug: mq_poll supportKashyap Desai2021-03-041-0/+130
* scsi: megaraid_sas: mq_poll supportKashyap Desai2021-03-044-11/+123
* scsi: core: Add mq_poll support to SCSI layerKashyap Desai2021-03-041-0/+16
* scsi: target: core: Make completion affinity configurableMike Christie2021-03-043-2/+68
* scsi: target: core: Flush submission work during TMR processingMike Christie2021-03-041-0/+4
* scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie2021-03-041-2/+25
* scsi: target: iblock: Add backend plug/unplug calloutsMike Christie2021-03-042-1/+53
* scsi: target: core: Fix backend pluggingMike Christie2021-03-041-1/+42
* scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie2021-03-042-17/+6
* scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie2021-03-041-11/+8
* scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie2021-03-041-30/+6
* scsi: target: core: Add workqueue based cmd submissionMike Christie2021-03-043-3/+50
* scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-049-14/+20
* scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie2021-03-041-59/+17
* scsi: target: tcm_fc: Convert to new submission APIMike Christie2021-03-041-4/+10