summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng-1/+1
2019-05-01bpf: switch to ->free_inode()Al Viro-8/+2
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann-14/+18
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann-1/+2
2018-08-10bpf: fix bpffs non-array map seq_show issueYonghong Song-3/+5
2018-06-08bpf: implement dummy fops for bpf objectsDaniel Borkmann-2/+12
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov-15/+1
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau-3/+153
2018-03-09bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet-0/+3
2018-01-30Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-28/+22
2018-01-05bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()Al Viro-28/+22
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro-1/+39
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng-5/+10
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani-0/+1
2017-07-06bpf: Implement show_optionsDavid Howells-3/+13
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers-1/+1
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann-1/+16
2016-11-27bpf: allow for mount options to specify permissionsDaniel Borkmann-1/+53
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann-6/+39
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-07-11bpf: make inode code explicitly non-modularPaul Gortmaker-3/+1
2016-05-23bpf, inode: disallow userns mountsDaniel Borkmann-1/+0
2016-05-20bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman-1/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-29/+8
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov-3/+4
2016-03-27bpf: reject invalid names right in ->lookup()Al Viro-29/+8
2015-12-12bpf, inode: allow for rename and link opsDaniel Borkmann-0/+20
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann-3/+3
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann-0/+387