summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_inode_storage.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-14/+9
|\
| * bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2023-04-041-2/+2
| * bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau2023-03-251-1/+1
| * bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-3/+3
| * bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau2023-03-101-1/+1
| * bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau2023-03-101-7/+1
| * bpf, net: bpf_local_storage memory usageYafang Shao2023-03-071-0/+1
* | bpf: switch to fdget_raw()Al Viro2023-04-201-23/+15
|/
* bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-301-3/+1
* bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song2022-10-251-35/+3
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-3/+3
* bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-191-2/+2
* bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-201-4/+5
* bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-291-1/+5
* 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