summaryrefslogtreecommitdiff
path: root/io_uring/poll.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05io_uring/poll: unify poll waitqueue entry and list removalJens Axboe1-21/+22
2025-12-04io_uring/poll: correctly handle io_poll_add() return value on updateJens Axboe1-2/+7
2025-11-03io_uring: add wrapper type for io_req_tw_func_t argCaleb Sander Mateos1-5/+6
2025-10-20io_uring: unify task_work cancelation checksJens Axboe1-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2025-09-18io_uring: include dying ring in task_work "should cancel" stateJens Axboe1-1/+1
2025-08-24io_uring: remove async/poll related provided buffer recyclesJens Axboe1-4/+0
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe1-3/+3
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe1-3/+3
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-17/+27
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov1-2/+0
2025-06-23io_uring/poll: introduce io_arm_apoll()Pavel Begunkov1-17/+27
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-18io_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