summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-27303-1800/+2202
|\
| * scsi: ufs: mcq: Use pointer arithmetic in ufshcd_send_command()Avri Altman2023-04-121-2/+3
| * scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail() appropriatelyAvri Altman2023-04-121-0/+1
| * scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven2023-04-122-2/+2
| * scsi: lpfc: Silence an incorrect device outputJun Chen2023-04-121-0/+1
| * scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar2023-04-121-3/+3
| * scsi: scsi_debug: Fix missing error code in scsi_debug_init()Harshit Mogalapalli2023-04-121-1/+3
| * scsi: hisi_sas: Work around build failure in suspend functionArnd Bergmann2023-04-121-0/+4
| * scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup()Shuchang Li2023-04-121-4/+6
| * scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl2023-04-121-2/+2
| * scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar2023-04-121-8/+2
| * scsi: target: core: Fix invalid memory accessMaurizio Lombardi2023-04-121-4/+3
| * Merge patch series "Fix shost command overloading issues"Martin K. Petersen2023-04-031-422/+361
| |\
| | * scsi: scsi_debug: Drop sdebug_queueJohn Garry2023-04-031-138/+51
| | * scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shostsJohn Garry2023-04-031-61/+6
| | * scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store()John Garry2023-04-031-14/+13
| | * scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued()John Garry2023-04-031-28/+17
| | * scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll()John Garry2023-04-031-97/+98
| | * scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry2023-04-031-174/+253
| | * scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry2023-04-031-9/+9
| | * scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry2023-04-031-1/+17
| | * scsi: scsi_debug: Change shost list lock to a mutexJohn Garry2023-04-031-19/+19
| | * scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry2023-04-031-8/+5
| | * scsi: scsi_debug: Fix check for sdev queue fullJohn Garry2023-04-031-1/+1
| * | Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen2023-04-035-35/+124
| |\ \
| | * | scsi: hisi_sas: Exit suspend state when usage count is greater than 0Yihang Li2023-04-031-17/+56
| | * | scsi: hisi_sas: Ensure all enabled PHYs up during controller resetYihang Li2023-04-031-2/+30
| | * | scsi: hisi_sas: Handle NCQ error when IPTT is validXingui Yang2023-04-033-3/+15
| | * | scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.listXingui Yang2023-04-035-13/+23
| * | | scsi: qla4xxx: Remove unused 'count' variableTom Rix2023-04-031-2/+0
| * | | scsi: snic: Remove unused 'xfer_len' variableTom Rix2023-04-031-6/+1
| * | | scsi: qedf: Remove unused 'num_handled' variableTom Rix2023-04-031-2/+0
| * | | scsi: ufs: ufs-pci: Add support for Intel Lunar LakeAdrian Hunter2023-04-031-0/+1
| * | | scsi: scsi_transport_fc: Remove unused 'desc_cnt' variableTom Rix2023-04-031-2/+1
| * | | scsi: sr: Simplify the sr_open() functionEnze Li2023-04-031-6/+1
| * | | scsi: target: core: Remove unused 'prod_len' variableTom Rix2023-04-031-5/+0
| * | | scsi: libsas: Abort all in-flight requests when device is goneJason Yan2023-04-031-0/+29
| * | | scsi: core: Clean up struct ufs_saved_pwr_infoStanley Chu2023-04-031-4/+3
| * | | Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-04-0129-93/+226
| |\ \ \
| * | | | scsi: target: tcm_loop: Remove redundant driver match functionLizhe2023-03-251-7/+0
| * | | | scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang2023-03-251-0/+2
| * | | | scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDSDanila Chernetsov2023-03-251-0/+1
| * | | | Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-25217-257/+255
| |\ \ \ \
| | * | | | scsi: usb: uas: Declare two host templates and host template pointers constBart Van Assche2023-03-254-4/+4
| | * | | | scsi: ufs: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
| | * | | | scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
| | * | | | scsi: rts5208: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
| | * | | | scsi: xen-scsifront: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
| | * | | | scsi: wd719x: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
| | * | | | scsi: virtio-scsi: Declare SCSI host template constBart Van Assche2023-03-251-1/+1