summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko2024-01-241-38/+211
* bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-241-2/+4
* bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-241-1/+2
* bpf: Introduce BPF token objectAndrii Nakryiko2024-01-241-5/+7
* bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko2024-01-241-12/+78
* bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann2023-12-211-2/+51
* Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-310/+16
* bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko2023-12-141-38/+211
* bpf: Support uid and gid when mounting bpffsJie Jiang2023-12-131-1/+49
* bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2023-12-061-2/+4
* bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2023-12-061-1/+2
* bpf: introduce BPF token objectAndrii Nakryiko2023-12-061-5/+7
* bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko2023-12-061-10/+78
* bpf: convert to new timestamp accessorsJeff Layton2023-10-181-3/+2
* bpf: convert to ctime accessor functionsJeff Layton2023-07-241-4/+2
* bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2023-05-231-8/+8
* bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko2023-05-231-6/+5
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov2022-02-101-29/+10
* bpf: Fix mount source show for bpffsYafang Shao2022-01-111-2/+12
* bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski2021-06-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-251-2/+0
|\
| * bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum2021-04-061-2/+0
* | bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-011-1/+1
* | bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-011-1/+1
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+3
|\
| * bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song2020-09-151-1/+3
* | bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-3/+113
|/
* bpf: Create file bpf iteratorYonghong Song2020-05-091-1/+4
* bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2020-03-021-4/+38
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | bpf: map_seq_next should always increase position indexVasily Averin2020-01-271-2/+1
* | bpf: don't bother with getname/kern_path - use user_path_atAl Viro2020-01-211-30/+13
|/
* bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-2/+3
* bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-1/+1
* vfs: Convert bpf to use the new mount APIDavid Howells2019-09-181-34/+58
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* bpf: relax inode permission check for retrieving bpf programChenbo Feng2019-05-161-1/+1
* bpf: switch to ->free_inode()Al Viro2019-05-011-8/+2
* bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-261-14/+18
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-1/+2