Age | Commit message (Expand) | Author |
2023-05-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-04-27 | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-04-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-04-24 | scsi: qedi: Fix use after free bug in qedi_remove() | Zheng Wang |
2023-04-24 | scsi: ipr: Remove several unused variables | Tom Rix |
2023-04-24 | scsi: pm80xx: Log device registration | Akshat Jain |
2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-18 | scsi: ipr: Remove SATA support | Brian King |
2023-04-18 | scsi: scsi_debug: Abort commands from scsi_debug_device_reset() | John Garry |
2023-04-18 | Change DEFINE_SEMAPHORE() to take a number argument | Peter Zijlstra |
2023-04-15 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-13 | scsi: simplify sysctl registration with register_sysctl() | Luis Chamberlain |
2023-04-11 | scsi: cxlflash: s/semahpore/semaphore/ | Geert Uytterhoeven |
2023-04-11 | scsi: lpfc: Silence an incorrect device output | Jun Chen |
2023-04-11 | scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca... | Ranjan Kumar |
2023-04-11 | scsi: scsi_debug: Fix missing error code in scsi_debug_init() | Harshit Mogalapalli |
2023-04-11 | scsi: hisi_sas: Work around build failure in suspend function | Arnd Bergmann |
2023-04-11 | scsi: ses: Handle enclosure with just a primary component gracefully | Jiri Kosina |
2023-04-11 | scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() | Shuchang Li |
2023-04-11 | scsi: mpt3sas: Fix an issue when driver is being removed | Tomas Henzl |
2023-04-11 | scsi: mpt3sas: Remove HBA BIOS version in the kernel log | Ranjan Kumar |
2023-04-08 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-03 | driver core: class: remove struct class_interface * from callbacks | Greg Kroah-Hartman |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman |
2023-04-02 | Merge patch series "Fix shost command overloading issues" | Martin K. Petersen |
2023-04-02 | scsi: scsi_debug: Drop sdebug_queue | John Garry |
2023-04-02 | scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shosts | John Garry |
2023-04-02 | scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store() | John Garry |
2023-04-02 | scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued() | John Garry |
2023-04-02 | scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll() | John Garry |
2023-04-02 | scsi: scsi_debug: Dynamically allocate sdebug_queued_cmd | John Garry |
2023-04-02 | scsi: scsi_debug: Use scsi_block_requests() to block queues | John Garry |
2023-04-02 | scsi: scsi_debug: Protect block_unblock_all_queues() with mutex | John Garry |
2023-04-02 | scsi: scsi_debug: Change shost list lock to a mutex | John Garry |
2023-04-02 | scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target() | John Garry |
2023-04-02 | scsi: scsi_debug: Fix check for sdev queue full | John Garry |
2023-04-02 | Merge patch series "scsi: hisi_sas: Some misc changes" | Martin K. Petersen |
2023-04-02 | scsi: hisi_sas: Exit suspend state when usage count is greater than 0 | Yihang Li |
2023-04-02 | scsi: hisi_sas: Ensure all enabled PHYs up during controller reset | Yihang Li |
2023-04-02 | scsi: hisi_sas: Handle NCQ error when IPTT is valid | Xingui Yang |
2023-04-02 | scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list | Xingui Yang |
2023-04-02 | scsi: qla4xxx: Remove unused 'count' variable | Tom Rix |
2023-04-02 | scsi: snic: Remove unused 'xfer_len' variable | Tom Rix |
2023-04-02 | scsi: qedf: Remove unused 'num_handled' variable | Tom Rix |
2023-04-02 | scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param() | Zhong Jinghua |