aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c
Commit message (Expand)AuthorAge
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-12
* bpf: fix bpffs non-array map seq_show issueYonghong Song2018-08-10
* bpf: implement dummy fops for bpf objectsDaniel Borkmann2018-06-08
* bpf: remove tracepoints from bpf coreAlexei Starovoitov2018-04-30
* bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-19
* bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet2018-03-09
* Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-01-30
|\
| * bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()Al Viro2018-01-05
* | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-05
|/
* bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
* netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-09
* bpf: Implement show_optionsDavid Howells2017-07-06
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-26
* bpf: add initial bpf tracepointsDaniel Borkmann2017-01-25
* bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-27
* bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann2016-10-31
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* bpf: make inode code explicitly non-modularPaul Gortmaker2016-07-11
* bpf, inode: disallow userns mountsDaniel Borkmann2016-05-23
* bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2016-05-20
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-18
|\
| * bpf: reject invalid names right in ->lookup()Al Viro2016-03-27
* | bpf: fix refcnt overflowAlexei Starovoitov2016-04-28
|/
* bpf, inode: allow for rename and link opsDaniel Borkmann2015-12-12
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-25
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-02