summaryrefslogtreecommitdiff
path: root/kernel/bpf/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2024-01-25bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-2/+4
2024-01-25bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko1-1/+2
2024-01-25bpf: Introduce BPF token objectAndrii Nakryiko1-5/+7
2024-01-25bpf: 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-15bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2023-12-14bpf: 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-24bpf: 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-11bpf: 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2021-04-07bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum1-2/+0
2021-04-02bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-04-02bpf: 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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-09-16bpf: 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-10bpf: Create file bpf iteratorYonghong Song1-1/+4
2020-03-03bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko1-4/+38
2020-02-09Merge 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-22bpf: don't bother with getname/kern_path - use user_path_atAl Viro1-30/+13
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-2/+3
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-1/+1
2019-09-19vfs: Convert bpf to use the new mount APIDavid Howells1-34/+58
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng1-1/+1
2019-05-02bpf: switch to ->free_inode()Al Viro1-8/+2
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann1-1/+2