index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-24
bpf: Support symbolic BPF FS delegation mount options
Andrii Nakryiko
1
-38
/
+211
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-2
/
+4
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-1
/
+2
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
1
-5
/
+7
2024-01-24
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-12
/
+78
2023-12-21
bpf: Re-support uid and gid when mounting bpffs
Daniel Borkmann
1
-2
/
+51
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-310
/
+16
2023-12-14
bpf: support symbolic BPF FS delegation mount options
Andrii Nakryiko
1
-38
/
+211
2023-12-13
bpf: Support uid and gid when mounting bpffs
Jie Jiang
1
-1
/
+49
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-2
/
+4
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-1
/
+2
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
1
-5
/
+7
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-10
/
+78
2023-10-18
bpf: convert to new timestamp accessors
Jeff Layton
1
-3
/
+2
2023-07-24
bpf: convert to ctime accessor functions
Jeff Layton
1
-4
/
+2
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
1
-8
/
+8
2023-05-23
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
1
-6
/
+5
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2022-02-10
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
1
-29
/
+10
2022-01-11
bpf: Fix mount source show for bpffs
Yafang Shao
1
-2
/
+12
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
[next]