summaryrefslogtreecommitdiff
path: root/kernel/bpf/inode.c
AgeCommit message (Expand)Author
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-07-06bpf: Implement show_optionsDavid Howells
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2016-11-27bpf: allow for mount options to specify permissionsDaniel Borkmann
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-07-11bpf: make inode code explicitly non-modularPaul Gortmaker
2016-05-23bpf, inode: disallow userns mountsDaniel Borkmann
2016-05-20bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov
2016-03-27bpf: reject invalid names right in ->lookup()Al Viro
2015-12-12bpf, inode: allow for rename and link opsDaniel Borkmann
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann