summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/virtio_scsi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-19scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry1-0/+22
2023-04-12scsi: ufs: mcq: Use pointer arithmetic in ufshcd_send_command()Avri Altman2-3/+4
2023-04-12scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail() appropriatelyAvri Altman1-0/+1
2023-04-12scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven2-2/+2
2023-04-12scsi: lpfc: Silence an incorrect device outputJun Chen1-0/+1
2023-04-12scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar1-3/+3
2023-04-12scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli1-1/+3
2023-04-12scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann1-0/+4
2023-04-12scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li1-4/+6
2023-04-12scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl1-2/+2
2023-04-12scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar1-8/+2
2023-04-12scsi: target: core: Fix invalid memory accessMaurizio Lombardi1-4/+3
2023-04-03scsi: scsi_debug: Drop sdebug_queueJohn Garry1-138/+51
2023-04-03scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry1-61/+6
2023-04-03scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry1-14/+13
2023-04-03scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry1-28/+17
2023-04-03scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry1-97/+98
2023-04-03scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry1-174/+253
2023-04-03scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry1-9/+9
2023-04-03scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry1-1/+17
2023-04-03scsi: scsi_debug: Change shost list lock to a mutexJohn Garry1-19/+19
2023-04-03scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry1-8/+5
2023-04-03scsi: scsi_debug: Fix check for sdev queue fullJohn Garry1-1/+1
2023-04-03scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li1-17/+56
2023-04-03scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li1-2/+30
2023-04-03scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang3-3/+15
2023-04-03scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang5-13/+23
2023-04-03scsi: qla4xxx: Remove unused 'count' variableTom Rix1-2/+0
2023-04-03scsi: snic: Remove unused 'xfer_len' variableTom Rix1-6/+1
2023-04-03scsi: qedf: Remove unused 'num_handled' variableTom Rix1-2/+0
2023-04-03scsi: ufs: ufs-pci: Add support for Intel Lunar LakeAdrian Hunter1-0/+1
2023-04-03scsi: scsi_transport_fc: Remove unused 'desc_cnt' variableTom Rix1-2/+1
2023-04-03scsi: sr: Simplify the sr_open() functionEnze Li1-6/+1
2023-04-03scsi: target: core: Remove unused 'prod_len' variableTom Rix1-5/+0
2023-04-03scsi: libsas: Abort all in-flight requests when device is goneJason Yan1-0/+29
2023-04-03scsi: core: Clean up struct ufs_saved_pwr_infoStanley Chu2-10/+4
2023-03-25scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar1-5/+0
2023-03-25scsi: core: Improve scsi_vpd_inquiry() checksDamien Le Moal1-2/+9
2023-03-25scsi: megaraid_sas: Fix crash after a double completionTomas Henzl1-2/+2
2023-03-25scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl1-1/+1
2023-03-25scsi: target: tcm_loop: Remove redundant driver match functionLizhe1-7/+0
2023-03-25scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang1-0/+2
2023-03-25scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDSDanila Chernetsov1-0/+1
2023-03-25scsi: usb: uas: Declare two host templates and host template pointers constBart Van Assche4-4/+4
2023-03-25scsi: ufs: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: rts5208: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: xen-scsifront: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: wd719x: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: virtio-scsi: Declare SCSI host template constBart Van Assche1-1/+1