aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/bpf_cgrp_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-18bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storageMartin KaFai Lau1-5/+6
2025-01-29bpf: Fix deadlock when freeing cgroup storageAbel Wu1-1/+1
2025-01-08bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpersHou Tao1-8/+7
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc()Martin KaFai Lau1-2/+2
2023-12-08bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao1-3/+3
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov1-2/+2
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+1
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn1-3/+3
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau1-1/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau1-8/+1
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song1-2/+1
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-0/+247