summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-3/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-174-55/+64
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-096-28/+79
| |\ \
| * | | scsi/aacraid: Delete obsolete TODO fileWang Qing2021-03-301-3/+0
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-28186-4486/+5878
|\ \ \ \
| * | | | scsi: sd: Introduce a new local variable in sd_check_events()Bart Van Assche2021-04-151-2/+3
| * | | | scsi: dc395x: Open-code status_byte(u8) callsBart Van Assche2021-04-151-2/+2
| * | | | scsi: 53c700: Open-code status_byte(u8) callsBart Van Assche2021-04-151-2/+2
| * | | | scsi: smartpqi: Remove unused functionsBart Van Assche2021-04-151-10/+0
| * | | | scsi: qla4xxx: Remove an unused functionBart Van Assche2021-04-151-6/+0
| * | | | scsi: myrs: Remove unused functionsBart Van Assche2021-04-151-99/+0
| * | | | scsi: myrb: Remove unused functionsBart Van Assche2021-04-151-71/+0
| * | | | scsi: mpt3sas: Fix two kernel-doc headersBart Van Assche2021-04-151-2/+2
| * | | | scsi: fcoe: Suppress a compiler warningBart Van Assche2021-04-151-1/+1
| * | | | scsi: libfc: Fix a format specifierBart Van Assche2021-04-151-1/+1
| * | | | scsi: aacraid: Remove an unused functionBart Van Assche2021-04-151-5/+0
| * | | | scsi: core: Introduce enum scsi_dispositionBart Van Assche2021-04-156-38/+42
| * | | | scsi: core: Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK caseBart Van Assche2021-04-151-1/+1
| * | | | scsi: core: Rename scsi_softirq_done() into scsi_complete()Bart Van Assche2021-04-151-3/+7
| * | | | scsi: core: Make the scsi_alloc_sgtables() documentation more accurateBart Van Assche2021-04-151-2/+5
| * | | | scsi: pm80xx: Remove global lock from outbound queue processingViswas G2021-04-153-5/+9
| * | | | scsi: pm80xx: Reset PI and CI memory during re-initializationViswas G2021-04-152-0/+4
| * | | | scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi2021-04-156-7/+65
| * | | | scsi: pm80xx: Add sysfs attribute to track iop1 countVishakha Channapattan2021-04-151-0/+23
| * | | | scsi: pm80xx: Add sysfs attribute to track iop0 countVishakha Channapattan2021-04-151-0/+22
| * | | | scsi: pm80xx: Add sysfs attribute to track RAAE countVishakha Channapattan2021-04-151-0/+22
| * | | | scsi: pm80xx: Add sysfs attribute to check controller hmi errorVishakha Channapattan2021-04-151-0/+22
| * | | | scsi: pm80xx: Add sysfs attribute to check MPI stateVishakha Channapattan2021-04-151-1/+31
| * | | | scsi: qla2xxx: Reserve extra IRQ vectorsRoman Bolshakov2021-04-151-2/+2
| * | | | scsi: smartpqi: Fix device pointer variable reference static checker issueDon Brace2021-04-151-1/+1
| * | | | scsi: smartpqi: Fix blocks_per_row static checker issueDon Brace2021-04-151-2/+6
| * | | | scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King2021-04-131-19/+38
| * | | | scsi: lpfc: Copyright updates for 12.8.0.9 patchesJames Smart2021-04-134-4/+4
| * | | | scsi: lpfc: Update lpfc version to 12.8.0.9James Smart2021-04-131-1/+1
| * | | | scsi: lpfc: Eliminate use of LPFC_DRIVER_NAME in lpfc_attr.cJames Smart2021-04-131-10/+10
| * | | | scsi: lpfc: Standardize discovery object logging formatJames Smart2021-04-136-19/+19
| * | | | scsi: lpfc: Fix various trivial errors in comments and log messagesJames Smart2021-04-135-22/+21
| * | | | scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart2021-04-134-313/+3
| * | | | scsi: lpfc: Fix lpfc_hdw_queue attribute being ignoredJames Smart2021-04-131-3/+11
| * | | | scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc loginJames Smart2021-04-132-14/+20
| * | | | scsi: lpfc: Fix silent memory allocation failure in lpfc_sli4_bsg_link_diag_t...James Smart2021-04-131-1/+3
| * | | | scsi: lpfc: Fix use-after-free on unused nodes after port swapJames Smart2021-04-131-0/+18
| * | | | scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart2021-04-133-56/+70
| * | | | scsi: lpfc: Fix lack of device removal on port swaps with PRLIsJames Smart2021-04-131-3/+1
| * | | | scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock dependencyJames Smart2021-04-133-46/+30
| * | | | scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()James Smart2021-04-131-63/+1
| * | | | scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2021-04-132-3/+0
| * | | | scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotagJames Smart2021-04-134-17/+21
| * | | | scsi: isci: Remove unnecessary struct declarationWan Jiabing2021-04-131-1/+0