summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-9/+3
* io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-151-2/+1
* io_uring: remove struct io_tw_state::lockedPavel Begunkov2024-04-151-1/+1
* io_uring: fix poll_remove stalled req completionPavel Begunkov2024-03-151-2/+2
* io_uring: fix io_queue_proc modifying req->flagsPavel Begunkov2024-03-071-8/+11
* io-uring: add napi busy poll supportStefan Roesch2024-02-091-0/+2
* io_uring/poll: improve readability of poll reference decrementingJens Axboe2024-02-081-2/+2
* io_uring: add io_file_can_poll() helperJens Axboe2024-02-081-1/+1
* io_uring/cancel: don't default to setting req->work.cancel_seqJens Axboe2024-02-081-5/+1
* io_uring/poll: add requeue return code from poll multishot handlingJens Axboe2024-01-291-1/+8
* io_uring/poll: move poll execution helpers higher upJens Axboe2024-01-291-20/+20
* io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe2023-12-131-3/+17
* io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeupsJens Axboe2023-10-191-1/+1
* io_uring: never overflow io_aux_cqePavel Begunkov2023-08-111-2/+2
* io_uring/cancel: support opcode based lookup and cancelationJens Axboe2023-07-171-1/+2
* io_uring: use cancelation match helper for poll and timeout requestsJens Axboe2023-07-171-8/+4
* io_uring/poll: always set 'ctx' in io_cancel_dataJens Axboe2023-07-171-1/+1
* Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-3/+3
|\
| * io_uring: cleanup io_aux_cqe() APIJens Axboe2023-06-071-2/+2
| * io_uring: avoid indirect function calls for the hottest task_workJens Axboe2023-06-021-1/+1
* | io_uring/poll: serialize poll linked timer start with poll removalJens Axboe2023-06-171-5/+4
|/
* io_uring: encapsulate task_work statePavel Begunkov2023-04-031-16/+16
* io_uring/poll: clear single/double poll flags on poll armingJens Axboe2023-03-281-0/+1
* io_uring/poll: don't pass in wake func to io_init_poll_iocb()Jens Axboe2023-03-011-5/+7
* io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2023-02-251-2/+12
* io_uring: Rename struct io_op_defBreno Leitao2023-01-291-1/+1
* io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe2023-01-201-1/+5
* io_uring/poll: attempt request issue after racy poll wakeupJens Axboe2023-01-121-11/+20
* io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe2023-01-091-5/+12
* io_uring: combine poll tw handlersPavel Begunkov2022-11-301-33/+21
* io_uring: improve poll warning handlingPavel Begunkov2022-11-301-1/+1
* io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov2022-11-301-2/+1
* io_uring: carve io_poll_check_events fast pathPavel Begunkov2022-11-301-19/+22
* Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe2022-11-291-14/+19
|\
| * io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken2022-11-251-2/+2
| * io_uring: defer all io_req_complete_failedDylan Yudaken2022-11-251-1/+1
| * io_uring: always lock in io_apoll_task_funcDylan Yudaken2022-11-251-1/+2
| * io_uring: iopoll protect complete_postPavel Begunkov2022-11-231-1/+1
| * Revert "io_uring: disallow self-propelled ring polling"Jens Axboe2022-11-221-2/+0
| * io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2022-11-221-0/+8
| * io_uring/poll: remove outdated comments of cachingLin Ma2022-11-211-6/+1
| * io_uring: fix two assignments in if conditionsXinghui Li2022-11-211-2/+5
* | 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