summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-30smb/client: fix stale page cache in insert/collapse rangeHuiwen He1-5/+18
2026-08-30smb/client: fix integer truncation in collapse rangeHuiwen He1-2/+2
2026-08-30smb/client: fix data corruption in emulated insert rangeHuiwen He1-26/+106
2026-08-30smb/client: mark file sparse before emulating insert rangeHuiwen He1-0/+5
2026-08-30smb/client: validate new EOF for zero rangeHuiwen He1-1/+8
2026-08-30smb/client: validate new EOF for insert rangeHuiwen He1-2/+10
2026-08-30Merge tag 'locking-urgent-2026-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-18/+20
2026-08-30Merge tag 'rust-fixes-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds7-14/+53
2026-08-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds9-30/+41
2026-08-30Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-6/+41
2026-08-30Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds9-17/+40
2026-08-30Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)6-22/+13
2026-08-30coccinelle: ifnulldev_put: update error messageJulia Lawall1-2/+2
2026-08-30coccinelle: ifnulldev_put: update outdated helper namesSang-Heon Jeon1-4/+4
2026-08-30coccinelle: atomic_as_refcounter: drop atomic_long_dec_and_lockSang-Heon Jeon1-4/+0
2026-08-30coccinelle: kfree_mismatch: drop vmalloc_execSang-Heon Jeon1-6/+6
2026-08-30coccinelle: pool_zalloc-simple: drop the pci_pool_alloc rulesSang-Heon Jeon1-14/+3
2026-08-30interrupt: Disable interrupt before modifying hardirq_disable counterBoqun Feng2-24/+12
2026-08-30ntfs: fix FITRIM range alignmentJacopo Labardi1-3/+5
2026-08-30ntfs: read WOF chunks outside the decompression lockZhan Xusheng1-48/+79
2026-08-29selftests/bpf: Bound the offset accumulator in __tld_fetch_key()Yonghong Song1-0/+3
2026-08-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsiLinus Torvalds36-630/+641
2026-08-29openrisc: fix arbitrary kernel memory access via or1k_atomic syscallAli Ahmet Memis1-4/+39
2026-08-28scsi: target: iscsi: Fix hang for aborted WRITE_PENDING commandsMaurizio Lombardi1-1/+3
2026-08-28scsi: ufs: ufs-pci: Add MCQ support for Intel UFS 4.0 controllerssangram kumar yerra1-0/+39
2026-08-28scsi: ufs: ufs-pci: Add support for Intel UFS 4.0 HS-Gear5sangram kumar yerra1-0/+20
2026-08-28scsi: sg: Report request-table problems when any status is setXu Rao1-4/+3
2026-08-28scsi: mpi3mr: Fix target device refcount leak in mpi3mr_sas_port_add()Milan P. Gandhi1-0/+2
2026-08-28scsi: mpi3mr: Fix NULL pointer dereference in mpi3mr_sas_port_add()Milan P. Gandhi1-0/+6
2026-08-28scsi: ufs: ufs-qcom: Fix sequential read varianceNitin Rawat1-1/+1
2026-08-28scsi: ufs: ufs-qcom: Restore HS/LS link startup mode for Qualcomm UFS control...Nitin Rawat2-3/+13
2026-08-28scsi: ibmvfc: Document protocol parameter of ibmvfc_alloc_target()Muhammad Falak R Wani1-0/+1
2026-08-28scsi: ibmvfc: Fix kernel-doc name for ibmvfc_scsi_relogin()Muhammad Falak R Wani1-1/+1
2026-08-28scsi: pm8001: Use rollback index when freeing MSI-X vectorsRunyu Xiao1-2/+2
2026-08-28scsi: fnic: Initialize the NVMe local port info before registeringLinmao Li1-1/+1
2026-08-28Merge tag 'io_uring-7.3-20260828' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+29
2026-08-28Merge tag 'drm-next-2026-08-29' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds108-1147/+2736
2026-08-28Merge tag 'for-linus-7.3-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds6-24/+86
2026-08-28sctp: fix a TOCTOU race in SCTP_CMD_TIMER_STARTXin Long1-10/+1
2026-08-28Merge branch 'tcp-fix-use-after-free-in-do_tcp_getsockopt'Jakub Kicinski5-10/+20
2026-08-28tcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)Cen Zhang (Microsoft Security FORGE Labs)2-2/+4
2026-08-28tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)Cen Zhang (Microsoft Security FORGE Labs)5-8/+16
2026-08-28Merge branch 'net-sched-fix-remaining-actions-notification-accounting-issues'Jakub Kicinski1-11/+26
2026-08-28net/sched: act_api: fix skb sizing and action leak on reoffload deleteVictor Nogueira1-6/+11
2026-08-28net/sched: act_api: size the RTM_GETACTION reply from the actionsVictor Nogueira1-3/+4
2026-08-28net/sched: act_api: budget all shared attributes in notify skbsVictor Nogueira1-2/+11
2026-08-28net: iptunnel: fix stale transport header during tunnel decapsulationDong Chenchen3-0/+12
2026-08-28Merge branch 'net-mlx5e-prevent-stale-xsk-buffer-release-on-refill-retries'Jakub Kicinski2-2/+7
2026-08-28net/mlx5e: Prevent stale XSK buffer release on MPWQE refill retryJerome Tollet1-0/+2
2026-08-28net/mlx5e: Prevent stale XSK buffer release on refill retryJerome Tollet1-2/+5