summaryrefslogtreecommitdiff
path: root/io_uring/poll.c
AgeCommit message (Expand)Author
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov
2022-07-24io_uring: change arm poll return valuesPavel Begunkov
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov
2022-07-24io_uring: remove events caching atavismsPavel Begunkov
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov
2022-07-24io_uring: add a warn_once for poll_findPavel Begunkov
2022-07-24io_uring: fix io_poll_remove_all clang warningsPavel Begunkov
2022-07-24io_uring: clean up tracing eventsPavel Begunkov
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov
2022-07-24io_uring: pass hash table into poll_findPavel Begunkov
2022-07-24io_uring: use state completion infra for poll reqsPavel Begunkov
2022-07-24io_uring: pass poll_find lock backPavel Begunkov
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu
2022-07-24io_uring: poll: remove unnecessary req->ref setHao Xu
2022-07-24io_uring: add support for level triggered pollJens Axboe
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe
2022-07-24io_uring: move poll handling into its own fileJens Axboe