summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2021-07-12sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig1-4/+0
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds34-145/+258
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+7
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-1/+3
2021-07-06scsi: aic94xx: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+3
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+10
2021-07-04scsi: blkcg: Fix application ID config optionsMartin K. Petersen1-13/+0
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds210-2620/+49127
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig4-7/+7
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-06-29scsi: virtio_scsi: Add validation for residual bytes from responseXie Yongji1-1/+1
2021-06-29scsi: ipr: System crashes when seeing type 20 errorWen Xiong2-2/+3
2021-06-29scsi: core: Retry I/O for Notify (Enable Spinup) Required errorQuat Le1-0/+1
2021-06-29scsi: mpi3mr: Fix warnings reported by smatchSreekanth Reddy1-2/+3
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-29scsi: qedf: Add check to synchronize abort and flushJaved Hasan1-1/+21
2021-06-28scsi: libfc: Fix array index out of bound exceptionJaved Hasan1-5/+8
2021-06-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-4/+20
2021-06-22scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macroZhen Lei1-17/+9
2021-06-22scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei1-10/+8
2021-06-22scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei1-8/+6
2021-06-22scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei1-7/+7
2021-06-22scsi: be2iscsi: Fix some missing space in some messagesChristophe JAILLET1-64/+38
2021-06-22scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET1-0/+1
2021-06-22scsi: ufs: Fix build warning without CONFIG_PMYueHaibing1-0/+4
2021-06-22scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park1-1/+1
2021-06-22scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig1-4/+18
2021-06-22scsi: qla2xxx: Add heartbeat checkQuinn Tran8-1/+117
2021-06-22scsi: virtio_scsi: Do not overwrite SCSI statusHannes Reinecke1-2/+1
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu8-0/+16
2021-06-22scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche3-17/+8
2021-06-22scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King1-1/+1
2021-06-22scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart1-4/+4
2021-06-22scsi: elx: libefc_sli: Fix ANDing with zero bit valueJames Smart1-2/+0
2021-06-18scsi: aha1740: Avoid over-read of sense bufferKees Cook1-2/+5
2021-06-18scsi: arcmsr: Avoid over-read of sense bufferKees Cook1-8/+11
2021-06-18scsi: ips: Avoid over-read of sense bufferKees Cook1-4/+6
2021-06-18scsi: ufs: ufs-mediatek: Add missing of_node_put() in ufs_mtk_probe()Zou Wei1-0/+1
2021-06-18scsi: elx: libefc: Fix IRQ restore in efc_domain_dispatch_frame()Dan Carpenter1-2/+2
2021-06-18scsi: elx: libefc: Fix less than zero comparison of a unsigned intColin Ian King1-1/+1
2021-06-18scsi: elx: efct: Fix pointer error checking in debugfs initJames Smart1-6/+3
2021-06-18scsi: elx: efct: Fix is_originator return code typeJames Smart1-4/+4
2021-06-18scsi: elx: efct: Fix link error for _bad_cmpxchgJames Smart1-1/+1
2021-06-18scsi: elx: efct: Eliminate unnecessary boolean check in efct_hw_command_cancel()Nathan Chancellor1-2/+1
2021-06-18scsi: elx: efct: Do not use id uninitialized in efct_lio_setup_session()Nathan Chancellor1-3/+3
2021-06-18scsi: elx: efct: Fix error handling in efct_hw_init()Wei Yongjun1-2/+2
2021-06-18scsi: elx: efct: Remove redundant initialization of variable lunColin Ian King1-1/+1
2021-06-18scsi: elx: efct: Fix spelling mistake "Unexected" -> "Unexpected"Colin Ian King1-1/+1
2021-06-18scsi: lpfc: Fix build error in lpfc_scsi.cJames Smart1-1/+1