summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-05-19scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo1-0/+1
2021-05-19scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo1-0/+2
2021-05-19scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo1-2/+2
2021-05-19scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva1-0/+3
2021-05-14scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King1-19/+38
2021-05-14scsi: sni_53c710: Add IRQ checkSergey Shtylyov1-1/+4
2021-05-14scsi: sun3x_esp: Add IRQ checkSergey Shtylyov1-1/+3
2021-05-14scsi: jazz_esp: Add IRQ checkSergey Shtylyov1-1/+3
2021-05-14scsi: hisi_sas: Fix IRQ checksSergey Shtylyov1-3/+3
2021-05-14scsi: ufs: ufshcd-pltfrm: Fix deferred probingSergey Shtylyov1-1/+1
2021-05-14scsi: pm80xx: Fix potential infinite loopColin Ian King1-1/+1
2021-05-14scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()Igor Pylypiv1-2/+2
2021-05-14scsi: qla2xxx: Check kzalloc() return valueBart Van Assche1-0/+4
2021-05-14scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart1-26/+24
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-17Merge 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-07scsi: libsas: Reset num_scatter if libata marks qc as NODATAJolly Shah1-5/+4
2021-04-07scsi: iscsi: Fix iSCSI cls conn stateMike Christie2-26/+18
2021-04-05scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST stateMartin Wilck1-1/+1
2021-04-05scsi: 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-01scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo1-17/+13
2021-04-01scsi: ufs: core: Fix task management request completion timeoutCan Guo1-0/+1
2021-04-01scsi: hpsa: Add an assert to prevent __packed reintroductionSergei Trofimovich1-0/+12
2021-04-01scsi: hpsa: Fix boot on ia64 (atomic_t alignment)Sergei Trofimovich1-1/+1
2021-04-01scsi: hpsa: Use __packed on individual structs, not header-wideSergei Trofimovich1-34/+34
2021-03-29scsi: 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