aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/poll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-8/+8
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe1-13/+5
2022-07-24io_uring: move apoll cache to poll.cJens Axboe1-0/+12
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov1-5/+7
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov1-5/+2
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov1-3/+3
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov1-8/+10
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken1-2/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken1-1/+1
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken1-2/+9
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken1-11/+16
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe1-23/+27
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov1-21/+67
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov1-23/+21
2022-07-24io_uring: change arm poll return valuesPavel Begunkov1-2/+5
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov1-16/+28
2022-07-24io_uring: remove events caching atavismsPavel Begunkov1-10/+8
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov1-3/+17
2022-07-24io_uring: add a warn_once for poll_findPavel Begunkov1-0/+5
2022-07-24io_uring: fix io_poll_remove_all clang warningsPavel Begunkov1-2/+5
2022-07-24io_uring: clean up tracing eventsPavel Begunkov1-3/+2
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov1-16/+8
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov1-21/+96
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov1-1/+2
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov1-18/+22
2022-07-24io_uring: pass hash table into poll_findPavel Begunkov1-6/+14
2022-07-24io_uring: use state completion infra for poll reqsPavel Begunkov1-6/+2
2022-07-24io_uring: pass poll_find lock backPavel Begunkov1-20/+26
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu1-31/+49
2022-07-24io_uring: poll: remove unnecessary req->ref setHao Xu1-1/+0
2022-07-24io_uring: add support for level triggered pollJens Axboe1-5/+10
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe1-0/+1
2022-07-24io_uring: move poll handling into its own fileJens Axboe1-0/+760