summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-01afs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells
2026-07-01afs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells
2026-07-01afs: Fix callback service message parsers to pass through -EAGAINDavid Howells
2026-07-01afs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells
2026-07-01afs: Fix misplaced inc of net->cells_outstandingDavid Howells
2026-07-01afs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells
2026-07-01afs: check for duplicate servers in VL server listYuto Ohnuki
2026-07-01afs: Remove erroneous seq |= 1 in volume lookup loopLi RongQing
2026-07-01afs: use kvfree() to free memory allocated by kvcalloc()Zilin Guan
2026-07-01afs: Fix directory inode initialisation orderDavid Howells
2026-07-01afs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpointsDavid Howells
2026-07-01afs: Fix double netfs initialisation in afs_root_iget()David Howells
2026-07-01afs: fix NULL pointer dereference in afs_get_tree()Matvey Kovalev
2026-07-01selftests/filesystems: test O_TMPFILE creation on idmapped mountsChristian Brauner
2026-07-01afs: Fix error code in afs_extract_vl_addrs()Dan Carpenter
2026-07-01fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgidChristian Brauner
2026-07-01afs: handle CB.InitCallBackState3 requests without a server recordNan Li
2026-07-01reset: imx7: Correct polarity of MIPI CSI resets on i.MX8MQRobby Cai
2026-07-01reset: sunxi: fix memory region leak on ioremap failureZhao Dongdong
2026-07-01dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5Tanmay Kathpalia
2026-07-01reset: spacemit: k3: fix USB2 ahb resetYixun Lan
2026-07-01RDMa/mlx5: Avoid frame overflow warningArnd Bergmann
2026-07-01ASoC: SOF: validate probe info element countsYousef Alhouseen
2026-07-01ALSA: usx2y: us144mkii: fix work UAF on disconnectHyeongJun An
2026-07-01io_uring/msg_ring: reject CQE32 flag pass-through to normal ringsMelbin K Mathew
2026-07-01io_uring/memmap: return -EINVAL from get_unmapped_area() on bad mmapYi Xie
2026-07-01block: avoid potential deadlock on zone revalidation failureDamien Le Moal
2026-07-01xfs: simplify __xfs_buf_ioendChristoph Hellwig
2026-07-01xfs: fix handling of synchronous errors in xfs_buf_submitChristoph Hellwig
2026-07-01xfs: remove xfs_buf_ioendChristoph Hellwig
2026-07-01xfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig
2026-07-01ACPICA: Define acpi_ut_safe_strncpy() as strscpy_pad() aliasRafael J. Wysocki
2026-07-01drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue...Luca Coelho
2026-07-01xfs: use null daddr for unset first bad log blockYousef Alhouseen
2026-07-01xfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng
2026-07-01xfs: release dquot buffer after dqflush failureYingjie Gao
2026-07-01xfs: also mark the buffer stale on verifier failure in xfs_buf_submitChristoph Hellwig
2026-07-01xfs: open code xfs_buf_ioend_fail in xfs_buf_submitChristoph Hellwig
2026-07-01bpf: Prefer dirty packs for eBPF allocationsPawan Gupta
2026-07-01bpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
2026-07-01bpf: Skip redundant IBPB in pack allocatorPawan Gupta
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta
2026-07-01x86/bugs: Enable IBPB flush on BPF JIT allocationPawan Gupta
2026-07-01bpf: Support for hardening against JIT sprayingPawan Gupta
2026-07-01net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius
2026-07-01xenbus: reject unterminated directory repliesYousef Alhouseen
2026-07-01net/sched: dualpi2: clear stale classification on filter missSamuel Moelius
2026-07-01xen/gntalloc: validate grant count before allocationYousef Alhouseen
2026-07-01xen/gntalloc: make grant counters unsignedYousef Alhouseen
2026-07-01selftests/hid: Cover hid_bpf_get_data() size overflowYiyang Chen