summaryrefslogtreecommitdiffstats
path: root/io_uring/alloc_cache.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-31/+26
* io_uring/alloc_cache: shrink default max entries from 512 to 128Jens Axboe2024-04-151-1/+1
* io_uring: use mempool KASAN hookAndrey Konovalov2023-12-291-1/+1
* kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov2023-12-291-2/+1
* io_uring/rsrc: consolidate node cachingPavel Begunkov2023-04-121-0/+5
* io_uring/rsrc: add custom limit for node cachingPavel Begunkov2023-04-041-2/+4
* io_uring: Add KASAN support for alloc_cachesBreno Leitao2023-04-031-1/+5
* io_uring: Move from hlist to io_wq_work_nodeBreno Leitao2023-04-031-11/+13
* io_uring: fix poll/netmsg alloc cachesPavel Begunkov2023-03-301-0/+1
* io_uring: impose max limit on apoll cacheJens Axboe2022-07-241-2/+14
* io_uring: add abstraction around apoll cacheJens Axboe2022-07-241-0/+41