aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-10bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan1-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-2/+2
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao1-2/+3
2024-07-29bpf: Simplify character output in seq_print_delegate_opts()Markus Elfring1-2/+2
2024-01-24bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-2/+4
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko1-1/+2
2024-01-24bpf: Introduce BPF token objectAndrii Nakryiko1-5/+7
2024-01-24bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko1-12/+78
2023-12-21bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann1-2/+51
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko1-310/+16
2023-12-14bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang1-1/+49
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-2/+4
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko1-1/+2
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko1-5/+7
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko1-10/+78
2023-10-18bpf: convert to new timestamp accessorsJeff Layton1-3/+2
2023-07-24bpf: convert to ctime accessor functionsJeff Layton1-4/+2
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko1-8/+8
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko1-6/+5
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov1-29/+10
2022-01-11bpf: Fix mount source show for bpffsYafang Shao1-2/+12
2021-06-22bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski1-1/+1
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2021-04-06bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum1-2/+0
2021-04-01bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-04-01bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song1-1/+3
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov1-3/+113
2020-05-09bpf: Create file bpf iteratorYonghong Song1-1/+4
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko1-4/+38
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-01-27bpf: map_seq_next should always increase position indexVasily Averin1-2/+1
2020-01-21bpf: don't bother with getname/kern_path - use user_path_atAl Viro1-30/+13