aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+0
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds186-4486/+5878
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds15-634/+123
2021-04-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-31/+22
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-55/+64
2021-04-15scsi: sd: Introduce a new local variable in sd_check_events()Bart Van Assche1-2/+3
2021-04-15scsi: dc395x: Open-code status_byte(u8) callsBart Van Assche1-2/+2
2021-04-15scsi: 53c700: Open-code status_byte(u8) callsBart Van Assche1-2/+2
2021-04-15scsi: smartpqi: Remove unused functionsBart Van Assche1-10/+0
2021-04-15scsi: qla4xxx: Remove an unused functionBart Van Assche1-6/+0
2021-04-15scsi: myrs: Remove unused functionsBart Van Assche1-99/+0
2021-04-15scsi: myrb: Remove unused functionsBart Van Assche1-71/+0
2021-04-15scsi: mpt3sas: Fix two kernel-doc headersBart Van Assche1-2/+2
2021-04-15scsi: fcoe: Suppress a compiler warningBart Van Assche1-1/+1
2021-04-15scsi: libfc: Fix a format specifierBart Van Assche1-1/+1
2021-04-15scsi: aacraid: Remove an unused functionBart Van Assche1-5/+0
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche6-38/+42
2021-04-15scsi: core: Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK caseBart Van Assche1-1/+1
2021-04-15scsi: core: Rename scsi_softirq_done() into scsi_complete()Bart Van Assche1-3/+7
2021-04-15scsi: core: Make the scsi_alloc_sgtables() documentation more accurateBart Van Assche1-2/+5
2021-04-15scsi: pm80xx: Remove global lock from outbound queue processingViswas G3-5/+9
2021-04-15scsi: pm80xx: Reset PI and CI memory during re-initializationViswas G2-0/+4
2021-04-15scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi6-7/+65
2021-04-15scsi: pm80xx: Add sysfs attribute to track iop1 countVishakha Channapattan1-0/+23
2021-04-15scsi: pm80xx: Add sysfs attribute to track iop0 countVishakha Channapattan1-0/+22
2021-04-15scsi: pm80xx: Add sysfs attribute to track RAAE countVishakha Channapattan1-0/+22
2021-04-15scsi: pm80xx: Add sysfs attribute to check controller hmi errorVishakha Channapattan1-0/+22
2021-04-15scsi: pm80xx: Add sysfs attribute to check MPI stateVishakha Channapattan1-1/+31
2021-04-15scsi: qla2xxx: Reserve extra IRQ vectorsRoman Bolshakov1-2/+2
2021-04-15scsi: smartpqi: Fix device pointer variable reference static checker issueDon Brace1-1/+1
2021-04-15scsi: smartpqi: Fix blocks_per_row static checker issueDon Brace1-2/+6
2021-04-13scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King1-19/+38
2021-04-13scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart4-4/+4
2021-04-13scsi: lpfc: Update lpfc version to 12.8.0.9James Smart1-1/+1
2021-04-13scsi: lpfc: Eliminate use of LPFC_DRIVER_NAME in lpfc_attr.cJames Smart1-10/+10
2021-04-13scsi: lpfc: Standardize discovery object logging formatJames Smart6-19/+19
2021-04-13scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart5-22/+21
2021-04-13scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart4-313/+3
2021-04-13scsi: lpfc: Fix lpfc_hdw_queue attribute being ignoredJames Smart1-3/+11
2021-04-13scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc loginJames Smart2-14/+20
2021-04-13scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_test()James Smart1-1/+3
2021-04-13scsi: lpfc: Fix use-after-free on unused nodes after port swapJames Smart1-0/+18
2021-04-13scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart3-56/+70
2021-04-13scsi: lpfc: Fix lack of device removal on port swaps with PRLIsJames Smart1-3/+1
2021-04-13scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart3-46/+30
2021-04-13scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()James Smart1-63/+1
2021-04-13scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2-3/+0
2021-04-13scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotagJames Smart4-17/+21
2021-04-13scsi: isci: Remove unnecessary struct declarationWan Jiabing1-1/+0
2021-04-13scsi: qla4xxx: Remove unneeded if-null-free checkQiheng Lin1-18/+9