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