| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2026-01-22 | io_uring: split out CQ waiting code into wait.c | Jens Axboe | -0/+49 | |
| Move the completion queue waiting and scheduling code out of io_uring.c into a dedicated wait.c file. This further removes code out of the main io_uring C and header file, and into a topical new file. Signed-off-by: Jens Axboe <axboe@kernel.dk> | ||||
