summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-05-066-847/+40
|\
| * scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang2023-04-241-0/+3
| * scsi: ipr: Remove several unused variablesTom Rix2023-04-241-14/+0
| * scsi: pm80xx: Log device registrationAkshat Jain2023-04-241-3/+4
| * scsi: ipr: Remove SATA supportBrian King2023-04-183-830/+11
| * scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry2023-04-181-0/+22
* | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-15/+1
|\ \
| * | scsi: simplify sysctl registration with register_sysctl()Luis Chamberlain2023-04-131-15/+1
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * | | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
* | | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-278-21/+16
|\ \ \ \
| * | | | driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-032-8/+6
| * | | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0326-87/+219
| |\ \ \ \
| * | | | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-232-8/+6
| * | | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-174-4/+4
| * | | | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-12/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-133-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-064-10/+12
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet2023-03-271-2/+2
* | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-26144-1170/+1291
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven2023-04-112-2/+2
| * | | | | | scsi: lpfc: Silence an incorrect device outputJun Chen2023-04-111-0/+1
| * | | | | | scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar2023-04-111-3/+3
| * | | | | | scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli2023-04-111-1/+3
| * | | | | | scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann2023-04-111-0/+4
| * | | | | | scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li2023-04-111-4/+6
| * | | | | | scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl2023-04-111-2/+2
| * | | | | | scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar2023-04-111-8/+2
| * | | | | | Merge patch series "Fix shost command overloading issues"Martin K. Petersen2023-04-021-422/+361
| |\ \ \ \ \ \
| | * | | | | | scsi: scsi_debug: Drop sdebug_queueJohn Garry2023-04-021-138/+51
| | * | | | | | scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry2023-04-021-61/+6
| | * | | | | | scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry2023-04-021-14/+13
| | * | | | | | scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry2023-04-021-28/+17
| | * | | | | | scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry2023-04-021-97/+98
| | * | | | | | scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry2023-04-021-174/+253
| | * | | | | | scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry2023-04-021-9/+9
| | * | | | | | scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry2023-04-021-1/+17
| | * | | | | | scsi: scsi_debug: Change shost list lock to a mutexJohn Garry2023-04-021-19/+19
| | * | | | | | scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry2023-04-021-8/+5
| | * | | | | | scsi: scsi_debug: Fix check for sdev queue fullJohn Garry2023-04-021-1/+1
| * | | | | | | Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen2023-04-025-35/+124
| |\ \ \ \ \ \ \
| | * | | | | | | scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li2023-04-021-17/+56
| | * | | | | | | scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li2023-04-021-2/+30
| | * | | | | | | scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang2023-04-023-3/+15
| | * | | | | | | scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang2023-04-025-13/+23
| * | | | | | | | scsi: qla4xxx: Remove unused 'count' variableTom Rix2023-04-021-2/+0
| * | | | | | | | scsi: snic: Remove unused 'xfer_len' variableTom Rix2023-04-021-6/+1
| * | | | | | | | scsi: qedf: Remove unused 'num_handled' variableTom Rix2023-04-021-2/+0