summaryrefslogtreecommitdiff
path: root/io_uring/futex.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe1-0/+3
2025-03-22futex: Pass in task to futex_queue()Jens Axboe1-1/+1
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-18/+12
2024-03-16io_uring/futex: always remove futex entry for cancel allJens Axboe1-0/+1
2023-09-29io_uring: add support for vectored futex waitsJens Axboe1-9/+160
2023-09-29io_uring: add support for futex wake and waitJens Axboe1-0/+235