summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-05-12scsi: libfc: Fix a format specifierBart Van Assche1-1/+1
2021-05-12scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart4-313/+3
2021-05-12scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart3-56/+70
2021-05-12scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()James Smart1-63/+1
2021-05-12scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2-3/+0
2021-05-12scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_queryGustavo A. R. Silva2-11/+6
2021-05-12scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg()Ewan D. Milne1-2/+3
2021-05-12scsi: smartpqi: Add new PCI IDsKevin Barnett1-0/+156
2021-05-12scsi: smartpqi: Correct request leakage during reset operationsMurthy Bhat1-0/+4
2021-05-12scsi: smartpqi: Use host-wide tag spaceDon Brace1-0/+1
2021-05-12scsi: qla2xxx: Fix use after free in bsgQuinn Tran1-1/+2
2021-05-12scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats()Bart Van Assche1-1/+7
2021-05-12scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart1-26/+7
2021-05-12scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart1-169/+70
2021-05-12scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart1-1/+1
2021-05-12scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-05-12scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-05-12scsi: mpt3sas: Block PCI config access from userspace during resetSreekanth Reddy1-0/+4
2021-05-12scsi: mpt3sas: Only one vSES is present even when IOC has multi vSESSreekanth Reddy1-1/+3
2021-05-12scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()Arun Easi1-7/+0
2021-05-12scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotagJames Smart4-17/+21
2021-05-12scsi: qla2xxx: Reserve extra IRQ vectorsRoman Bolshakov1-2/+2
2021-04-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-31/+22
2021-04-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-55/+64
2021-04-08scsi: libsas: Reset num_scatter if libata marks qc as NODATAJolly Shah1-5/+4
2021-04-08scsi: iscsi: Fix iSCSI cls conn stateMike Christie2-26/+18
2021-04-06scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST stateMartin Wilck1-1/+1
2021-04-06scsi: pm80xx: Fix chip initialization failureViswas G1-4/+4
2021-04-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+13
2021-04-02scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo1-17/+13
2021-04-02scsi: ufs: core: Fix task management request completion timeoutCan Guo1-0/+1
2021-04-02scsi: hpsa: Add an assert to prevent __packed reintroductionSergei Trofimovich1-0/+12
2021-04-02scsi: hpsa: Fix boot on ia64 (atomic_t alignment)Sergei Trofimovich1-1/+1
2021-04-02scsi: hpsa: Use __packed on individual structs, not header-wideSergei Trofimovich1-34/+34
2021-03-30scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed1-1/+13
2021-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-27/+66
2021-03-25scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai1-2/+6
2021-03-25scsi: qedi: Fix error return code of qedi_alloc_global_queues()Jia-Ju Bai1-0/+1
2021-03-25scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Bart Van Assche2-12/+5
2021-03-25scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ awareTyrel Datwyler1-17/+34
2021-03-25scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops()Tyrel Datwyler1-9/+33
2021-03-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-15/+20
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-3/+0
2021-03-17scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2021-03-17scsi: ufs: ufs-mediatek: Correct operator & -> &&dongjian1-1/+1
2021-03-17scsi: sd_zbc: Update write pointer offset cacheJohannes Thumshirn1-8/+11
2021-03-16scsi: lpfc: Fix some error codes in debugfsDan Carpenter1-2/+2
2021-03-16scsi: qla2xxx: Fix broken #endif placementAlexey Dobriyan1-1/+1
2021-03-16scsi: st: Fix a use after free in st_open()Lv Yunlong1-1/+1
2021-03-16scsi: myrs: Fix a double free in myrs_cleanup()Lv Yunlong1-1/+1