- 1e9d746 bpf: Fix mount source show for bpffs by Yafang Shao · 3 years ago
- 5dec6d9 bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags by Maciej Żenczykowski · 3 years, 7 months ago
- 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
- 957dca3 bpf, inode: Remove second initialization of the bpf_preload_lock by Muhammad Usama Anjum · 3 years, 10 months ago
- d37300ed bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET by Lorenz Bauer · 3 years, 10 months ago
- 25fc94b bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET by Lorenz Bauer · 3 years, 10 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
- ce880cb82 bpf: Fix a rcu warning for bpffs map pretty-print by Yonghong Song · 4 years, 4 months ago
- d71fa5c bpf: Add kernel module with user mode driver that populates bpffs. by Alexei Starovoitov · 4 years, 5 months ago
- 367ec3e bpf: Create file bpf iterator by Yonghong Song · 4 years, 8 months ago
- 70ed506 bpf: Introduce pinnable bpf_link abstraction by Andrii Nakryiko · 4 years, 11 months ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- 90435a7 bpf: map_seq_next should always increase position index by Vasily Averin · 5 years ago
- b87121d bpf: don't bother with getname/kern_path - use user_path_at by Al Viro · 5 years ago
- 85192db bpf: Convert bpf_prog refcnt to atomic64_t by Andrii Nakryiko · 5 years ago
- 1e0bd5a bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails by Andrii Nakryiko · 5 years ago
- d2935de vfs: Convert bpf to use the new mount API by David Howells · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- e547ff3 bpf: relax inode permission check for retrieving bpf program by Chenbo Feng · 6 years ago
- 524845f bpf: switch to ->free_inode() by Al Viro · 6 years ago
- 1da6c4d bpf: fix use after free in bpf_evict_inode by Daniel Borkmann · 6 years ago
- e8d2bec bpf: decouple btf from seq bpf fs dump and enable more maps by Daniel Borkmann · 6 years ago
- dc1508a bpf: fix bpffs non-array map seq_show issue by Yonghong Song · 6 years ago
- b165585 bpf: implement dummy fops for bpf objects by Daniel Borkmann · 7 years ago
- 4d220ed bpf: remove tracepoints from bpf core by Alexei Starovoitov · 7 years ago
- a26ca7c bpf: btf: Add pretty print support to the basic arraymap by Martin KaFai Lau · 7 years ago
- 6d8cb04 bpf: comment why dots in filenames under BPF virtual FS are not allowed by Quentin Monnet · 7 years ago
- 8b0fdf6 Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- a4a0683 bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod() by Al Viro · 7 years ago
- 040ee69 fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'" by Al Viro · 7 years ago
- 6e71b04 bpf: Add file mode configuration into bpf maps by Chenbo Feng · 7 years ago
- 98589a0 netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1' by Shmulik Ladkani · 7 years ago
- 4cc7c18 bpf: Implement show_options by David Howells · 8 years ago
- cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
- a67edbf bpf: add initial bpf tracepoints by Daniel Borkmann · 8 years ago
- a3af5f8 bpf: allow for mount options to specify permissions by Daniel Borkmann · 8 years ago
- 0f98621 bpf, inode: add support for symlinks and fix mtime/ctime by Daniel Borkmann · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- a536a6e bpf: make inode code explicitly non-modular by Paul Gortmaker · 9 years ago
- 612baca bpf, inode: disallow userns mounts by Daniel Borkmann · 9 years ago
- e27f4a9 bpf: Use mount_nodev not mount_ns to mount the bpf filesystem by Eric W. Biederman · 9 years ago
- 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 92117d8 bpf: fix refcnt overflow by Alexei Starovoitov · 9 years ago
- 0c93b7d bpf: reject invalid names right in ->lookup() by Al Viro · 9 years ago
- bb35a6e bpf, inode: allow for rename and link ops by Daniel Borkmann · 9 years ago
- c9da161 bpf: fix clearing on persistent program array maps by Daniel Borkmann · 9 years ago
- b219775 bpf: add support for persistent maps/progs by Daniel Borkmann · 9 years ago