summaryrefslogtreecommitdiff
path: root/fs/bpf_fs_kfuncs.c
AgeCommit message (Expand)Author
19 hoursMerge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs...Mark Brown
13 daysbpf: have bpf_real_data_inode() take a struct fileChristian Brauner
2026-06-29fs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-06bpf: add bpf_real_inode() kfuncChristian Brauner
2026-05-11bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentriesMatt Bobrowski
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan
2025-09-15bpf...d_path(): constify path argumentAl Viro
2025-07-02bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu
2025-02-13fs/xattr: bpf: Introduce security.bpf. xattr name prefixSong Liu
2024-08-07bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentrySong Liu
2024-08-07bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.cSong Liu
2024-08-06bpf: introduce new VFS based BPF kfuncsMatt Bobrowski