summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring/poll: shrink alloc cache size to 32Jens Axboe2024-04-151-0/+2
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-8/+1
* io_uring/rw: ensure poll based multishot read retries appropriatelyJens Axboe2024-01-281-0/+9
* io_uring: avoid indirect function calls for the hottest task_workJens Axboe2023-06-021-0/+2
* io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2023-02-251-0/+1
* io_uring: add abstraction around apoll cacheJens Axboe2022-07-241-2/+7
* io_uring: move apoll cache to poll.cJens Axboe2022-07-241-0/+2
* io_uring: move a few private types to local headersJens Axboe2022-07-241-0/+1
* io_uring: propagate locking state to poll cancelPavel Begunkov2022-07-241-1/+2
* io_uring: move poll handling into its own fileJens Axboe2022-07-241-0/+30