aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-07-06Merge branch 'master-6.4'Bruce Ashfield
2023-06-14scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee
2023-06-14scsi: storvsc: Always set no_report_opcodesMichael Kelley
2023-06-14scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinitySagar Biradar
2023-05-31scsi: stex: Fix gcc 13 warningsBart Van Assche
2023-05-22scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov
2023-05-16scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2023-05-16scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao
2023-05-16scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley
2023-05-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-24scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang
2023-04-24scsi: ipr: Remove several unused variablesTom Rix
2023-04-24scsi: pm80xx: Log device registrationAkshat Jain
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18scsi: ipr: Remove SATA supportBrian King
2023-04-18scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13scsi: simplify sysctl registration with register_sysctl()Luis Chamberlain
2023-04-11scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven
2023-04-11scsi: lpfc: Silence an incorrect device outputJun Chen
2023-04-11scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar
2023-04-11scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli
2023-04-11scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann
2023-04-11scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina
2023-04-11scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li
2023-04-11scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl
2023-04-11scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar
2023-04-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-04-02Merge patch series "Fix shost command overloading issues"Martin K. Petersen
2023-04-02scsi: scsi_debug: Drop sdebug_queueJohn Garry
2023-04-02scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry
2023-04-02scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry
2023-04-02scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry
2023-04-02scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry
2023-04-02scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry
2023-04-02scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry
2023-04-02scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry
2023-04-02scsi: scsi_debug: Change shost list lock to a mutexJohn Garry
2023-04-02scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry
2023-04-02scsi: scsi_debug: Fix check for sdev queue fullJohn Garry