summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2026-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2026-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2026-03-07scsi: qla2xxx: Add support to report MPI FW stateNilesh Javali
2026-03-07scsi: hisi_sas: Fix the risk of overflow in bitwise logical operationsYihang Li
2026-03-07scsi: hisi_sas: Correct printing format issuesYihang Li
2026-03-07scsi: hisi_sas: Fix NULL pointer exception during user_scan()Xingui Yang
2026-03-07scsi: qla2xxx: Completely fix fcport double freeVladimir Riabchun
2026-03-07scsi: core: Drop using the host_lock to protect async_scan race conditionChaohai Chen
2026-03-07scsi: core: Fix error handling for scsi_alloc_sdev()Junxiao Bi
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-04xenbus: add xenbus_device parameter to xenbus_read_driver_state()Juergen Gross
2026-02-28Merge patch series "scsi: target: Add support for completing commands from ba...Martin K. Petersen
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie
2026-02-28scsi: sd: Enable sector size > PAGE_SIZE in SCSI sd driverSwarna Prabhu
2026-02-28scsi: sg: Remove deprecated sg-big-buffYang Erkun
2026-02-28scsi: sg: Resolve soft lockup issue when opening /dev/sgXYang Erkun
2026-02-28scsi: sg: Fix sysctl sg-big-buff register during sg_init()Yang Erkun
2026-02-28scsi: core: Add 'serial' sysfs attribute for SCSI/SATAIgor Pylypiv
2026-02-28scsi: devinfo: Add BLIST_SKIP_IO_HINTS for Iomega ZIPFlorian Fuchs
2026-02-28scsi: mpi3mr: Clear reset history on ready and recheck state after timeoutRanjan Kumar
2026-02-28scsi: lpfc: ELIMINATE kernel-doc warnings in lpfc.hRandy Dunlap
2026-02-28scsi: core: Fix refcount leak for tagset_refcntJunxiao Bi
2026-02-28scsi: megaraid_sas: Protect more code with instance->reset_mutexBart Van Assche
2026-02-28scsi: fnic: Make fnic_queuecommand() easier to analyzeBart Van Assche
2026-02-28Merge patch series "fnic 1.8.0.3 update"Martin K. Petersen
2026-02-24scsi: fnic: Bump up version numberKaran Tilak Kumar
2026-02-24scsi: fnic: Refactor in_remove flag and call to fnic_fcpio_reset()Karan Tilak Kumar
2026-02-24scsi: fnic: Rename fnic_scsi_fcpio_reset()Karan Tilak Kumar
2026-02-24scsi: fnic: Do not use GFP_ZERO for mempoolsKaran Tilak Kumar
2026-02-24scsi: fnic: Use mempool for receive framesKaran Tilak Kumar
2026-02-24scsi: BusLogic: Replace deprecated strcpy() + strcat() in blogic_rdconfig()Thorsten Blum
2026-02-24scsi: lpfc: Update lpfc version to 14.4.0.14Justin Tee
2026-02-24scsi: lpfc: Update copyright year string for 2026Justin Tee
2026-02-24scsi: lpfc: Restrict first burst to non-FCoE and SLI4 adapters onlyJustin Tee
2026-02-24scsi: lpfc: Update class of service bit field to 3 bits for WQE submissionsJustin Tee
2026-02-24scsi: lpfc: Add clean up of aborted NVMe commands during PCI fcn resetJustin Tee
2026-02-24scsi: lpfc: Fix incorrect txcmplq_cnt during cleanup in lpfc_sli_abort_ring()Justin Tee
2026-02-24scsi: lpfc: Cleanup error exit paths in lpfc_fdmi_cmd() and associated messagesJustin Tee
2026-02-24scsi: lpfc: Remove unnecessary ndlp kref get in lpfc_check_nlp_post_devlossJustin Tee
2026-02-24scsi: lpfc: Reduce pointer chasing when accessing vmid_flagJustin Tee
2026-02-24scsi: lpfc: Use min_t() instead of min() in lpfc_sli4_driver_resource_setupJustin Tee
2026-02-24scsi: lpfc: Add log messages to fabric login error labelsJustin Tee
2026-02-24scsi: lpfc: Log discarded and insufficient RQE buffer eventsJustin Tee
2026-02-24scsi: lpfc: Update log message when ndlp kref get is unsuccessfulJustin Tee
2026-02-23Merge branch '7.0/scsi-queue' into 7.0/scsi-fixesMartin K. Petersen
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17scsi: snic: Remove unused linkstatusThomas Fourier