Age | Commit message (Expand) | Author |
2024-02-09 | io-uring: add napi busy poll support | Stefan Roesch |
2024-02-09 | io_uring: add support for ftruncate | Tony Solomonik |
2023-12-19 | io_uring/register: move io_uring_register(2) related code to register.c | Jens Axboe |
2023-09-29 | io_uring: add support for futex wake and wait | Jens Axboe |
2023-09-21 | io_uring: add IORING_OP_WAITID support | Jens Axboe |
2022-07-24 | io_uring: add zc notification infrastructure | Pavel Begunkov |
2022-07-24 | io_uring: move opcode table to opdef.c | Jens Axboe |
2022-07-24 | io_uring: move read/write related opcodes to its own file | Jens Axboe |
2022-07-24 | io_uring: move rsrc related data, core, and commands | Jens Axboe |
2022-07-24 | io_uring: split provided buffers handling into its own file | Jens Axboe |
2022-07-24 | io_uring: move cancelation into its own file | Jens Axboe |
2022-07-24 | io_uring: move poll handling into its own file | Jens Axboe |
2022-07-24 | io_uring: move io_uring_task (tctx) helpers into its own file | Jens Axboe |
2022-07-24 | io_uring: move fdinfo helpers to its own file | Jens Axboe |
2022-07-24 | io_uring: move SQPOLL related handling into its own file | Jens Axboe |
2022-07-24 | io_uring: move timeout opcodes and handling into its own file | Jens Axboe |
2022-07-24 | io_uring: move msg_ring into its own file | Jens Axboe |
2022-07-24 | io_uring: split network related opcodes into its own file | Jens Axboe |
2022-07-24 | io_uring: move statx handling to its own file | Jens Axboe |
2022-07-24 | io_uring: move epoll handler to its own file | Jens Axboe |
2022-07-24 | io_uring: move uring_cmd handling to its own file | Jens Axboe |
2022-07-24 | io_uring: split out open/close operations | Jens Axboe |
2022-07-24 | io_uring: separate out file table handling code | Jens Axboe |
2022-07-24 | io_uring: split out fadvise/madvise operations | Jens Axboe |
2022-07-24 | io_uring: split out fs related sync/fallocate functions | Jens Axboe |
2022-07-24 | io_uring: split out splice related operations | Jens Axboe |
2022-07-24 | io_uring: split out filesystem related operations | Jens Axboe |
2022-07-24 | io_uring: move nop into its own file | Jens Axboe |
2022-07-24 | io_uring: move xattr related opcodes to its own file | Jens Axboe |
2022-07-24 | io_uring: move to separate directory | Jens Axboe |