summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-02-24scsi: scsi_debug: Do not sleep in atomic sectionsBart Van Assche1-6/+10
2025-02-24scsi: scsi_debug: Simplify command handlingBart Van Assche1-110/+20
2025-02-24scsi: scsi_debug: Remove a reference to in_use_bmBart Van Assche1-1/+1
2025-02-24scsi: scsi_debug: Remove sdebug_device_access_infoJohn Garry1-7/+0
2025-02-24scsi: qla2xxx: Fix typos in a commentYuichiro Tsuji1-2/+2
2025-02-24scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"Colin Ian King1-1/+1
2025-02-24Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen7-6/+80
2025-02-24scsi: mpi3mr: Update driver version to 8.13.0.5.50Ranjan Kumar1-2/+2
2025-02-24scsi: mpi3mr: Check admin reply queue from WatchdogRanjan Kumar2-1/+12
2025-02-24scsi: mpi3mr: Update timestamp only for supervisor IOCsRanjan Kumar1-1/+4
2025-02-24scsi: mpi3mr: Update MPI Headers to revision 35Ranjan Kumar5-2/+62
2025-02-24Merge patch series "scsi: scsi_debug: Add more tape support"Martin K. Petersen1-14/+761
2025-02-24Merge patch series "Initial support for RK3576 UFS controller"Martin K. Petersen5-4/+17
2025-02-24scsi: lpfc: rework lpfc_next_{online,present}_cpu()Yury Norov1-18/+5
2025-02-24scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()Yury Norov1-1/+1
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov1-1/+1
2025-02-23scsi: scsi_debug: Add support for partitioning the tapeKai Mäkisara1-4/+104
2025-02-23scsi: scsi_debug: Reset tape setting at device resetKai Mäkisara1-1/+20
2025-02-23scsi: scsi_debug: Add compression mode page for tapesKai Mäkisara1-0/+33
2025-02-23scsi: scsi_debug: Add read support and update locate for tapesKai Mäkisara1-5/+235
2025-02-23scsi: scsi_debug: Add write support with block lengths and 4 bytes of dataKai Mäkisara1-5/+212
2025-02-23scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapesKai Mäkisara1-6/+121
2025-02-23scsi: scsi_debug: First fixes for tapesKai Mäkisara1-6/+49
2025-02-20Merge patch series "mpt3sas driver udpates"Martin K. Petersen7-6/+405
2025-02-20scsi: mpt3sas: update driver version to 52.100.00.00Shivasharan S1-2/+2
2025-02-20scsi: mpt3sas: Send a diag reset if target reset failsShivasharan S1-2/+10
2025-02-20scsi: mpt3sas: Report driver capability as part of IOCINFO commandShivasharan S2-1/+8
2025-02-20scsi: mpt3sas: Add support for MCTP Passthrough commandsShivasharan S3-0/+318
2025-02-20scsi: mpt3sas: Update MPI headers to 02.00.62 versionShivasharan S3-1/+67
2025-02-20scsi: core: Clear driver private data when retrying requestYe Bin1-7/+7
2025-02-18scsi: mpt3sas: Fix a locking bug in an error pathBart Van Assche1-5/+7
2025-02-18scsi: mpi3mr: Fix locking in an error pathBart Van Assche1-0/+1
2025-02-18scsi: hpsa: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum1-2/+1
2025-02-18scsi: hpsa: Remove deprecated and unnecessary strncpy()Thorsten Blum1-12/+4
2025-02-18scsi: Switch to use hrtimer_setup()Nam Cao3-9/+6
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche5-17/+17
2025-02-12scsi: iscsi_tcp: Switch to using the crc32c libraryEric Biggers4-105/+50
2025-02-12scsi: mpi3mr: Fix spelling mistake "skiping" -> "skipping"Colin Ian King1-1/+1
2025-02-12scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFOPaul Menzel1-1/+1
2025-02-03Merge patch series "Update lpfc to revision 14.4.0.8"Martin K. Petersen4-20/+33
2025-02-03scsi: lpfc: Copyright updates for 14.4.0.8 patchesJustin Tee4-5/+5
2025-02-03scsi: lpfc: Update lpfc version to 14.4.0.8Justin Tee1-1/+1
2025-02-03scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routineJustin Tee1-5/+12
2025-02-03scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbkJustin Tee1-3/+9
2025-02-03scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() failsJustin Tee1-0/+2
2025-02-03scsi: lpfc: Reduce log message generation during ELS ring clean upJustin Tee1-6/+4
2025-02-03Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen4-23/+281
2025-02-03scsi: mpi3mr: Update driver version to 8.12.1.0.50Ranjan Kumar1-2/+2
2025-02-03scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queueRanjan Kumar2-3/+66
2025-02-03scsi: mpi3mr: Support for Segmented Hardware Trace bufferRanjan Kumar4-13/+150