summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2022-07-24io_uring: convert xattr to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert rsrc_update to io_cmd_typeJens Axboe
2022-07-24io_uring: convert msg and nop to io_cmd_typeJens Axboe
2022-07-24io_uring: convert splice to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert epoll to io_cmd_typeJens Axboe
2022-07-24io_uring: convert file system request types to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert madvise/fadvise to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert open/close path to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert timeout path to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert cancel path to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert the sync and fallocate paths to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert net related opcodes to use io_cmd_typeJens Axboe
2022-07-24io_uring: remove recvmsg knowledge from io_arm_poll_handler()Jens Axboe
2022-07-24io_uring: convert poll_update path to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert poll path to use io_cmd_typeJens Axboe
2022-07-24io_uring: convert read/write path to use io_cmd_typeJens Axboe
2022-07-24io_uring: add generic command payload type to struct io_kiocbJens Axboe
2022-07-24io_uring: move req async preparation into opcode handlerJens Axboe
2022-07-24io_uring: move to separate directoryJens Axboe