summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2025-09-21scsi: sg: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-21scsi: scsi_lib: drop nth_page() usage within SG entryDavid Hildenbrand
2025-09-16Merge patch series "Update lpfc to revision 14.4.0.11"Martin K. Petersen
2025-09-16scsi: lpfc: Copyright updates for 14.4.0.11 patchesJustin Tee
2025-09-16scsi: lpfc: Update lpfc version to 14.4.0.11Justin Tee
2025-09-16scsi: lpfc: Convert debugfs directory counts from atomic to unsigned intJustin Tee
2025-09-16scsi: lpfc: Clean up extraneous phba dentriesJustin Tee
2025-09-16scsi: lpfc: Use switch case statements in DIF debugfs handlersJustin Tee
2025-09-16scsi: lpfc: Fix memory leak when nvmeio_trc debugfs entry is usedJustin Tee
2025-09-16scsi: lpfc: Define size of debugfs entry for xri rebalancingJustin Tee
2025-09-16scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point topologyJustin Tee
2025-09-16scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESETJustin Tee
2025-09-16scsi: lpfc: Decrement ndlp kref after FDISC retries exhaustedJustin Tee
2025-09-16scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanupJustin Tee
2025-09-16scsi: lpfc: Clean up allocated queues when queue setup mbox commands failJustin Tee
2025-09-16scsi: lpfc: Abort outstanding ELS WQEs regardless of if rmmod is in progressJustin Tee
2025-09-16scsi: lpfc: Remove unused member variables in struct lpfc_hba and lpfc_vportJustin Tee
2025-09-16Merge patch series "scsi: qla2xxx: Fix incorrect sign of error code"Martin K. Petersen
2025-09-16scsi: qla2xxx: Fix incorrect sign of error code in qla_nvme_xmt_ls_rsp()Qianfeng Rong
2025-09-16scsi: qla2xxx: Fix incorrect sign of error code in START_SP_W_RETRIES()Qianfeng Rong
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