summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_inode_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix spelling mistakesZhen Lei2021-05-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+1
|\
| * bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos2021-03-081-1/+1
* | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-1/+1
|/
* 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