aboutsummaryrefslogtreecommitdiff
path: root/io_uring/poll.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15io_uring/alloc_cache: switch to array based cachingGravatar Jens Axboe 1-9/+3
2024-04-15io_uring: refactor io_fill_cqe_req_auxGravatar Pavel Begunkov 1-2/+1
2024-04-15io_uring: remove struct io_tw_state::lockedGravatar Pavel Begunkov 1-1/+1
2024-03-15io_uring: fix poll_remove stalled req completionGravatar Pavel Begunkov 1-2/+2
2024-03-07io_uring: fix io_queue_proc modifying req->flagsGravatar Pavel Begunkov 1-8/+11
2024-02-09io-uring: add napi busy poll supportGravatar Stefan Roesch 1-0/+2
2024-02-08io_uring/poll: improve readability of poll reference decrementingGravatar Jens Axboe 1-2/+2
2024-02-08io_uring: add io_file_can_poll() helperGravatar Jens Axboe 1-1/+1
2024-02-08io_uring/cancel: don't default to setting req->work.cancel_seqGravatar Jens Axboe 1-5/+1
2024-01-29io_uring/poll: add requeue return code from poll multishot handlingGravatar Jens Axboe 1-1/+8
2024-01-29io_uring/poll: move poll execution helpers higher upGravatar Jens Axboe 1-20/+20
2023-12-13io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEGravatar Jens Axboe 1-3/+17
2023-10-19io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeupsGravatar Jens Axboe 1-1/+1
2023-08-11io_uring: never overflow io_aux_cqeGravatar Pavel Begunkov 1-2/+2
2023-07-17io_uring/cancel: support opcode based lookup and cancelationGravatar Jens Axboe 1-1/+2
2023-07-17io_uring: use cancelation match helper for poll and timeout requestsGravatar Jens Axboe 1-8/+4
2023-07-17io_uring/poll: always set 'ctx' in io_cancel_dataGravatar Jens Axboe 1-1/+1
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+3
2023-06-17io_uring/poll: serialize poll linked timer start with poll removalGravatar Jens Axboe 1-5/+4
2023-06-07io_uring: cleanup io_aux_cqe() APIGravatar Jens Axboe 1-2/+2
2023-06-02io_uring: avoid indirect function calls for the hottest task_workGravatar Jens Axboe 1-1/+1
2023-04-03io_uring: encapsulate task_work stateGravatar Pavel Begunkov 1-16/+16
2023-03-28io_uring/poll: clear single/double poll flags on poll armingGravatar Jens Axboe 1-0/+1
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()Gravatar Jens Axboe 1-5/+7
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyGravatar Jens Axboe 1-2/+12
2023-01-29io_uring: Rename struct io_op_defGravatar Breno Leitao 1-1/+1
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestGravatar Jens Axboe 1-1/+5
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupGravatar Jens Axboe 1-11/+20
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineGravatar Jens Axboe 1-5/+12
2022-11-30io_uring: combine poll tw handlersGravatar Pavel Begunkov 1-33/+21
2022-11-30io_uring: improve poll warning handlingGravatar Pavel Begunkov 1-1/+1
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsGravatar Pavel Begunkov 1-2/+1
2022-11-30io_uring: carve io_poll_check_events fast pathGravatar Pavel Begunkov 1-19/+22
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextGravatar Jens Axboe 1-14/+19
2022-11-25io_uring/poll: fix poll_refs race with cancelationGravatar Lin Ma 1-1/+2
2022-11-25io_uring: make poll refs more robustGravatar Pavel Begunkov 1-1/+35
2022-11-25io_uring: cmpxchg for poll arm refs releaseGravatar Pavel Begunkov 1-5/+3
2022-11-25io_uring: add io_aux_cqe which allows deferred completionGravatar Dylan Yudaken 1-2/+2
2022-11-25io_uring: defer all io_req_complete_failedGravatar Dylan Yudaken 1-1/+1
2022-11-25io_uring: always lock in io_apoll_task_funcGravatar Dylan Yudaken 1-1/+2
2022-11-23io_uring: iopoll protect complete_postGravatar Pavel Begunkov 1-1/+1
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Gravatar Jens Axboe 1-2/+0
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsGravatar Jens Axboe 1-0/+8
2022-11-21io_uring/poll: remove outdated comments of cachingGravatar Lin Ma 1-6/+1
2022-11-21io_uring: fix two assignments in if conditionsGravatar Xinghui Li 1-2/+5
2022-11-18io_uring: disallow self-propelled ring pollingGravatar Pavel Begunkov 1-0/+2
2022-11-17io_uring: fix tw losing poll eventsGravatar Pavel Begunkov 1-0/+7
2022-11-17io_uring: update res mask in io_poll_check_eventsGravatar Pavel Begunkov 1-0/+3
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedGravatar Pavel Begunkov 1-0/+2
2022-11-11io_uring/poll: fix double poll req->flags racesGravatar Pavel Begunkov 1-12/+17