summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2026-05-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-5/+18
2026-04-27cdrom, scsi: sr: propagate read-only status to block layer via set_disk_ro()Daan De Meyer-10/+2
2026-04-26Merge branch '7.1/scsi-queue' into 7.1/scsi-fixesMartin K. Petersen-5/+18
2026-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-621/+906
2026-04-20scsi: hisi_sas: Fix sparse warnings in prep_ata_v3_hw()Yihang Li-1/+1
2026-04-20scsi: pmcraid: Fix typo in commentsHugo Villeneuve-1/+1
2026-04-20scsi: scsi_dh_alua: Increase default ALUA timeout to maximum spec valueBrian Bunker-1/+1
2026-04-20scsi: smartpqi: Silence a recursive lock warningTomas Henzl-0/+1
2026-04-20scsi: mpt3sas: Limit NVMe request size to 2 MiBRanjan Kumar-1/+13
2026-04-20scsi: sg: Don't use GFP_ATOMIC in sg_start_req()Christoph Hellwig-1/+1
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+2
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+175
2026-04-10scsi: bsg: fix buffer overflow in scsi_bsg_uring_cmd()Dan Carpenter-2/+2
2026-04-08scsi: qla2xxx: Use nr_cpu_ids instead of NR_CPUS for qp_cpu_map allocationLi RongQing-1/+1
2026-04-08scsi: mpi3mr: Fix typoClaudiu Beznea-1/+1
2026-04-08scsi: sd: fix missing put_disk() when device_add(&disk_dev) failsYang Xiuwei-0/+1
2026-04-08scsi: storvsc: Handle PERSISTENT_RESERVE_IN truncation for Hyper-V vFCLi Tian-11/+21
2026-04-08scsi: iscsi_tcp: Remove unneeded selections of CRYPTO and CRYPTO_MD5Eric Biggers-2/+0
2026-04-02Merge patch series "Update lpfc to revision 15.0.0.0"Martin K. Petersen-235/+225
2026-04-02scsi: lpfc: Update lpfc version to 15.0.0.0Justin Tee-1/+1
2026-04-02scsi: lpfc: Add PCI ID support for LPe42100 series adaptersJustin Tee-2/+8
2026-04-02scsi: lpfc: Introduce 128G link speed selection and supportJustin Tee-19/+45
2026-04-02scsi: lpfc: Check ASIC_ID register to aid diagnostics during failed fw updatesJustin Tee-3/+37
2026-04-02scsi: lpfc: Update construction of SGL when XPSGL is enabledJustin Tee-46/+87
2026-04-02scsi: lpfc: Remove deprecated PBDE featureJustin Tee-141/+14
2026-04-02scsi: lpfc: Add REG_VFI mailbox cmd error handlingJustin Tee-18/+20
2026-04-02scsi: lpfc: Log MCQE contents for mbox commands with no contextJustin Tee-3/+5
2026-04-02scsi: lpfc: Select mailbox rq_create cmd version based on SLI4 if_typeJustin Tee-1/+3
2026-04-02scsi: lpfc: Break out of IRQ affinity assignment when mask reaches nr_cpu_idsJustin Tee-1/+5
2026-04-02scsi: aic7xxx: Fix compiler warnings triggered by user space codeBart Van Assche-3/+3
2026-04-02scsi: hpsa: Enlarge controller and IRQ name buffersPengpeng Hou-2/+2
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen-51/+82
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera-4/+2
2026-03-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-3/+4
2026-03-27Merge patch series "mpi3mr: Enhancements for mpi3mr"Martin K. Petersen-8/+74
2026-03-27scsi: mpi3mr: Add retry mechanism for IOC shutdown with timeout resetRanjan Kumar-6/+27
2026-03-27scsi: mpi3mr: Add queue-full tracking for operational request queuesRanjan Kumar-0/+28
2026-03-27scsi: mpi3mr: Reset controller on invalid I/O completionRanjan Kumar-2/+19
2026-03-27scsi: iscsi_tcp: update outdated comment for renamed iscsi_conn_set_callbacks()Kexin Sun-1/+1
2026-03-27scsi: lpfc: Update outdated comment for renamed lpfc_freenode()Kexin Sun-6/+5
2026-03-27scsi: virtio_scsi: Kick event_list unconditionallyJoshua Daley-9/+6
2026-03-27scsi: virtio_scsi: Move INIT_WORK calls to virtscsi_probe()Joshua Daley-3/+4
2026-03-27scsi: esas2r: Fix __printf annotation on esas2r_log_master()Arnd Bergmann-11/+3
2026-03-19scsi: scsi_transport_sas: Fix the maximum channel scanning issueYihang Li-1/+1
2026-03-19scsi: lpfc: Use the crc32c() functionEric Biggers-57/+12
2026-03-19scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()Tyllis Xu-1/+2
2026-03-19scsi: ses: Handle positive SCSI error from ses_recv_diag()Greg Kroah-Hartman-1/+1
2026-03-19scsi: bsg: add io_uring passthrough handlerYang Xiuwei-1/+167
2026-03-19bsg: add io_uring command support to generic layerYang Xiuwei-1/+9