summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+2
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-31/+73
2021-06-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-4/+20
2021-06-23scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig1-4/+18
2021-06-19scsi: sr: Return appropriate error code when disk is ejectedManYi Li1-0/+2
2021-06-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-21/+26
2021-06-10scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier2-0/+2
2021-06-08scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei1-1/+1
2021-06-08scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei1-2/+6
2021-06-08scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei1-8/+6
2021-06-08scsi: core: Fix error handling of scsi_host_alloc()Ming Lei1-10/+13
2021-06-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-15/+25
2021-06-02scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-VEwan D. Milne1-0/+1
2021-06-02scsi: ufs: ufs-mediatek: Fix HCI version in some platformsStanley Chu1-1/+14
2021-06-02scsi: qedf: Do not put host in qedf_vport_create() unconditionallyDaniel Wagner1-11/+9
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-2/+2
2021-06-01scsi: lpfc: Fix failure to transmit ABTS on FC linkJames Smart1-3/+1
2021-05-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-9/+28
2021-05-22scsi: target: qla2xxx: Wait for stop_phase1 at WWN removalDmitry Bogdanov1-0/+2
2021-05-22scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irqYang Yingliang1-4/+4
2021-05-22scsi: vmw_pvscsi: Set correct residual data lengthMatt Wang1-1/+7
2021-05-22scsi: bnx2fc: Return failure if io_req is already in ABTS processingJaved Hasan1-0/+1
2021-05-22scsi: aic7xxx: Remove multiple definition of globalsTom Rix2-2/+1
2021-05-22scsi: aic7xxx: Restore several defines for aic7xxx firmware buildTom Rix1-0/+11
2021-05-21scsi: libsas: Use _safe() loop in sas_resume_port()Dan Carpenter1-2/+2
2021-05-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-19/+36
2021-05-16scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy4-12/+19
2021-05-16scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()Zhen Lei1-1/+2
2021-05-15scsi: qedf: Add pointer checks in qedf_update_link_speed()Javed Hasan1-1/+3
2021-05-15scsi: ufs: core: Increase the usable queue depthBart Van Assche1-1/+4
2021-05-15scsi: BusLogic: Fix 64-bit system enumeration error for BuslogicMatt Wang2-4/+4
2021-05-15scsi: ufs: ufs-mediatek: Fix power down spec violationPeter Wang1-0/+4
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)1-31/+63
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-0/+10
2021-05-13scsi: ufs: handle cleanup correctly on devm_reset_control_get errorPhillip Potter1-5/+12
2021-05-13Revert "scsi: ufs: fix a missing check of devm_reset_control_get"Greg Kroah-Hartman1-4/+0
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-483/+432
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-70/+2
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada12-70/+0
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2021-05-03scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke1-446/+375
2021-05-03scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke1-6/+3
2021-05-03scsi: scsi_debug: Fix cmd_per_lun, set to max_queueDouglas Gilbert1-8/+16
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+0
2021-04-29scsi: ufs: core: Narrow down fast path in system suspend pathCan Guo1-0/+1
2021-04-29scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspendCan Guo1-0/+2