aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19scsi: sd: Fix build warning in sd_revalidate_disk()Abinash Singh1-22/+28
2025-10-19scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()Thorsten Blum1-9/+12
2025-10-19scsi: mvsas: Fix use-after-free bugs in mvs_work_queueDuoming Zhou1-1/+1
2025-10-15scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()Ranjan Kumar1-5/+3
2025-10-15scsi: qla2xxx: Fix incorrect sign of error code in qla_nvme_xmt_ls_rsp()Qianfeng Rong1-1/+1
2025-10-15scsi: qla2xxx: Fix incorrect sign of error code in START_SP_W_RETRIES()Qianfeng Rong1-2/+2
2025-10-15scsi: qla2xxx: edif: Fix incorrect sign of error codeQianfeng Rong1-2/+2
2025-10-15scsi: myrs: Fix dma_alloc_coherent() error checkThomas Fourier1-4/+4
2025-10-15scsi: pm80xx: Fix pm8001_abort_task() for chip_8006 when using an expanderNiklas Cassel1-3/+3
2025-10-15scsi: pm80xx: Add helper function to get the local phy idNiklas Cassel4-8/+16
2025-10-15scsi: pm80xx: Use dev_parent_is_expander() helperNiklas Cassel3-13/+8
2025-10-15scsi: libsas: Add dev_parent_is_expander() helperNiklas Cassel1-4/+1
2025-10-15scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmodNiklas Cassel1-1/+8
2025-10-15scsi: pm80xx: Restore support for expandersNiklas Cassel1-3/+2
2025-08-30scsi: sr: Reinstate rotational media flagMing Lei1-6/+10
2025-08-30scsi: lpfc: Fix buffer free/clear order in deferred receive pathJohn Evans1-4/+6
2025-08-14scsi: qla4xxx: Prevent a potential error pointer dereferenceDan Carpenter1-0/+2
2025-08-14scsi: fnic: Remove a useless struct mempool forward declarationChristoph Hellwig1-2/+0
2025-08-12Merge branch '6.17/scsi-queue' into 6.17/scsi-fixesMartin K. Petersen4-38/+60
2025-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-39/+144
2025-08-05scsi: lpfc: Remove redundant assignment to avoid memory leakJiasheng Jiang1-1/+0
2025-08-05scsi: lpfc: Fix wrong function reference in a commentJean Delvare1-1/+1
2025-07-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds40-233/+372
2025-07-30scsi: scsi_debug: Make read-only arrays static constColin Ian King1-34/+57
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds12-87/+89
2025-07-28scsi: core: sysfs: Correct sysfs attributes access rightsDamien Le Moal1-2/+2
2025-07-28Merge tag 'ata-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds1-2/+2
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds4-14/+17
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+2
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+5
2025-07-25Merge patch series "libsas cleanups"Martin K. Petersen5-21/+88
2025-07-25scsi: libsas: Use a bool for sas_deform_port() second argumentDamien Le Moal4-13/+12
2025-07-25scsi: libsas: Move declarations of internal functions to sas_internal.hDamien Le Moal1-0/+74
2025-07-25scsi: libsas: Make sas_get_ata_info() staticDamien Le Moal1-1/+1
2025-07-25scsi: libsas: Simplify sas_ata_wait_eh()Damien Le Moal1-7/+1
2025-07-25scsi: sd: Make sd shutdown issue START STOP UNIT appropriatelySalomon Dushimirimana1-1/+3
2025-07-24scsi: Fix sas_user_scan() to handle wildcard and multi-channel scansRanjan Kumar2-13/+49
2025-07-24scsi: Revert "scsi: iscsi: Fix HW conn removal use after free"Li Lingfeng1-0/+2
2025-07-24scsi: aacraid: Stop using PCI_IRQ_AFFINITYJohn Garry1-2/+1
2025-07-24scsi: mpt3sas: Fix a fw_event memory leakTomas Henzl1-2/+1
2025-07-21scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocatedShowrya M N1-1/+2
2025-07-21scsi: scsi_transport_fc: Add comments to describe added 'rport' parameterEwan D. Milne1-0/+2
2025-07-16ata: libata-eh: Simplify reset operation managementDamien Le Moal1-2/+2
2025-07-14scsi: bfa: Double-free fixjackysliu1-0/+1
2025-07-14scsi: isci: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-07-14scsi: mvsas: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+2
2025-07-14scsi: elx: efct: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-07-14scsi: scsi_transport_fc: Change to use per-rport devloss_work_qEwan D. Milne1-30/+40
2025-07-14scsi: core: Fix kernel doc for scsi_track_queue_full()Bagas Sanjaya1-3/+5
2025-07-14scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+4