summaryrefslogtreecommitdiff
path: root/kernel/bpf/inode.c
AgeCommit message (Expand)Author
2023-12-21bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-14bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko
2023-10-18bpf: convert to new timestamp accessorsJeff Layton
2023-07-24bpf: convert to ctime accessor functionsJeff Layton
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov
2022-01-11bpf: Fix mount source show for bpffsYafang Shao
2021-06-22bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-06bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum
2021-04-01bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-01bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-05-09bpf: Create file bpf iteratorYonghong Song
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-01-27bpf: map_seq_next should always increase position indexVasily Averin
2020-01-21bpf: don't bother with getname/kern_path - use user_path_atAl Viro
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-09-18vfs: Convert bpf to use the new mount APIDavid Howells
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng
2019-05-01bpf: switch to ->free_inode()Al Viro
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-08-10bpf: fix bpffs non-array map seq_show issueYonghong Song
2018-06-08bpf: implement dummy fops for bpf objectsDaniel Borkmann
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau
2018-03-09bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet