summaryrefslogtreecommitdiff
path: root/io_uring/poll.c
AgeCommit message (Expand)Author
2024-01-29io_uring/poll: add requeue return code from poll multishot handlingJens Axboe
2024-01-29io_uring/poll: move poll execution helpers higher upJens Axboe
2023-12-13io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe
2023-10-19io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeupsJens Axboe
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov
2023-07-17io_uring/cancel: support opcode based lookup and cancelationJens Axboe
2023-07-17io_uring: use cancelation match helper for poll and timeout requestsJens Axboe
2023-07-17io_uring/poll: always set 'ctx' in io_cancel_dataJens Axboe
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-17io_uring/poll: serialize poll linked timer start with poll removalJens Axboe
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe
2023-06-02io_uring: avoid indirect function calls for the hottest task_workJens Axboe
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2023-03-28io_uring/poll: clear single/double poll flags on poll armingJens Axboe
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()Jens Axboe
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe
2023-01-29io_uring: Rename struct io_op_defBreno Leitao
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe
2022-11-30io_uring: combine poll tw handlersPavel Begunkov
2022-11-30io_uring: improve poll warning handlingPavel Begunkov
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov
2022-11-30io_uring: carve io_poll_check_events fast pathPavel Begunkov
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma
2022-11-25io_uring: make poll refs more robustPavel Begunkov
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken
2022-11-25io_uring: defer all io_req_complete_failedDylan Yudaken
2022-11-25io_uring: always lock in io_apoll_task_funcDylan Yudaken
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Jens Axboe
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe
2022-11-21io_uring/poll: remove outdated comments of cachingLin Ma
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li
2022-11-18io_uring: disallow self-propelled ring pollingPavel Begunkov
2022-11-17io_uring: fix tw losing poll eventsPavel Begunkov
2022-11-17io_uring: update res mask in io_poll_check_eventsPavel Begunkov
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov
2022-09-28io_uring/poll: disable level triggered pollJens Axboe
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe
2022-07-24io_uring: move apoll cache to poll.cJens Axboe
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken