aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-03-15scsi: pm8001: Fix incorrectly named functions in headersLee Jones1-2/+2
2021-03-15scsi: qla4xxx: Fix formatting issues - missing '-' and '_'Lee Jones1-2/+2
2021-03-15scsi: pm8001: Provide function name 'pm8001_I_T_nexus_reset()' in headerLee Jones1-0/+1
2021-03-15scsi: bnx2fc: Fix typo in bnx2fc_indicate_kcqe()Lee Jones1-1/+1
2021-03-15scsi: aacraid: Fix incorrect spelling of aac_send_raw_srb()Lee Jones1-1/+1
2021-03-15scsi: pm8001: Provide function name and fix a misspellingLee Jones1-2/+2
2021-03-15scsi: aacraid: Fix a few incorrectly named functionsLee Jones1-4/+4
2021-03-15scsi: aic94xx: Fix a couple of misnamed function namesLee Jones1-2/+2
2021-03-15scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones1-2/+2
2021-03-15scsi: megaraid_mbox: Fix function name megaraid_queue_command_lck() in descriptionLee Jones1-1/+1
2021-03-15scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones1-1/+1
2021-03-15scsi: megaraid_sas: Fix a bunch of misnamed functions in their headersLee Jones1-5/+6
2021-03-15scsi: megaraid_mm: Fix incorrect function name in headerLee Jones1-1/+1
2021-03-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-58/+59
2021-03-09scsi: FlashPoint: Fix typozuoqilin1-1/+1
2021-03-09scsi: ibmvfc: Switch to using kobj_to_dev()Jiapeng Chong1-1/+1
2021-03-09scsi: ufs: Remove duplicate include in ufshcdZhang Yunkai1-1/+0
2021-03-09scsi: qla4xxx: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-09scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv1-4/+4
2021-03-09scsi: pm80xx: Remove list entry from pm8001_ccb_infoIgor Pylypiv1-1/+0
2021-03-07Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-8/+3
2021-03-04scsi: iscsi: Verify lengths on passthrough PDUsChris Leech1-0/+9
2021-03-04scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2-83/+90
2021-03-04scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan1-0/+6
2021-03-04scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)1-2/+16
2021-03-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart14-17/+17
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-87/+70
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-25/+23
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