summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-271-1/+1
* bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-1/+16
* bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-281-1/+53
* bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann2016-10-311-6/+39
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* bpf: make inode code explicitly non-modularPaul Gortmaker2016-07-111-3/+1Star
* bpf, inode: disallow userns mountsDaniel Borkmann2016-05-241-1/+0Star
* bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2016-05-211-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-29/+8Star
|\
| * bpf: reject invalid names right in ->lookup()Al Viro2016-03-281-29/+8Star
* | bpf: fix refcnt overflowAlexei Starovoitov2016-04-281-3/+4
|/
* bpf, inode: allow for rename and link opsDaniel Borkmann2015-12-131-0/+20
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-251-3/+3
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-031-0/+387