summaryrefslogtreecommitdiff
path: root/io_uring/futex.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos1-3/+1
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-8/+8
2025-02-17io_uring/futex: use generic io_cancel_remove() helperJens Axboe1-23/+1
2025-02-17io_uring/futex: convert to io_cancel_remove_all()Jens Axboe1-17/+3
2025-02-08Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-01-24futex: Pass in task to futex_queue()Jens Axboe1-1/+1
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-2/+2
2024-12-27io_uring/futex: Allocate ifd with generic alloc_cache helperGabriel Krisman Bertazi1-12/+1
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe1-2/+2
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-18/+12
2024-03-15io_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