summaryrefslogtreecommitdiff
path: root/kernel/bpf/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-10bpf: fix bpffs non-array map seq_show issueYonghong Song1-3/+5
2018-06-08bpf: implement dummy fops for bpf objectsDaniel Borkmann1-2/+12
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov1-15/+1
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau1-3/+153
2018-03-09bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet1-0/+3
2018-01-31Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-28/+22
2018-01-05bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()Al Viro1-28/+22
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro1-1/+39
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng1-5/+10
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani1-0/+1
2017-07-06bpf: Implement show_optionsDavid Howells1-3/+13
2017-04-27fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-1/+1
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-1/+16
2016-11-28bpf: allow for mount options to specify permissionsDaniel Borkmann1-1/+53