aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/waitid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe1-1/+1
2025-02-24io_uring/waitid: use io_is_compat()Pavel Begunkov1-5/+1
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-4/+4
2025-02-17io_uring/waitid: use generic io_cancel_remove() helperJens Axboe1-23/+1
2025-02-17io_uring/waitid: convert to io_cancel_remove_all()Jens Axboe1-17/+3
2025-02-12io_uring/waitid: setup async data in the prep handlerJens Axboe1-7/+7
2025-02-12io_uring/waitid: don't abuse io_tw_statePavel Begunkov1-2/+2
2025-01-23io_uring/alloc_cache: get rid of _nocache() helperJens Axboe1-1/+1
2024-12-27io_uring: Move old async data allocation helper to headerGabriel Krisman Bertazi1-2/+2
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-1/+1
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe1-2/+2
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov1-1/+1
2024-03-15io_uring/waitid: always remove waitid entry for cancel allJens Axboe1-6/+1
2023-09-21io_uring: add IORING_OP_WAITID supportJens Axboe1-0/+372