summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Remove unused list 'device_list'Dr. David Alan Gilbert2024-05-061-1/+0
* scsi: iscsi: Remove unused list 'connlist_err'Dr. David Alan Gilbert2024-05-061-1/+0
* Merge patch series "ufs-exynos support for Tensor GS101"Martin K. Petersen2024-05-063-18/+240
|\
| * scsi: ufs: exynos: Add support for Tensor gs101 SoCPeter Griffin2024-05-062-0/+160
| * scsi: ufs: exynos: Add some pa_dbg_ register offsets into drvdataPeter Griffin2024-05-062-13/+31
| * scsi: ufs: exynos: Allow max frequencies up to 267MhzPeter Griffin2024-05-061-1/+1
| * scsi: ufs: exynos: Add EXYNOS_UFS_OPT_TIMER_TICK_SELECT optionPeter Griffin2024-05-062-0/+10
| * scsi: ufs: exynos: Add EXYNOS_UFS_OPT_UFSPR_SECURE optionPeter Griffin2024-05-062-1/+5
| * scsi: ufs: dt-bindings: exynos: Add gs101 compatiblePeter Griffin2024-05-061-3/+35
* | scsi: qla2xxx: Fix debugfs output for fw_resource_countHimanshu Madhani2024-05-061-1/+1
* | scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh2024-05-061-1/+1
* | scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh2024-05-061-2/+2
* | scsi: mpi3mr: Fix some kernel-doc warnings in scsi_bsg_mpi3mr.hRandy Dunlap2024-04-241-3/+5
* | scsi: ufs: bsg: Fix all kernel-doc warningsRandy Dunlap2024-04-241-1/+3
* | scsi: libfc: Add some kernel-doc commentsRandy Dunlap2024-04-241-3/+15
* | scsi: core: Don't use "proxy" headersAndy Shevchenko2024-04-241-2/+3
* | scsi: bnx2fc: Remove redundant assignment to variable 'i'Colin Ian King2024-04-241-3/+1
* | scsi: qedi: Fix crash while reading debugfs attributeManish Rangankar2024-04-241-8/+4
* | scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()Bart Van Assche2024-04-241-2/+1
* | scsi: qedf: Make qedf_execute_tmf() non-preemptibleJohn Meneghini2024-04-241-3/+3
* | scsi: hpsa: Fix allocation size for Scsi_Host private dataYuri Karpov2024-04-201-1/+1
* | Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...Martin K. Petersen2024-04-202-23/+30
|\ \
| * | scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang2024-04-201-2/+1
| * | scsi: libsas: Set port when ex_phy is added or deletedXingui Yang2024-04-201-2/+5
| * | scsi: libsas: Move sas_add_parent_port() to sas_expander.cXingui Yang2024-04-202-17/+17
| * | scsi: libsas: Add helper for port add ex_phyXingui Yang2024-04-201-3/+8
| |/
* | Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen2024-04-1261-592/+344
|\ \
| * | scsi: block: Remove now unused queue limits helpersChristoph Hellwig2024-04-124-263/+5
| * | scsi: uas: Switch to using ->device_configure to configure queue limitsChristoph Hellwig2024-04-121-8/+8
| * | scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig2024-04-112-3/+1
| * | scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig2024-04-111-43/+30
| * | scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-1116-37/+51
| * | scsi: pata_macio: Switch to using ->device_configureChristoph Hellwig2024-04-111-4/+5
| * | scsi: sata_nv: Switch to using ->device_configureChristoph Hellwig2024-04-111-8/+12
| * | scsi: usb-storage: Switch to using ->device_configureChristoph Hellwig2024-04-111-15/+21
| * | scsi: pmcraid: Switch to using ->device_configureChristoph Hellwig2024-04-111-5/+6
| * | scsi: ipr: Switch to using ->device_configureChristoph Hellwig2024-04-111-4/+6
| * | scsi: hptiop: Switch to using ->device_configureChristoph Hellwig2024-04-111-4/+4
| * | scsi: sbp2: Switch to using ->device_configureChristoph Hellwig2024-04-111-3/+4
| * | scsi: mpt3sas: Switch to using ->device_configureChristoph Hellwig2024-04-111-10/+8
| * | scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig2024-04-113-14/+20
| * | scsi: core: Add a device_configure method to the host templateChristoph Hellwig2024-04-112-21/+30
| * | scsi: core: Use the atomic queue limits API in scsi_add_lun()Christoph Hellwig2024-04-111-13/+15
| * | scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig2024-04-113-10/+2
| * | scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-1114-53/+42
| * | scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig2024-04-117-35/+18
| * | scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig2024-04-113-4/+4
| * | scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig2024-04-115-27/+28
| * | scsi: mpi3mr: Pass queue_limits to bsg_setup_queue()Christoph Hellwig2024-04-111-7/+5
| * | scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig2024-04-117-11/+16