summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-25io_uring: convert timeout path to use io_cmd_typeJens Axboe1-49/+68
2022-07-25io_uring: convert cancel path to use io_cmd_typeJens Axboe1-11/+13
2022-07-25io_uring: convert the sync and fallocate paths to use io_cmd_typeJens Axboe1-19/+24
2022-07-25io_uring: convert net related opcodes to use io_cmd_typeJens Axboe1-26/+27
2022-07-25io_uring: remove recvmsg knowledge from io_arm_poll_handler()Jens Axboe1-2/+6
2022-07-25io_uring: convert poll_update path to use io_cmd_typeJens Axboe1-8/+8
2022-07-25io_uring: convert poll path to use io_cmd_typeJens Axboe1-25/+28
2022-07-25io_uring: convert read/write path to use io_cmd_typeJens Axboe1-88/+106
2022-07-25io_uring: add generic command payload type to struct io_kiocbJens Axboe1-4/+17
2022-07-25io_uring: move req async preparation into opcode handlerJens Axboe1-28/+10
2022-07-25io_uring: move to separate directoryJens Axboe4-0/+14823