summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-09-24scsi: mpt3sas: Update driver version to 54.100.00.00Ranjan Kumar1-2/+2
2025-09-24scsi: mpt3sas: Add support for 22.5 Gbps SAS link rateRanjan Kumar1-0/+3
2025-09-24scsi: mpt3sas: Suppress unnecessary IOCLogInfo on CONFIG_INVALID_PAGERanjan Kumar1-1/+7
2025-09-24scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()Ranjan Kumar1-5/+3
2025-09-24scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill()Alok Tiwari1-1/+1
2025-09-24scsi: storvsc: Remove redundant ternary operatorsLiao Yuanhong1-2/+2
2025-09-24scsi: smartpqi: Replace kmalloc() + copy_from_user() with memdup_user()Thorsten Blum1-9/+8
2025-09-24scsi: hpsa: Replace kmalloc() + copy_from_user() with memdup_user()Thorsten Blum1-11/+6
2025-09-24scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()Thorsten Blum1-9/+12
2025-09-24Merge patch series "Add generated modalias to modules.builtin.modinfo"Nathan Chancellor1-3/+1
2025-09-24scsi: Always define blogic_pci_tbl structureAlexey Gladkov1-3/+1
2025-09-21scsi: sg: drop nth_page() usage within SG entryDavid Hildenbrand1-2/+1
2025-09-21scsi: scsi_lib: drop nth_page() usage within SG entryDavid Hildenbrand1-2/+1
2025-09-16Merge patch series "Update lpfc to revision 14.4.0.11"Martin K. Petersen10-497/+264
2025-09-16scsi: lpfc: Copyright updates for 14.4.0.11 patchesJustin Tee4-4/+4
2025-09-16scsi: lpfc: Update lpfc version to 14.4.0.11Justin Tee1-1/+1
2025-09-16scsi: lpfc: Convert debugfs directory counts from atomic to unsigned intJustin Tee2-10/+10
2025-09-16scsi: lpfc: Clean up extraneous phba dentriesJustin Tee2-380/+114
2025-09-16scsi: lpfc: Use switch case statements in DIF debugfs handlersJustin Tee2-58/+83
2025-09-16scsi: lpfc: Fix memory leak when nvmeio_trc debugfs entry is usedJustin Tee1-1/+0
2025-09-16scsi: lpfc: Define size of debugfs entry for xri rebalancingJustin Tee1-0/+3
2025-09-16scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point topologyJustin Tee2-8/+25
2025-09-16scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESETJustin Tee1-4/+10
2025-09-16scsi: lpfc: Decrement ndlp kref after FDISC retries exhaustedJustin Tee1-0/+5
2025-09-16scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanupJustin Tee2-8/+5
2025-09-16scsi: lpfc: Clean up allocated queues when queue setup mbox commands failJustin Tee1-2/+1
2025-09-16scsi: lpfc: Abort outstanding ELS WQEs regardless of if rmmod is in progressJustin Tee1-12/+4
2025-09-16scsi: lpfc: Remove unused member variables in struct lpfc_hba and lpfc_vportJustin Tee1-10/+0
2025-09-16Merge patch series "scsi: qla2xxx: Fix incorrect sign of error code"Martin K. Petersen3-5/+5
2025-09-16scsi: qla2xxx: Fix incorrect sign of error code in qla_nvme_xmt_ls_rsp()Qianfeng Rong1-1/+1
2025-09-16scsi: qla2xxx: Fix incorrect sign of error code in START_SP_W_RETRIES()Qianfeng Rong1-2/+2
2025-09-16scsi: qla2xxx: edif: Fix incorrect sign of error codeQianfeng Rong1-2/+2
2025-09-09scsi: bfa: Remove self-assignment codeQiang Liu1-1/+0
2025-09-09scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-2/+6
2025-09-09scsi: scsi_debug: Replace kzalloc() + copy_from_user() with memdup_user_nul()Thorsten Blum1-8/+3
2025-09-09scsi: lpfc: Use int type to store negative error codesQianfeng Rong1-1/+1
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe38-65/+65
2025-08-30scsi: qla2xxx: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum2-6/+6
2025-08-30scsi: csiostor: Fix some spelling errorsXichao Zhao1-2/+2
2025-08-30scsi: sr: Reinstate rotational media flagMing Lei1-6/+10
2025-08-30scsi: fc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-4/+4
2025-08-30scsi: pm8001: Use int instead of u32 to store error codesQianfeng Rong1-1/+1
2025-08-30scsi: sd: Make sd_revalidate_disk() return voidAbinash Singh1-6/+5
2025-08-30scsi: sd: Remove redundant printk() after kmalloc() failureAbinash Singh1-4/+1
2025-08-30scsi: sd: Fix build warning in sd_revalidate_disk()Abinash Singh1-22/+28
2025-08-30scsi: lpfc: Fix buffer free/clear order in deferred receive pathJohn Evans1-4/+6
2025-08-25scsi: pm80xx: Fix race condition caused by static variablesFrancisco Gutierrez3-10/+17
2025-08-25Merge patch series "mpi3mr: bug fixes and minor updates"Martin K. Petersen8-15/+88
2025-08-25scsi: mpi3mr: Update driver version to 8.15.0.5.50Chandrakanth Patil1-2/+2
2025-08-25scsi: mpi3mr: Fix premature TM timeouts on virtual drivesChandrakanth Patil2-5/+17