index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
inode.c
Age
Commit message (
Expand
)
Author
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
2016-10-31
bpf, inode: add support for symlinks and fix mtime/ctime
Daniel Borkmann
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-07-11
bpf: make inode code explicitly non-modular
Paul Gortmaker
2016-05-23
bpf, inode: disallow userns mounts
Daniel Borkmann
2016-05-20
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
2016-05-18
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-04-28
bpf: fix refcnt overflow
Alexei Starovoitov
2016-03-27
bpf: reject invalid names right in ->lookup()
Al Viro
2015-12-12
bpf, inode: allow for rename and link ops
Daniel Borkmann
2015-11-25
bpf: fix clearing on persistent program array maps
Daniel Borkmann
2015-11-02
bpf: add support for persistent maps/progs
Daniel Borkmann