summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-05-089-483/+432
|\
| * scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke2021-05-021-446/+375
| * scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke2021-05-021-6/+3
| * scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert2021-05-021-8/+16
| * scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo2021-04-281-0/+1
| * scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo2021-04-281-0/+2
| * scsi: ufs: core: Do not put UFS power into LPM if link is brokenCan Guo2021-04-281-2/+2
| * scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva2021-04-281-0/+3
| * scsi: qla2xxx: Add marginal path handling supportBikash Hazarika2021-04-281-0/+1
| * scsi: ufs: core: Fix a typo in ufs-sysfs.cKeoseong Park2021-04-281-6/+6
| * scsi: lpfc: Fix bad memory access during VPD DUMP mailbox commandJames Smart2021-04-262-13/+14
| * scsi: lpfc: Fix DMA virtual address ptr assignment in bsgJames Smart2021-04-261-1/+1
| * scsi: lpfc: Fix illegal memory access on Abort IOCBsJames Smart2021-04-261-2/+9
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0714-70/+2
|\ \
| * | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-0712-70/+0
| * | include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-061-0/+1
| * | proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
* | | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-2/+1
|\ \ \ | |/ / |/| |
| * | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-2/+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