summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-08-15scsi: qla4xxx: Prevent a potential error pointer dereferenceDan Carpenter1-0/+2
2025-08-15scsi: fnic: Remove a useless struct mempool forward declarationChristoph Hellwig1-2/+0
2025-08-13Merge 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-06scsi: lpfc: Remove redundant assignment to avoid memory leakJiasheng Jiang1-1/+0
2025-08-06scsi: 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-31scsi: 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...Linus Torvalds12-87/+89
2025-07-29scsi: core: sysfs: Correct sysfs attributes access rightsDamien Le Moal1-2/+2
2025-07-29Merge tag 'ata-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-2/+2
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds4-14/+17
2025-07-29Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus 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-25scsi: Fix sas_user_scan() to handle wildcard and multi-channel scansRanjan Kumar2-13/+49
2025-07-25scsi: Revert "scsi: iscsi: Fix HW conn removal use after free"Li Lingfeng1-0/+2
2025-07-25scsi: aacraid: Stop using PCI_IRQ_AFFINITYJohn Garry1-2/+1
2025-07-25scsi: mpt3sas: Fix a fw_event memory leakTomas Henzl1-2/+1
2025-07-22scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocatedShowrya M N1-1/+2
2025-07-22scsi: 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-15scsi: bfa: Double-free fixjackysliu1-0/+1
2025-07-15scsi: isci: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-07-15scsi: mvsas: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+2
2025-07-15scsi: elx: efct: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-07-15scsi: scsi_transport_fc: Change to use per-rport devloss_work_qEwan D. Milne1-30/+40
2025-07-15scsi: core: Fix kernel doc for scsi_track_queue_full()Bagas Sanjaya1-3/+5
2025-07-15scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents valueThomas Fourier1-2/+4
2025-07-15scsi: ibmvscsi_tgt: Fix typo in commentAnkit Dange1-1/+1
2025-07-15Merge patch series "mpi3mr: Few minor bug fixes"Martin K. Petersen3-8/+21
2025-07-15scsi: mpi3mr: Update driver version to 8.14.0.5.50Ranjan Kumar1-2/+2
2025-07-15scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systemsRanjan Kumar3-4/+17
2025-07-15scsi: mpi3mr: Drop unnecessary volatile from __iomem pointersRanjan Kumar2-3/+3
2025-07-15scsi: mpi3mr: Fix race between config read submit and interrupt completionRanjan Kumar1-1/+1
2025-07-09lpfc: don't use file->f_path.dentry for comparisonsAl Viro2-48/+50
2025-07-09scsi: core: Use scsi_cmd_priv() instead of open-coding itBart Van Assche1-1/+1
2025-07-09scsi: qla2xxx: Remove firmware URLXose Vazquez Perez2-9/+1
2025-07-01virtio: blk/scsi: use block layer helpers to calculate num of queuesDaniel Wagner1-0/+1
2025-07-01scsi: use block layer helpers to calculate num of queuesDaniel Wagner3-14/+16
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta1-0/+1
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta1-1/+1
2025-06-25scsi: core: Enforce unlimited max_segment_size when virt_boundary_mask is setChristoph Hellwig1-7/+11
2025-06-25scsi: scsi_devinfo: Remove redundant 'found'mrigendrachaubey1-8/+3
2025-06-25scsi: qla2xxx: Avoid stack frame size warning in qla_dfsArnd Bergmann3-14/+55