summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.c
AgeCommit message (Expand)AuthorLines
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe-1/+5
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe-11/+20
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe-5/+12
2022-11-30io_uring: combine poll tw handlersPavel Begunkov-33/+21
2022-11-30io_uring: improve poll warning handlingPavel Begunkov-1/+1
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov-2/+1
2022-11-30io_uring: carve io_poll_check_events fast pathPavel Begunkov-19/+22
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe-14/+19
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma-1/+2
2022-11-25io_uring: make poll refs more robustPavel Begunkov-1/+35
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov-5/+3
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken-2/+2
2022-11-25io_uring: defer all io_req_complete_failedDylan Yudaken-1/+1
2022-11-25io_uring: always lock in io_apoll_task_funcDylan Yudaken-1/+2
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov-1/+1
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Jens Axboe-2/+0
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe-0/+8
2022-11-21io_uring/poll: remove outdated comments of cachingLin Ma-6/+1
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li-2/+5
2022-11-18io_uring: disallow self-propelled ring pollingPavel Begunkov-0/+2
2022-11-17io_uring: fix tw losing poll eventsPavel Begunkov-0/+7
2022-11-17io_uring: update res mask in io_poll_check_eventsPavel Begunkov-0/+3
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov-0/+2
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov-12/+17
2022-09-28io_uring/poll: disable level triggered pollJens Axboe-1/+1
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher-8/+8
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe-13/+5
2022-07-24io_uring: move apoll cache to poll.cJens Axboe-0/+12
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov-5/+7
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov-5/+2
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov-3/+3
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov-8/+10
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken-2/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken-1/+1
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken-2/+9
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken-11/+16
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe-23/+27
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov-21/+67
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov-23/+21
2022-07-24io_uring: change arm poll return valuesPavel Begunkov-2/+5
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov-16/+28
2022-07-24io_uring: remove events caching atavismsPavel Begunkov-10/+8
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov-3/+17
2022-07-24io_uring: add a warn_once for poll_findPavel Begunkov-0/+5
2022-07-24io_uring: fix io_poll_remove_all clang warningsPavel Begunkov-2/+5
2022-07-24io_uring: clean up tracing eventsPavel Begunkov-3/+2
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov-1/+0
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov-16/+8
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov-21/+96
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov-1/+2