aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/viro/vfsLinus 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
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-18vfs: 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-01bpf: 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-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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-26fs: 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-27bpf: allow for mount options to specify permissionsDaniel Borkmann1-1/+53
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann1-6/+39
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-07-11bpf: make inode code explicitly non-modularPaul Gortmaker1-3/+1
2016-05-23bpf, inode: disallow userns mountsDaniel Borkmann1-1/+0
2016-05-20bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman1-1/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+8
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov1-3/+4