Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags | Maciej Żenczykowski | 1 | -1/+1 |
2021-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -2/+0 |
2021-04-06 | bpf, inode: Remove second initialization of the bpf_preload_lock | Muhammad Usama Anjum | 1 | -2/+0 |
2021-04-01 | bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET | Lorenz Bauer | 1 | -1/+1 |
2021-04-01 | bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET | Lorenz Bauer | 1 | -1/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -3/+4 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2021-01-24 | fs: add file and path permissions helpers | Christian Brauner | 1 | -1/+1 |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+3 |
2020-09-15 | bpf: Fix a rcu warning for bpffs map pretty-print | Yonghong Song | 1 | -1/+3 |
2020-08-20 | bpf: Add kernel module with user mode driver that populates bpffs. | Alexei Starovoitov | 1 | -3/+113 |
2020-05-09 | bpf: Create file bpf iterator | Yonghong Song | 1 | -1/+4 |
2020-03-02 | bpf: Introduce pinnable bpf_link abstraction | Andrii Nakryiko | 1 | -4/+38 |
2020-02-08 | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -8/+3 |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 1 | -7/+3 |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 1 | -1/+0 |
2020-01-27 | bpf: map_seq_next should always increase position index | Vasily Averin | 1 | -2/+1 |
2020-01-21 | bpf: don't bother with getname/kern_path - use user_path_at | Al Viro | 1 | -30/+13 |
2019-11-18 | bpf: Convert bpf_prog refcnt to atomic64_t | Andrii Nakryiko | 1 | -2/+3 |
2019-11-18 | bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails | Andrii Nakryiko | 1 | -1/+1 |
2019-09-18 | vfs: Convert bpf to use the new mount API | David Howells | 1 | -34/+58 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-05-16 | bpf: relax inode permission check for retrieving bpf program | Chenbo Feng | 1 | -1/+1 |
2019-05-01 | bpf: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
2019-03-26 | bpf: fix use after free in bpf_evict_inode | Daniel Borkmann | 1 | -14/+18 |
2018-08-13 | bpf: decouple btf from seq bpf fs dump and enable more maps | Daniel Borkmann | 1 | -1/+2 |
2018-08-10 | bpf: fix bpffs non-array map seq_show issue | Yonghong Song | 1 | -3/+5 |
2018-06-08 | bpf: implement dummy fops for bpf objects | Daniel Borkmann | 1 | -2/+12 |
2018-04-30 | bpf: remove tracepoints from bpf core | Alexei Starovoitov | 1 | -15/+1 |
2018-04-19 | bpf: btf: Add pretty print support to the basic arraymap | Martin KaFai Lau | 1 | -3/+153 |
2018-03-09 | bpf: comment why dots in filenames under BPF virtual FS are not allowed | Quentin Monnet | 1 | -0/+3 |
2018-01-30 | Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -28/+22 |
2018-01-05 | bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod() | Al Viro | 1 | -28/+22 |
2018-01-05 | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'" | Al Viro | 1 | -1/+39 |
2017-10-20 | bpf: Add file mode configuration into bpf maps | Chenbo Feng | 1 | -5/+10 |
2017-10-09 | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' | Shmulik Ladkani | 1 | -0/+1 |
2017-07-06 | bpf: Implement show_options | David Howells | 1 | -3/+13 |
2017-04-26 | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 1 | -1/+1 |
2017-01-25 | bpf: add initial bpf tracepoints | Daniel Borkmann | 1 | -1/+16 |
2016-11-27 | bpf: allow for mount options to specify permissions | Daniel Borkmann | 1 | -1/+53 |
2016-10-31 | bpf, inode: add support for symlinks and fix mtime/ctime | Daniel Borkmann | 1 | -6/+39 |
2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
2016-07-11 | bpf: make inode code explicitly non-modular | Paul Gortmaker | 1 | -3/+1 |
2016-05-23 | bpf, inode: disallow userns mounts | Daniel Borkmann | 1 | -1/+0 |
2016-05-20 | bpf: Use mount_nodev not mount_ns to mount the bpf filesystem | Eric W. Biederman | 1 | -1/+1 |
2016-05-18 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -29/+8 |
2016-04-28 | bpf: fix refcnt overflow | Alexei Starovoitov | 1 | -3/+4 |
2016-03-27 | bpf: reject invalid names right in ->lookup() | Al Viro | 1 | -29/+8 |
2015-12-12 | bpf, inode: allow for rename and link ops | Daniel Borkmann | 1 | -0/+20 |