summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2025-11-02scsi: core: Remove unused code from scsi_sysfs.cBart Van Assche-62/+0
2025-10-23scsi: qla4xxx: Use correct variable in memset for clarityAlok Tiwari-2/+2
2025-10-23scsi: aacraid: Improve code readabilityBart Van Assche-1/+1
2025-10-23scsi: advansys: Don't call asc_prt_scsi_host() -> scsi_host_busy()John Garry-2/+1
2025-10-23scsi: core: Minor comment fixes for scsi_host_busy()John Garry-2/+2
2025-10-21scsi: qla1280: Fix compiler warnings (DEBUG mode)Magnus Lindholm-29/+6
2025-10-21scsi: core: Do not declare scsi_cmnd pointers constBart Van Assche-11/+10
2025-10-21scsi: core: Fix the unit attention counter implementationBart Van Assche-2/+2
2025-10-20scsi: fnic: Self-assignment of intr_time_type has no effectQiang Liu-1/+0
2025-10-20scsi: smartpqi: Prefer kmalloc_array() over kmalloc()Bhanu Seshu Kumar Valluri-1/+2
2025-10-20scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-5/+12
2025-10-20scsi: isci: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-4/+6
2025-10-20scsi: core: Fix a regression triggered by scsi_host_busy()Bart Van Assche-2/+3
2025-10-13Merge branch '6.18/scsi-queue' into 6.18/scsi-fixesMartin K. Petersen-56/+50
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-19/+17
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-10-06scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()Dan Carpenter-1/+1
2025-10-06scsi: qla4xxx: Fix typos in commentsAlok Tiwari-4/+4
2025-10-06scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issui...Long Li-51/+45
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+1
2025-10-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-715/+559
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-65/+65
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor-1/+1
2025-09-29scsi: mvsas: Fix use-after-free bugs in mvs_work_queueDuoming Zhou-1/+1
2025-09-29Revert "scsi: qla2xxx: Fix memcpy() field-spanning write issue"John Meneghini-18/+16
2025-09-24Merge patch series "mpt3sas: Few Enhancements and minor fixes"Martin K. Petersen-8/+15
2025-09-24scsi: mpt3sas: Update driver version to 54.100.00.00Ranjan Kumar-2/+2
2025-09-24scsi: mpt3sas: Add support for 22.5 Gbps SAS link rateRanjan Kumar-0/+3
2025-09-24scsi: mpt3sas: Suppress unnecessary IOCLogInfo on CONFIG_INVALID_PAGERanjan Kumar-1/+7
2025-09-24scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()Ranjan Kumar-5/+3
2025-09-24scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill()Alok Tiwari-1/+1
2025-09-24scsi: storvsc: Remove redundant ternary operatorsLiao Yuanhong-2/+2
2025-09-24scsi: smartpqi: Replace kmalloc() + copy_from_user() with memdup_user()Thorsten Blum-9/+8
2025-09-24scsi: hpsa: Replace kmalloc() + copy_from_user() with memdup_user()Thorsten Blum-11/+6
2025-09-24scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()Thorsten Blum-9/+12
2025-09-24Merge patch series "Add generated modalias to modules.builtin.modinfo"Nathan Chancellor-3/+1
2025-09-24scsi: Always define blogic_pci_tbl structureAlexey Gladkov-3/+1
2025-09-21scsi: sg: drop nth_page() usage within SG entryDavid Hildenbrand-2/+1
2025-09-21scsi: scsi_lib: drop nth_page() usage within SG entryDavid Hildenbrand-2/+1
2025-09-16Merge patch series "Update lpfc to revision 14.4.0.11"Martin K. Petersen-507/+274
2025-09-16scsi: lpfc: Copyright updates for 14.4.0.11 patchesJustin Tee-4/+4
2025-09-16scsi: lpfc: Update lpfc version to 14.4.0.11Justin Tee-1/+1
2025-09-16scsi: lpfc: Convert debugfs directory counts from atomic to unsigned intJustin Tee-10/+10
2025-09-16scsi: lpfc: Clean up extraneous phba dentriesJustin Tee-390/+124
2025-09-16scsi: lpfc: Use switch case statements in DIF debugfs handlersJustin Tee-58/+83
2025-09-16scsi: lpfc: Fix memory leak when nvmeio_trc debugfs entry is usedJustin Tee-1/+0
2025-09-16scsi: lpfc: Define size of debugfs entry for xri rebalancingJustin Tee-0/+3
2025-09-16scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point topologyJustin Tee-8/+25
2025-09-16scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESETJustin Tee-4/+10