index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
inode.c
Age
Commit message (
Expand
)
Author
2023-07-24
bpf: convert to ctime accessor functions
Jeff Layton
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2023-05-23
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2022-02-10
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
2022-01-11
bpf: Fix mount source show for bpffs
Yafang Shao
2021-06-22
bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags
Maciej Żenczykowski
2021-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-06
bpf, inode: Remove second initialization of the bpf_preload_lock
Muhammad Usama Anjum
2021-04-01
bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
2021-04-01
bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-15
bpf: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-05-09
bpf: Create file bpf iterator
Yonghong Song
2020-03-02
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-01-27
bpf: map_seq_next should always increase position index
Vasily Averin
2020-01-21
bpf: don't bother with getname/kern_path - use user_path_at
Al Viro
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-09-18
vfs: Convert bpf to use the new mount API
David Howells
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-16
bpf: relax inode permission check for retrieving bpf program
Chenbo Feng
2019-05-01
bpf: switch to ->free_inode()
Al Viro
2019-03-26
bpf: fix use after free in bpf_evict_inode
Daniel Borkmann
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-10
bpf: fix bpffs non-array map seq_show issue
Yonghong Song
2018-06-08
bpf: implement dummy fops for bpf objects
Daniel Borkmann
2018-04-30
bpf: remove tracepoints from bpf core
Alexei Starovoitov
2018-04-19
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
2018-03-09
bpf: comment why dots in filenames under BPF virtual FS are not allowed
Quentin Monnet
2018-01-30
Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-01-05
bpf_obj_do_pin(): switch to vfs_mkobj(), quit abusing ->mknod()
Al Viro
2018-01-05
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
Al Viro
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
2017-07-06
bpf: Implement show_options
David Howells
2017-04-26
fs: constify tree_descr arrays passed to simple_fill_super()
Eric Biggers
2017-01-25
bpf: add initial bpf tracepoints
Daniel Borkmann
2016-11-27
bpf: allow for mount options to specify permissions
Daniel Borkmann
[next]