aboutsummaryrefslogtreecommitdiff
path: root/io_uring/poll.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-15io_uring/poll: shrink alloc cache size to 32Gravatar Jens Axboe 1-0/+2
2024-04-15io_uring/alloc_cache: switch to array based cachingGravatar Jens Axboe 1-8/+1
2024-01-28io_uring/rw: ensure poll based multishot read retries appropriatelyGravatar Jens Axboe 1-0/+9
2023-06-02io_uring: avoid indirect function calls for the hottest task_workGravatar Jens Axboe 1-0/+2
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyGravatar Jens Axboe 1-0/+1
2022-07-24io_uring: add abstraction around apoll cacheGravatar Jens Axboe 1-2/+7
2022-07-24io_uring: move apoll cache to poll.cGravatar Jens Axboe 1-0/+2
2022-07-24io_uring: move a few private types to local headersGravatar Jens Axboe 1-0/+1
2022-07-24io_uring: propagate locking state to poll cancelGravatar Pavel Begunkov 1-1/+2
2022-07-24io_uring: move poll handling into its own fileGravatar Jens Axboe 1-0/+30