aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/poll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe1-2/+2
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov1-1/+1
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov1-1/+2
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-9/+9
2025-01-30io_uring/net: don't retry connect operation on EPOLLERRJens Axboe1-0/+2
2025-01-28io_uring: fix multishots with selected buffersPavel Begunkov1-0/+2
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-1/+1
2024-12-27io_uring/poll: Allocate apoll with generic alloc_cache helperGabriel Krisman Bertazi1-8/+5
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-2/+1
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe1-2/+2
2024-10-29io_uring/poll: get rid of per-hashtable bucket locksJens Axboe1-29/+10
2024-10-29io_uring/poll: get rid of io_poll_tw_hash_eject()Jens Axboe1-15/+2
2024-10-29io_uring/poll: get rid of unlocked cancel hashJens Axboe1-108/+34
2024-10-29io_uring/poll: remove 'ctx' argument from io_poll_req_delete()Jens Axboe1-2/+2
2024-07-30io_uring: keep multishot request NAPI timeout currentOlivier Langlois1-0/+1
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-9/+3
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov1-2/+1
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov1-1/+1
2024-03-15io_uring: fix poll_remove stalled req completionPavel Begunkov1-2/+2
2024-03-07io_uring: fix io_queue_proc modifying req->flagsPavel Begunkov1-8/+11
2024-02-09io-uring: add napi busy poll supportStefan Roesch1-0/+2
2024-02-08io_uring/poll: improve readability of poll reference decrementingJens Axboe1-2/+2
2024-02-08io_uring: add io_file_can_poll() helperJens Axboe1-1/+1
2024-02-08io_uring/cancel: don't default to setting req->work.cancel_seqJens Axboe1-5/+1
2024-01-29io_uring/poll: add requeue return code from poll multishot handlingJens Axboe1-1/+8
2024-01-29io_uring/poll: move poll execution helpers higher upJens Axboe1-20/+20
2023-12-13io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe1-3/+17
2023-10-19io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeupsJens Axboe1-1/+1
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov1-2/+2
2023-07-17io_uring/cancel: support opcode based lookup and cancelationJens Axboe1-1/+2
2023-07-17io_uring: use cancelation match helper for poll and timeout requestsJens Axboe1-8/+4
2023-07-17io_uring/poll: always set 'ctx' in io_cancel_dataJens Axboe1-1/+1
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2023-06-17io_uring/poll: serialize poll linked timer start with poll removalJens Axboe1-5/+4
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe1-2/+2
2023-06-02io_uring: avoid indirect function calls for the hottest task_workJens Axboe1-1/+1
2023-04-03io_uring: encapsulate task_work statePavel Begunkov1-16/+16
2023-03-28io_uring/poll: clear single/double poll flags on poll armingJens Axboe1-0/+1
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()Jens Axboe1-5/+7
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe1-2/+12
2023-01-29io_uring: Rename struct io_op_defBreno Leitao1-1/+1
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe1-11/+20
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe1-5/+12
2022-11-30io_uring: combine poll tw handlersPavel Begunkov1-33/+21
2022-11-30io_uring: improve poll warning handlingPavel Begunkov1-1/+1
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov1-2/+1
2022-11-30io_uring: carve io_poll_check_events fast pathPavel Begunkov1-19/+22
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe1-14/+19
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma1-1/+2