summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds54-621/+906
12 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-4/+2
13 daysMerge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+175
2026-04-10scsi: bsg: fix buffer overflow in scsi_bsg_uring_cmd()Dan Carpenter1-2/+2
2026-04-09scsi: qla2xxx: Use nr_cpu_ids instead of NR_CPUS for qp_cpu_map allocationLi RongQing1-1/+1
2026-04-09scsi: mpi3mr: Fix typoClaudiu Beznea1-1/+1
2026-04-09scsi: sd: fix missing put_disk() when device_add(&disk_dev) failsYang Xiuwei1-0/+1
2026-04-09scsi: storvsc: Handle PERSISTENT_RESERVE_IN truncation for Hyper-V vFCLi Tian1-11/+21
2026-04-09scsi: iscsi_tcp: Remove unneeded selections of CRYPTO and CRYPTO_MD5Eric Biggers1-2/+0
2026-04-03Merge patch series "Update lpfc to revision 15.0.0.0"Martin K. Petersen16-235/+225
2026-04-03scsi: lpfc: Update lpfc version to 15.0.0.0Justin Tee1-1/+1
2026-04-03scsi: lpfc: Add PCI ID support for LPe42100 series adaptersJustin Tee3-2/+8
2026-04-03scsi: lpfc: Introduce 128G link speed selection and supportJustin Tee6-19/+45
2026-04-03scsi: lpfc: Check ASIC_ID register to aid diagnostics during failed fw updatesJustin Tee3-3/+37
2026-04-03scsi: lpfc: Update construction of SGL when XPSGL is enabledJustin Tee2-46/+87
2026-04-03scsi: lpfc: Remove deprecated PBDE featureJustin Tee9-141/+14
2026-04-03scsi: lpfc: Add REG_VFI mailbox cmd error handlingJustin Tee1-18/+20
2026-04-03scsi: lpfc: Log MCQE contents for mbox commands with no contextJustin Tee1-3/+5
2026-04-03scsi: lpfc: Select mailbox rq_create cmd version based on SLI4 if_typeJustin Tee1-1/+3
2026-04-03scsi: lpfc: Break out of IRQ affinity assignment when mask reaches nr_cpu_idsJustin Tee1-1/+5
2026-04-03scsi: aic7xxx: Fix compiler warnings triggered by user space codeBart Van Assche3-3/+3
2026-04-03scsi: hpsa: Enlarge controller and IRQ name buffersPengpeng Hou1-2/+2
2026-04-03Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen15-51/+82
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+4
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera4-4/+2
2026-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-3/+4
2026-03-28Merge patch series "mpi3mr: Enhancements for mpi3mr"Martin K. Petersen3-8/+74
2026-03-28scsi: mpi3mr: Add retry mechanism for IOC shutdown with timeout resetRanjan Kumar2-6/+27
2026-03-28scsi: mpi3mr: Add queue-full tracking for operational request queuesRanjan Kumar2-0/+28
2026-03-28scsi: mpi3mr: Reset controller on invalid I/O completionRanjan Kumar3-2/+19
2026-03-27scsi: iscsi_tcp: update outdated comment for renamed iscsi_conn_set_callbacks()Kexin Sun1-1/+1
2026-03-27scsi: lpfc: Update outdated comment for renamed lpfc_freenode()Kexin Sun1-6/+5
2026-03-27scsi: virtio_scsi: Kick event_list unconditionallyJoshua Daley1-9/+6
2026-03-27scsi: virtio_scsi: Move INIT_WORK calls to virtscsi_probe()Joshua Daley1-3/+4
2026-03-27scsi: esas2r: Fix __printf annotation on esas2r_log_master()Arnd Bergmann1-11/+3
2026-03-20scsi: scsi_transport_sas: Fix the maximum channel scanning issueYihang Li1-1/+1
2026-03-20scsi: lpfc: Use the crc32c() functionEric Biggers5-57/+12
2026-03-20scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()Tyllis Xu1-1/+2
2026-03-20scsi: ses: Handle positive SCSI error from ses_recv_diag()Greg Kroah-Hartman1-1/+1
2026-03-19scsi: bsg: add io_uring passthrough handlerYang Xiuwei1-1/+167
2026-03-19bsg: add io_uring command support to generic layerYang Xiuwei1-1/+9
2026-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-10/+4
2026-03-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-1/+12
2026-03-07scsi: qla2xxx: Add support to report MPI FW stateNilesh Javali3-2/+71
2026-03-07scsi: hisi_sas: Fix the risk of overflow in bitwise logical operationsYihang Li1-2/+2
2026-03-07scsi: hisi_sas: Correct printing format issuesYihang Li2-5/+5
2026-03-07scsi: hisi_sas: Fix NULL pointer exception during user_scan()Xingui Yang2-2/+2
2026-03-07scsi: qla2xxx: Completely fix fcport double freeVladimir Riabchun1-2/+0
2026-03-07scsi: core: Drop using the host_lock to protect async_scan race conditionChaohai Chen1-8/+2
2026-03-07scsi: core: Fix error handling for scsi_alloc_sdev()Junxiao Bi1-6/+2