summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2025-09-16scsi: qla2xxx: edif: Fix incorrect sign of error codeQianfeng Rong
2025-09-09scsi: bfa: Remove self-assignment codeQiang Liu
2025-09-09scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-09-09scsi: scsi_debug: Replace kzalloc() + copy_from_user() with memdup_user_nul()Thorsten Blum
2025-09-09scsi: lpfc: Use int type to store negative error codesQianfeng Rong
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe
2025-08-30scsi: qla2xxx: Use secs_to_jiffies() instead of msecs_to_jiffies()Thorsten Blum
2025-08-30scsi: csiostor: Fix some spelling errorsXichao Zhao
2025-08-30scsi: sr: Reinstate rotational media flagMing Lei
2025-08-30scsi: fc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-08-30scsi: pm8001: Use int instead of u32 to store error codesQianfeng Rong
2025-08-30scsi: sd: Make sd_revalidate_disk() return voidAbinash Singh
2025-08-30scsi: sd: Remove redundant printk() after kmalloc() failureAbinash Singh
2025-08-30scsi: sd: Fix build warning in sd_revalidate_disk()Abinash Singh
2025-08-30scsi: lpfc: Fix buffer free/clear order in deferred receive pathJohn Evans
2025-08-25scsi: pm80xx: Fix race condition caused by static variablesFrancisco Gutierrez
2025-08-25Merge patch series "mpi3mr: bug fixes and minor updates"Martin K. Petersen
2025-08-25scsi: mpi3mr: Update driver version to 8.15.0.5.50Chandrakanth Patil
2025-08-25scsi: mpi3mr: Fix premature TM timeouts on virtual drivesChandrakanth Patil
2025-08-25scsi: mpi3mr: Update MPI headers to revision 37Chandrakanth Patil
2025-08-25scsi: mpi3mr: Fix I/O failures during controller resetChandrakanth Patil
2025-08-25scsi: mpi3mr: Fix controller init failure on fault during queue creationChandrakanth Patil
2025-08-25scsi: mpi3mr: Fix device loss during enclosure reboot due to zero link speedChandrakanth Patil
2025-08-25scsi: aic94xx: Remove redundant codeQiang Liu
2025-08-19scsi: myrs: Fix dma_alloc_coherent() error checkThomas Fourier
2025-08-19scsi: lpfc: use min() to improve codeQianfeng Rong
2025-08-19scsi: hpsa: use min()/min_t() to improve codeQianfeng Rong
2025-08-19scsi: qla2xxx: Fix memcpy() field-spanning write issueGustavo A. R. Silva
2025-08-19scsi: scsi_debug: Use vcalloc() to simplify codeQianfeng Rong
2025-08-19scsi: ipr: Use vmalloc_array() to simplify codeQianfeng Rong
2025-08-19scsi: hpsa: Fix incorrect comment formatCryolitia PukNgae
2025-08-18scsi: pm80xx: Use pm80xx_get_local_phy_id() to access phy arrayNiklas Cassel
2025-08-18scsi: pm80xx: Fix pm8001_abort_task() for chip_8006 when using an expanderNiklas Cassel
2025-08-18scsi: pm80xx: Add helper function to get the local phy idNiklas Cassel
2025-08-18scsi: pm80xx: Use dev_parent_is_expander() helperNiklas Cassel
2025-08-18scsi: mvsas: Use dev_parent_is_expander() helperNiklas Cassel
2025-08-18scsi: isci: Use dev_parent_is_expander() helperNiklas Cassel
2025-08-18scsi: hisi_sas: Use dev_parent_is_expander() helperNiklas Cassel
2025-08-18scsi: libsas: Add dev_parent_is_expander() helperNiklas Cassel
2025-08-18scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmodNiklas Cassel
2025-08-18scsi: pm80xx: Restore support for expandersNiklas Cassel
2025-08-14scsi: qla4xxx: Prevent a potential error pointer dereferenceDan Carpenter
2025-08-14scsi: fnic: Remove a useless struct mempool forward declarationChristoph Hellwig
2025-08-13PCI/ERR: Remove remnants of .link_reset() callbackLukas Wunner
2025-08-13PCI/ERR: Update device error_state already after resetLukas Wunner
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro
2025-08-13scsi: switch scsi_bios_ptable() and scsi_partsize() to gendiskAl Viro
2025-08-12Merge branch '6.17/scsi-queue' into 6.17/scsi-fixesMartin K. Petersen
2025-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds