index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-11
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-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+0
2021-04-07
bpf, inode: Remove second initialization of the bpf_preload_lock
Muhammad Usama Anjum
1
-2
/
+0
2021-04-02
bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
1
-1
/
+1
2021-04-02
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-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2020-09-16
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-10
bpf: Create file bpf iterator
Yonghong Song
1
-1
/
+4
2020-03-03
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
1
-4
/
+38
2020-02-09
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-22
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-19
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-02
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-31
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-27
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-28
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-28
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-24
bpf, inode: disallow userns mounts
Daniel Borkmann
1
-1
/
+0
2016-05-21
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-29
bpf: fix refcnt overflow
Alexei Starovoitov
1
-3
/
+4
[next]