summaryrefslogtreecommitdiff
path: root/io_uring/timeout.c
AgeCommit message (Expand)Author
2025-01-23io_uring/alloc_cache: get rid of _nocache() helperJens Axboe
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-04io_uring/timeout: fix multishot updatesPavel Begunkov
2024-12-30io_uring/timeout: flush timeouts outside of the timeout lockJens Axboe
2024-12-27io_uring: Move old async data allocation helper to headerGabriel Krisman Bertazi
2024-12-17io_uring: make ctx->timeout_lock a raw spinlockJens Axboe
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-07io_uring: Remove redundant hrtimer's callback function setupNam Cao
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe
2024-07-24io_uring: fix io_match_task must_holdPavel Begunkov
2024-04-15io_uring/timeout: remove duplicate initialization of the io_timeout list.Ruyi Zhang
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov
2023-07-17io_uring: use cancelation match helper for poll and timeout requestsJens Axboe
2023-07-17io_uring/timeout: always set 'ctx' in io_cancel_dataJens Axboe
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe
2023-05-19io_uring: annotate offset timeout racesPavel Begunkov
2023-04-18io_uring: add support for multishot timeoutsDavid Wei
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2022-12-14io_uring: ease timeout flush locking requirementsPavel Begunkov
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov
2022-12-14io_uring: protect cq_timeouts with timeout_lockPavel Begunkov
2022-11-23io_uring: remove io_req_tw_post_queuePavel Begunkov
2022-11-23io_uring: use io_req_task_complete() in timeoutPavel Begunkov
2022-09-21io_uring: remove unused return from io_disarm_nextPavel Begunkov
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-07-24io_uring: improve io_fail_links()Pavel Begunkov
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe
2022-07-24io_uring: introduce locking helpers for CQE postingPavel Begunkov
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov
2022-07-24io_uring: improve task exit timeout cancellationsPavel Begunkov
2022-07-24io_uring: clean up tracing eventsPavel Begunkov
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov
2022-07-24io_uring: move cancelation into its own fileJens Axboe
2022-07-24io_uring: move timeout opcodes and handling into its own fileJens Axboe