summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.h
AgeCommit message (Expand)AuthorLines
2025-06-23io_uring/poll: introduce io_arm_apoll()Pavel Begunkov-0/+1
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos-1/+3
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe-1/+1
2024-04-15io_uring/poll: shrink alloc cache size to 32Jens Axboe-0/+2
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe-8/+1
2024-01-28io_uring/rw: ensure poll based multishot read retries appropriatelyJens Axboe-0/+9
2023-06-02io_uring: avoid indirect function calls for the hottest task_workJens Axboe-0/+2
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe-0/+1
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe-2/+7
2022-07-24io_uring: move apoll cache to poll.cJens Axboe-0/+2
2022-07-24io_uring: move a few private types to local headersJens Axboe-0/+1
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov-1/+2
2022-07-24io_uring: move poll handling into its own fileJens Axboe-0/+30