summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov
2022-07-24io_uring: introduce io_req_cqe_overflow()Pavel Begunkov
2022-07-24io_uring: don't inline __io_get_cqe()Pavel Begunkov
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov
2022-07-24io_uring: clean up io_ring_ctx_allocPavel Begunkov
2022-07-24io_uring: limit the number of cancellation bucketsPavel Begunkov
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu
2022-07-24io_uring: refactor io_req_task_complete()Pavel Begunkov
2022-07-24io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov
2022-07-24io_uring: remove unused IO_REQ_CACHE_SIZE definedJens Axboe
2022-07-24io_uring: don't set REQ_F_COMPLETE_INLINE in twPavel Begunkov
2022-07-24io_uring: remove check_cq checking from hot pathsPavel Begunkov
2022-07-24io_uring: never defer-complete multi-apollPavel Begunkov
2022-07-24io_uring: move small helpers to headersPavel Begunkov
2022-07-24io_uring: move opcode table to opdef.cJens Axboe
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe
2022-07-24io_uring: move remaining file table manipulation to filetable.cJens Axboe
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe
2022-07-24io_uring: move cancelation into its own fileJens Axboe
2022-07-24io_uring: move poll handling into its own fileJens Axboe
2022-07-24io_uring: add opcode name to io_op_defsJens Axboe
2022-07-24io_uring: include and forward-declaration sanitationJens Axboe
2022-07-24io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe
2022-07-24io_uring: move fdinfo helpers to its own fileJens Axboe
2022-07-24io_uring: use io_is_uring_fops() consistentlyJens Axboe
2022-07-24io_uring: move SQPOLL related handling into its own fileJens Axboe
2022-07-24io_uring: move timeout opcodes and handling into its own fileJens Axboe
2022-07-24io_uring: move our reference counting into a headerJens Axboe
2022-07-24io_uring: move msg_ring into its own fileJens Axboe
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe
2022-07-24io_uring: move statx handling to its own fileJens Axboe
2022-07-24io_uring: move epoll handler to its own fileJens Axboe
2022-07-24io_uring: add a dummy -EOPNOTSUPP prep handlerJens Axboe
2022-07-24io_uring: move uring_cmd handling to its own fileJens Axboe
2022-07-24io_uring: split out open/close operationsJens Axboe
2022-07-24io_uring: separate out file table handling codeJens Axboe
2022-07-24io_uring: split out fadvise/madvise operationsJens Axboe
2022-07-24io_uring: split out fs related sync/fallocate functionsJens Axboe
2022-07-24io_uring: split out splice related operationsJens Axboe
2022-07-24io_uring: split out filesystem related operationsJens Axboe
2022-07-24io_uring: move nop into its own fileJens Axboe
2022-07-24io_uring: move xattr related opcodes to its own fileJens Axboe
2022-07-24io_uring: handle completions in the coreJens Axboe
2022-07-24io_uring: set completion results upfrontJens Axboe
2022-07-24io_uring: add io_uring_types.hJens Axboe