summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-03afs: Fix uninit var in afs_alloc_anon_key()David Howells1-1/+2
2026-08-03afs: handle CB.InitCallBackState3 requests without a server recordNan Li1-0/+5
2026-08-03afs: Fix delayed allocation of a cell's anonymous keyDavid Howells3-43/+49
2026-08-03afs: Set vllist to NULL if addr parsing failsEdward Adam Davis1-0/+1
2026-08-03afs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells2-2/+8
2026-08-03afs: Fix dynamic lookup to fail on cell lookup failureDavid Howells7-18/+86
2026-08-03afs: Simplify cell record handlingDavid Howells6-261/+176
2026-08-03afs: Fix afs_server ref accountingDavid Howells6-354/+285
2026-08-03afs: Use the per-peer app data provided by rxrpcDavid Howells7-118/+122
2026-08-03afs: Drop the net parameter from afs_unuse_cell()David Howells7-18/+17
2026-08-03afs: Make afs_lookup_cell() take a trace noteDavid Howells7-12/+22
2026-08-03afs: Improve server refcount/active count tracingDavid Howells4-10/+11
2026-08-03ovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee1-2/+10
2026-08-03NFSD: pass nfsd_file to nfsd_iter_read()Mike Snitzer3-8/+9
2026-08-03xfs: don't replace the wrong part of the cow forkDarrick J. Wong2-75/+135
2026-08-03xfs: factor out xfs_attr3_leaf_initLong Li2-0/+25
2026-08-03rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells1-3/+8
2026-08-03VFS/audit: introduce kern_path_parent() for auditNeilBrown1-0/+43
2026-08-03fscrypt: Avoid dynamic allocation in fscrypt_get_devices()Eric Biggers2-48/+34
2026-08-03ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon1-3/+10
2026-08-03ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon1-6/+10
2026-08-03ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
2026-08-03ksmbd: validate num_subauth when copying ACE in set_ntacl_daclHaofeng Li1-1/+7
2026-08-03ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery1-5/+4
2026-08-03proc: Fix broken error paths for namespace linksJann Horn1-1/+3
2026-08-03iomap: fix out-of-bounds bitmap_set() with zero-length rangeZhang Yi1-8/+14
2026-08-03fscrypt: Add missing superblock check in find_or_insert_direct_key()Eric Biggers1-1/+7
2026-08-03fs: preserve ACL_DONT_CACHE state in forget_cached_acl()Amir Goldstein1-0/+7
2026-08-03binfmt_elf_fdpic: only honour the first PT_INTERPChristian Brauner1-0/+4
2026-08-03ceph: fix refcount leak in ceph_readdir()WenTao Liang1-1/+6
2026-08-03ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas1-0/+1
2026-08-03binfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner1-3/+2
2026-08-03exec: fix unsigned loop counter wrap in transfer_args_to_stack()Christian Brauner1-1/+1
2026-08-03iomap: correct the range of a partial dirty clearZhang Yi1-4/+8
2026-08-03ovl: fix trusted xattr escape prefix matchingYichong Chen1-1/+1
2026-08-03smb: client: validate DFS referral PathConsumedYichong Chen1-9/+25
2026-08-03btrfs: free mapping node on duplicate reloc root insertGuanghui Yang1-0/+1
2026-08-03btrfs: don't propagate EXTENT_FLAG_LOGGING to split extent mapsLeo Martins1-2/+2
2026-08-03ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
2026-08-03ksmbd: pin conn during async oplock break notificationQihang1-2/+4
2026-08-03smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong3-31/+32
2026-08-03smb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
2026-08-03btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()Filipe Manana1-0/+1
2026-08-03btrfs: reject free space cache with more entries than pagesXiang Mei1-0/+3
2026-08-03fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau1-5/+9
2026-07-29mm: refactor mm_access() to not return NULLLorenzo Stoakes1-12/+14
2026-07-25ext4: fix fd leak in EXT4_IOC_MOVE_EXT cross-sb validationYun Zhou1-2/+4
2026-07-24afs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells1-2/+2
2026-07-24afs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells1-3/+3
2026-07-24ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fdGil Portnoy1-3/+9