summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| |\ \ \
| | * | | scsi: mac_scsi: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König2024-04-061-1/+7
| | * | | scsi: atari_scsi: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König2024-04-061-1/+7
| | * | | scsi: a4000t: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König2024-04-061-1/+7
| | * | | scsi: a3000: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König2024-04-061-1/+7
| | |/ /
| * | | Merge patch series "scsi: ufs: Remove overzealous memory barriers"Martin K. Petersen2024-04-064-29/+12
| |\ \ \
| | * | | scsi: ufs: core: Remove unnecessary wmb() prior to writing run/stop regsAndrew Halaney2024-04-061-6/+0
| | * | | scsi: ufs: core: Remove unnecessary wmb() after ringing doorbellAndrew Halaney2024-04-061-3/+0
| | * | | scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney2024-04-061-1/+1
| | * | | scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney2024-04-061-1/+1
| | * | | scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_HAndrew Halaney2024-04-061-1/+1
| | * | | scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIVAndrew Halaney2024-04-061-1/+1
| | * | | scsi: ufs: qcom: Perform read back after writing CGC enableAndrew Halaney2024-04-061-1/+1