summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_inode_storage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-11-211-2/+2
|\
| * bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau2024-10-241-2/+2
* | remove pointless includes of <linux/fdtable.h>Al Viro2024-10-071-1/+0
|/
* bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)Al Viro2024-08-141-16/+8
* introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-7/+7
* Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-271-14/+9
|\
| * bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2023-04-051-2/+2
| * bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau2023-03-261-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-211-23/+15
|/
* bpf: Fix a compilation failure with clang lto buildYonghong Song2022-12-011-3/+1
* bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song2022-10-261-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-201-2/+2
* bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-211-4/+5
* bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-301-1/+5
* bpf: Fix spelling mistakesZhen Lei2021-05-251-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-221-5/+3
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-261-0/+273