summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-201-5/+10
* netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
* bpf: Implement show_optionsDavid Howells2017-07-061-3/+13
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-1/+16
* bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-271-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-271-1/+1
* bpf: make inode code explicitly non-modularPaul Gortmaker2016-07-111-3/+1
* bpf, inode: disallow userns mountsDaniel Borkmann2016-05-231-1/+0
* bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2016-05-201-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-29/+8
|\
| * bpf: reject invalid names right in ->lookup()Al Viro2016-03-271-29/+8
* | bpf: fix refcnt overflowAlexei Starovoitov2016-04-281-3/+4
|/
* bpf, inode: allow for rename and link opsDaniel Borkmann2015-12-121-0/+20
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-251-3/+3
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-021-0/+387