summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-05-288-9/+28
|\
| * scsi: target: qla2xxx: Wait for stop_phase1 at WWN removalDmitry Bogdanov2021-05-211-0/+2
| * scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irqYang Yingliang2021-05-211-4/+4
| * scsi: vmw_pvscsi: Set correct residual data lengthMatt Wang2021-05-211-1/+7
| * scsi: bnx2fc: Return failure if io_req is already in ABTS processingJaved Hasan2021-05-211-0/+1
| * scsi: aic7xxx: Remove multiple definition of globalsTom Rix2021-05-212-2/+1
| * scsi: aic7xxx: Restore several defines for aic7xxx firmware buildTom Rix2021-05-211-0/+11
| * scsi: libsas: Use _safe() loop in sas_resume_port()Dan Carpenter2021-05-211-2/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-05-2010-19/+36
|\|
| * scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy2021-05-154-12/+19
| * scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()Zhen Lei2021-05-151-1/+2
| * scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan2021-05-141-1/+3
| * scsi: ufs: core: Increase the usable queue depthBart Van Assche2021-05-141-1/+4
| * scsi: BusLogic: Fix 64-bit system enumeration error for BuslogicMatt Wang2021-05-142-4/+4
| * scsi: ufs: ufs-mediatek: Fix power down spec violationPeter Wang2021-05-141-0/+4
* | scsi: ufs: handle cleanup correctly on devm_reset_control_get errorPhillip Potter2021-05-131-5/+12
* | Revert "scsi: ufs: fix a missing check of devm_reset_control_get"Greg Kroah-Hartman2021-05-131-4/+0
|/
* 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