summaryrefslogtreecommitdiff
path: root/io_uring/poll.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-25io_uring: optimise submission side poll_refsPavel Begunkov1-21/+67
2022-07-25io_uring: refactor poll arm error handlingPavel Begunkov1-23/+21
2022-07-25io_uring: change arm poll return valuesPavel Begunkov1-2/+5
2022-07-25io_uring: add a helper for apoll allocPavel Begunkov1-16/+28
2022-07-25io_uring: remove events caching atavismsPavel Begunkov1-10/+8
2022-07-25io_uring: clean poll ->private flaggingPavel Begunkov1-3/+17
2022-07-25io_uring: add a warn_once for poll_findPavel Begunkov1-0/+5
2022-07-25io_uring: fix io_poll_remove_all clang warningsPavel Begunkov1-2/+5
2022-07-25io_uring: clean up tracing eventsPavel Begunkov1-3/+2
2022-07-25io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-25io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov1-16/+8
2022-07-25io_uring: mutex locked poll hashingPavel Begunkov1-21/+96
2022-07-25io_uring: propagate locking state to poll cancelPavel Begunkov1-1/+2
2022-07-25io_uring: introduce a struct for hash tablePavel Begunkov1-18/+22
2022-07-25io_uring: pass hash table into poll_findPavel Begunkov1-6/+14
2022-07-25io_uring: use state completion infra for poll reqsPavel Begunkov1-6/+2
2022-07-25io_uring: pass poll_find lock backPavel Begunkov1-20/+26
2022-07-25io_uring: switch cancel_hash to use per entry spinlockHao Xu1-31/+49
2022-07-25io_uring: poll: remove unnecessary req->ref setHao Xu1-1/+0
2022-07-25io_uring: add support for level triggered pollJens Axboe1-5/+10
2022-07-25io_uring: split provided buffers handling into its own fileJens Axboe1-0/+1
2022-07-25io_uring: move poll handling into its own fileJens Axboe1-0/+760