summaryrefslogtreecommitdiff
path: root/fs/bpf_fs_kfuncs.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'vfs-7.3-rc1.kfunc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+37
2026-08-03bpf: allow fs kfuncs for binfmt_misc_ops programsChristian Brauner1-3/+25
2026-07-01bpf: have bpf_real_data_inode() take a struct fileChristian Brauner1-9/+14
2026-06-29fs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner1-0/+37
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+16
2026-06-06bpf: add bpf_real_inode() kfuncChristian Brauner1-0/+16
2026-05-11bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentriesMatt Bobrowski1-2/+8
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung1-1/+1
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan1-7/+6
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan1-7/+3
2025-09-15bpf...d_path(): constify path argumentAl Viro1-1/+1
2025-07-02bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu1-0/+34
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu1-0/+189
2025-02-13fs/xattr: bpf: Introduce security.bpf. xattr name prefixSong Liu1-11/+25
2024-08-07bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentrySong Liu1-9/+33
2024-08-07bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.cSong Liu1-0/+38
2024-08-06bpf: introduce new VFS based BPF kfuncsMatt Bobrowski1-0/+123