aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-04-11scsi: Rename sd_pr_commandMike Christie1-6/+6
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+1
2023-04-11scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven2-2/+2
2023-04-11scsi: lpfc: Silence an incorrect device outputJun Chen1-0/+1
2023-04-11scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar1-3/+3
2023-04-11scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli1-1/+3
2023-04-11scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann1-0/+4
2023-04-11scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina1-12/+8
2023-04-11scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li1-4/+6
2023-04-11scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl1-2/+2
2023-04-11scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar1-8/+2
2023-04-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-3/+3
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+12
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2-8/+6
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman26-87/+219
2023-04-02Merge patch series "Fix shost command overloading issues"Martin K. Petersen1-422/+361
2023-04-02scsi: scsi_debug: Drop sdebug_queueJohn Garry1-138/+51
2023-04-02scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry1-61/+6
2023-04-02scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry1-14/+13
2023-04-02scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry1-28/+17
2023-04-02scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry1-97/+98
2023-04-02scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry1-174/+253
2023-04-02scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry1-9/+9
2023-04-02scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry1-1/+17
2023-04-02scsi: scsi_debug: Change shost list lock to a mutexJohn Garry1-19/+19
2023-04-02scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry1-8/+5
2023-04-02scsi: scsi_debug: Fix check for sdev queue fullJohn Garry1-1/+1
2023-04-02Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen5-35/+124
2023-04-02scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li1-17/+56
2023-04-02scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li1-2/+30
2023-04-02scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang3-3/+15
2023-04-02scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang5-13/+23
2023-04-02scsi: qla4xxx: Remove unused 'count' variableTom Rix1-2/+0
2023-04-02scsi: snic: Remove unused 'xfer_len' variableTom Rix1-6/+1
2023-04-02scsi: qedf: Remove unused 'num_handled' variableTom Rix1-2/+0
2023-04-02scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()Zhong Jinghua1-2/+1
2023-04-02scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()Li Zetao1-0/+1
2023-04-02scsi: scsi_transport_fc: Remove unused 'desc_cnt' variableTom Rix1-2/+1
2023-04-02scsi: sr: Simplify the sr_open() functionEnze Li1-6/+1
2023-04-02scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)Ranjan Kumar1-1/+1
2023-04-02scsi: libsas: Abort all in-flight requests when device is goneJason Yan1-0/+29
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen26-80/+212
2023-03-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-10/+12
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet1-2/+2
2023-03-24scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar1-5/+0
2023-03-24scsi: core: Improve scsi_vpd_inquiry() checksDamien Le Moal1-2/+9
2023-03-24scsi: megaraid_sas: Fix crash after a double completionTomas Henzl1-2/+2
2023-03-24scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl1-1/+1
2023-03-24scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDSDanila Chernetsov1-0/+1
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen95-119/+117