summaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_cgrp_storage.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-19bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau1-5/+6
2025-01-30bpf: Fix deadlock when freeing cgroup storageAbel Wu1-1/+1
2025-01-09bpf: 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_al...Martin KaFai Lau1-2/+2
2023-12-09bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao1-3/+3
2023-04-05bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov1-2/+2
2023-03-26bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+1
2023-03-23bpf: 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-12-01bpf: Fix a compilation failure with clang lto buildYonghong Song1-2/+1
2022-10-26bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-0/+247