summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-25io_uring: move small helpers to headersPavel Begunkov2-17/+22
2022-07-25io_uring: refactor ctx slow data placementPavel Begunkov1-42/+39
2022-07-25io_uring: better caching for ctx timeout fieldsPavel Begunkov1-6/+9
2022-07-25io_uring: move defer_list to slow dataPavel Begunkov1-1/+4
2022-07-25io_uring: make reg buf init consistentPavel Begunkov1-6/+3
2022-07-25io_uring: deprecate epoll_ctl supportJens Axboe1-0/+4
2022-07-25io_uring: add support for level triggered pollJens Axboe2-5/+13
2022-07-25io_uring: move opcode table to opdef.cJens Axboe5-469/+501
2022-07-25io_uring: move read/write related opcodes to its own fileJens Axboe5-1231/+1263
2022-07-25io_uring: move remaining file table manipulation to filetable.cJens Axboe4-88/+90
2022-07-25io_uring: move rsrc related data, core, and commandsJens Axboe6-1418/+1480
2022-07-25io_uring: split provided buffers handling into its own fileJens Axboe7-636/+672
2022-07-25io_uring: move cancelation into its own fileJens Axboe6-178/+204
2022-07-25io_uring: move poll handling into its own fileJens Axboe6-827/+879
2022-07-25io_uring: add opcode name to io_op_defsJens Axboe1-98/+52
2022-07-25io_uring: include and forward-declaration sanitationJens Axboe1-12/+5
2022-07-25io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe5-365/+396
2022-07-25io_uring: move fdinfo helpers to its own fileJens Axboe6-208/+230
2022-07-25io_uring: use io_is_uring_fops() consistentlyJens Axboe1-8/+8
2022-07-25io_uring: move SQPOLL related handling into its own fileJens Axboe5-462/+497
2022-07-25io_uring: move timeout opcodes and handling into its own fileJens Axboe6-660/+701
2022-07-25io_uring: move our reference counting into a headerJens Axboe2-42/+49
2022-07-25io_uring: move msg_ring into its own fileJens Axboe4-55/+71
2022-07-25io_uring: split network related opcodes into its own fileJens Axboe5-835/+884
2022-07-25io_uring: move statx handling to its own fileJens Axboe4-62/+82
2022-07-25io_uring: move epoll handler to its own fileJens Axboe4-50/+70
2022-07-25io_uring: add a dummy -EOPNOTSUPP prep handlerJens Axboe1-9/+14
2022-07-25io_uring: move uring_cmd handling to its own fileJens Axboe5-124/+142
2022-07-25io_uring: split out open/close operationsJens Axboe5-298/+345
2022-07-25io_uring: separate out file table handling codeJens Axboe5-93/+117
2022-07-25io_uring: split out fadvise/madvise operationsJens Axboe4-85/+109
2022-07-25io_uring: split out fs related sync/fallocate functionsJens Axboe4-97/+124
2022-07-25io_uring: split out splice related operationsJens Axboe5-130/+154
2022-07-25io_uring: split out filesystem related operationsJens Axboe4-283/+316
2022-07-25io_uring: move nop into its own fileJens Axboe4-15/+32
2022-07-25io_uring: move xattr related opcodes to its own fileJens Axboe4-247/+277
2022-07-25io_uring: handle completions in the coreJens Axboe2-134/+142
2022-07-25io_uring: set completion results upfrontJens Axboe2-12/+22
2022-07-25io_uring: add io_uring_types.hJens Axboe2-488/+499
2022-07-25io_uring: define a request type cleanup handlerJens Axboe1-69/+86
2022-07-25io_uring: unify struct io_symlink and io_hardlinkJens Axboe1-20/+7
2022-07-25io_uring: convert iouring_cmd to io_cmd_typeJens Axboe1-8/+10
2022-07-25io_uring: convert xattr to use io_cmd_typeJens Axboe1-10/+9
2022-07-25io_uring: convert rsrc_update to io_cmd_typeJens Axboe1-16/+19
2022-07-25io_uring: convert msg and nop to io_cmd_typeJens Axboe1-9/+9
2022-07-25io_uring: convert splice to use io_cmd_typeJens Axboe1-5/+4
2022-07-25io_uring: convert epoll to io_cmd_typeJens Axboe1-7/+8
2022-07-25io_uring: convert file system request types to use io_cmd_typeJens Axboe1-45/+57
2022-07-25io_uring: convert madvise/fadvise to use io_cmd_typeJens Axboe1-10/+12
2022-07-25io_uring: convert open/close path to use io_cmd_typeJens Axboe1-32/+40