aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_inode_storage.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-14/+9
2023-04-20bpf: switch to fdget_raw()Gravatar Al Viro 1-23/+15
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Gravatar Alexei Starovoitov 1-2/+2
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemGravatar Martin KaFai Lau 1-1/+1
2023-03-22bpf: return long from bpf_map_ops funcsGravatar JP Kobryn 1-3/+3
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageGravatar Martin KaFai Lau 1-1/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyGravatar Martin KaFai Lau 1-7/+1
2023-03-07bpf, net: bpf_local_storage memory usageGravatar Yafang Shao 1-0/+1
2022-11-30bpf: Fix a compilation failure with clang lto buildGravatar Yonghong Song 1-3/+1
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseGravatar Yonghong Song 1-35/+3
2022-04-26bpf: Compute map_btf_id during build timeGravatar Menglong Dong 1-3/+3
2022-04-19bpf: Fix usage of trace RCU in local storage.Gravatar KP Singh 1-2/+2
2022-03-20bpf: Enable non-atomic allocations in local storageGravatar Joanne Koong 1-4/+5
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsGravatar KP Singh 1-1/+5
2021-05-24bpf: Fix spelling mistakesGravatar Zhen Lei 1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2021-03-08bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFGravatar Tal Lossos 1-1/+1
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Gravatar Song Liu 1-1/+1
2021-01-22bpf, inode_storage: Put file handler if no storage was foundGravatar Pan Bian 1-1/+5
2021-01-12bpf: Fix typo in bpf_inode_storage.cGravatar KP Singh 1-2/+2
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedGravatar KP Singh 1-1/+4
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosGravatar Lorenz Bauer 1-5/+3
2020-08-28bpf: Add map_meta_equal map opsGravatar Martin KaFai Lau 1-0/+1
2020-08-25bpf: Implement bpf_local_storage for inodesGravatar KP Singh 1-0/+273