summaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_inode_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-01-221-1/+5
* bpf: Fix typo in bpf_inode_storage.cKP Singh2021-01-121-2/+2
* bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-121-1/+4
* bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-211-5/+3
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-0/+273