summaryrefslogtreecommitdiff
path: root/kernel/bpf/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann1-6/+39
2016-09-28fs: 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-24bpf, inode: disallow userns mountsDaniel Borkmann1-1/+0
2016-05-21bpf: 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/vir...Linus Torvalds1-29/+8
2016-04-29bpf: fix refcnt overflowAlexei Starovoitov1-3/+4
2016-03-28bpf: reject invalid names right in ->lookup()Al Viro1-29/+8
2015-12-13bpf, inode: allow for rename and link opsDaniel Borkmann1-0/+20
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann1-3/+3
2015-11-03bpf: add support for persistent maps/progsDaniel Borkmann1-0/+387