summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-122-3/+1
| * scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig2024-04-121-43/+30
| * scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-1216-37/+51
| * scsi: pata_macio: Switch to using ->device_configureChristoph Hellwig2024-04-121-4/+5
| * scsi: sata_nv: Switch to using ->device_configureChristoph Hellwig2024-04-121-8/+12
| * scsi: usb-storage: Switch to using ->device_configureChristoph Hellwig2024-04-121-15/+21
| * scsi: pmcraid: Switch to using ->device_configureChristoph Hellwig2024-04-121-5/+6
| * scsi: ipr: Switch to using ->device_configureChristoph Hellwig2024-04-121-4/+6
| * scsi: hptiop: Switch to using ->device_configureChristoph Hellwig2024-04-121-4/+4
| * scsi: sbp2: Switch to using ->device_configureChristoph Hellwig2024-04-121-3/+4
| * scsi: mpt3sas: Switch to using ->device_configureChristoph Hellwig2024-04-121-10/+8
| * scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig2024-04-123-14/+20
| * scsi: core: Add a device_configure method to the host templateChristoph Hellwig2024-04-122-21/+30
| * scsi: core: Use the atomic queue limits API in scsi_add_lun()Christoph Hellwig2024-04-121-13/+15
| * scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig2024-04-123-10/+2
| * scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-1214-53/+42
| * scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig2024-04-127-35/+18
| * scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig2024-04-123-4/+4
| * scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig2024-04-125-27/+28
| * scsi: mpi3mr: Pass queue_limits to bsg_setup_queue()Christoph Hellwig2024-04-121-7/+5
| * scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig2024-04-127-11/+16
| * scsi: block: Add a helper to cancel atomic queue limit updatesChristoph Hellwig2024-04-121-0/+13
* | scsi: MAINTAINERS: Make cxlflash obsoleteAndrew Donnellan2024-04-121-2/+1
* | scsi: ufs: mediatek: Fix module autoloadingKrzysztof Kozlowski2024-04-121-0/+1
* | scsi: ufs: exynos: Support module autoloadingWill McVicker2024-04-121-0/+1
* | scsi: ufs: core: Changing the status to check inflightSEO HOYOUNG2024-04-121-10/+1
* | scsi: ufs: Remove support for old UFSHCI versionsAvri Altman2024-04-124-161/+15
* | Merge patch series "Improve the code for showing commands in debugfs"Martin K. Petersen2024-04-091-25/+31
|\ \
| * | scsi: core: Improve the code for showing commands in debugfsBart Van Assche2024-04-091-8/+12
| * | scsi: core: Introduce scsi_cmd_list_info()Bart Van Assche2024-04-091-19/+21
* | | Merge patch series "scsi: documentation: clean up docs and fix kernel-doc"Martin K. Petersen2024-04-098-35/+47
|\ \ \
| * | | scsi: scsi_transport_srp: Fix a couple of kernel-doc warningsRandy Dunlap2024-04-091-2/+2
| * | | scsi: scsi_transport_fc: Add kernel-doc for function returnRandy Dunlap2024-04-091-3/+2
| * | | scsi: core: Add function return kernel-doc for 2 functionsRandy Dunlap2024-04-091-3/+4
| * | | scsi: libfcoe: Fix a slew of kernel-doc warningsRandy Dunlap2024-04-091-7/+18
| * | | scsi: iser: Fix @read_stag kernel-doc warningRandy Dunlap2024-04-091-1/+1
| * | | scsi: core: Add kernel-doc for scsi_msg_to_host_byte()Randy Dunlap2024-04-091-0/+2
| * | | scsi: documentation: Clean up overviewRandy Dunlap2024-04-091-8/+7
| * | | scsi: documentation: Clean up scsi_mid_low_api.rstRandy Dunlap2024-04-091-11/+11
| |/ /
* | | scsi: snic: Convert sprintf() family to sysfs_emit() familyLi Zhijian2024-04-091-6/+5
* | | scsi: FlashPoint: Remove redundant assignment to pointer currTar_InfoColin Ian King2024-04-091-1/+0
* | | scsi: aic7xxx: Indent kconfig help textPrasad Pandit2024-04-092-85/+87
* | | scsi: qla2xxx: Indent help textPrasad Pandit2024-04-092-22/+24
* | | scsi: megaraid: Indent Kconfig option help textPrasad Pandit2024-04-091-57/+56
| |/ |/|
* | scsi: cxlflash: Fix function pointer cast warningsArnd Bergmann2024-04-085-46/+38
* | scsi: ufs: qcom: Add sanity checks for gear/lane values during ICC scalingManivannan Sadhasivam2024-04-081-0/+10
* | Merge patch series "scsi: Prevent several section mismatch warnings"Martin K. Petersen2024-04-064-4/+28
|\ \