summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/poll: serialize poll linked timer start with poll removalJens Axboe2023-06-281-5/+4
* io_uring/poll: clear single/double poll flags on poll armingJens Axboe2023-04-061-0/+1
* io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2023-03-111-2/+12
* io_uring: fix two assignments in if conditionsXinghui Li2023-03-111-2/+5
* io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe2023-01-241-1/+5
* io_uring/poll: attempt request issue after racy poll wakeupJens Axboe2023-01-181-11/+22
* io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe2023-01-181-5/+12
* io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2023-01-041-0/+8
* io_uring/poll: fix poll_refs race with cancelationLin Ma2022-11-251-1/+2
* io_uring: make poll refs more robustPavel Begunkov2022-11-251-1/+35
* io_uring: cmpxchg for poll arm refs releasePavel Begunkov2022-11-251-5/+3
* io_uring: disallow self-propelled ring pollingPavel Begunkov2022-11-181-0/+2
* io_uring: fix tw losing poll eventsPavel Begunkov2022-11-171-0/+7
* io_uring: update res mask in io_poll_check_eventsPavel Begunkov2022-11-171-0/+3
* io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov2022-11-111-0/+2
* io_uring/poll: fix double poll req->flags racesPavel Begunkov2022-11-111-12/+17
* io_uring/poll: disable level triggered pollJens Axboe2022-09-281-1/+1
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-8/+8
* io_uring: add abstraction around apoll cacheJens Axboe2022-07-241-13/+5
* io_uring: move apoll cache to poll.cJens Axboe2022-07-241-0/+12
* io_uring: consolidate hash_locked io-wq handlingPavel Begunkov2022-07-241-5/+7
* io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov2022-07-241-5/+2
* io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov2022-07-241-3/+3
* io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov2022-07-241-8/+10
* io_uring: fix multishot poll on overflowDylan Yudaken2022-07-241-2/+4
* io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken2022-07-241-1/+1
* io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken2022-07-241-2/+9
* io_uring: clean up io_poll_check_events return valuesDylan Yudaken2022-07-241-11/+16
* io_uring: move POLLFREE handling to separate functionJens Axboe2022-07-241-23/+27
* io_uring: optimise submission side poll_refsPavel Begunkov2022-07-241-21/+67
* io_uring: refactor poll arm error handlingPavel Begunkov2022-07-241-23/+21
* io_uring: change arm poll return valuesPavel Begunkov2022-07-241-2/+5
* io_uring: add a helper for apoll allocPavel Begunkov2022-07-241-16/+28
* io_uring: remove events caching atavismsPavel Begunkov2022-07-241-10/+8
* io_uring: clean poll ->private flaggingPavel Begunkov2022-07-241-3/+17
* io_uring: add a warn_once for poll_findPavel Begunkov2022-07-241-0/+5
* io_uring: fix io_poll_remove_all clang warningsPavel Begunkov2022-07-241-2/+5
* io_uring: clean up tracing eventsPavel Begunkov2022-07-241-3/+2
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov2022-07-241-16/+8
* io_uring: mutex locked poll hashingPavel Begunkov2022-07-241-21/+96
* io_uring: propagate locking state to poll cancelPavel Begunkov2022-07-241-1/+2
* io_uring: introduce a struct for hash tablePavel Begunkov2022-07-241-18/+22
* io_uring: pass hash table into poll_findPavel Begunkov2022-07-241-6/+14
* io_uring: use state completion infra for poll reqsPavel Begunkov2022-07-241-6/+2
* io_uring: pass poll_find lock backPavel Begunkov2022-07-241-20/+26
* io_uring: switch cancel_hash to use per entry spinlockHao Xu2022-07-241-31/+49
* io_uring: poll: remove unnecessary req->ref setHao Xu2022-07-241-1/+0
* io_uring: add support for level triggered pollJens Axboe2022-07-241-5/+10
* io_uring: split provided buffers handling into its own fileJens Axboe2022-07-241-0/+1