summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring: split out splice related operationsJens Axboe2022-07-245-130/+154
* io_uring: split out filesystem related operationsJens Axboe2022-07-244-283/+316
* io_uring: move nop into its own fileJens Axboe2022-07-244-15/+32
* io_uring: move xattr related opcodes to its own fileJens Axboe2022-07-244-247/+277
* io_uring: handle completions in the coreJens Axboe2022-07-242-134/+142
* io_uring: set completion results upfrontJens Axboe2022-07-242-12/+22
* io_uring: add io_uring_types.hJens Axboe2022-07-242-488/+499
* io_uring: define a request type cleanup handlerJens Axboe2022-07-241-69/+86
* io_uring: unify struct io_symlink and io_hardlinkJens Axboe2022-07-241-20/+7
* io_uring: convert iouring_cmd to io_cmd_typeJens Axboe2022-07-241-8/+10
* io_uring: convert xattr to use io_cmd_typeJens Axboe2022-07-241-10/+9
* io_uring: convert rsrc_update to io_cmd_typeJens Axboe2022-07-241-16/+19
* io_uring: convert msg and nop to io_cmd_typeJens Axboe2022-07-241-9/+9
* io_uring: convert splice to use io_cmd_typeJens Axboe2022-07-241-5/+4
* io_uring: convert epoll to io_cmd_typeJens Axboe2022-07-241-7/+8
* io_uring: convert file system request types to use io_cmd_typeJens Axboe2022-07-241-45/+57
* io_uring: convert madvise/fadvise to use io_cmd_typeJens Axboe2022-07-241-10/+12
* io_uring: convert open/close path to use io_cmd_typeJens Axboe2022-07-241-32/+40
* io_uring: convert timeout path to use io_cmd_typeJens Axboe2022-07-241-49/+68
* io_uring: convert cancel path to use io_cmd_typeJens Axboe2022-07-241-11/+13
* io_uring: convert the sync and fallocate paths to use io_cmd_typeJens Axboe2022-07-241-19/+24
* io_uring: convert net related opcodes to use io_cmd_typeJens Axboe2022-07-241-26/+27
* io_uring: remove recvmsg knowledge from io_arm_poll_handler()Jens Axboe2022-07-241-2/+6
* io_uring: convert poll_update path to use io_cmd_typeJens Axboe2022-07-241-8/+8
* io_uring: convert poll path to use io_cmd_typeJens Axboe2022-07-241-25/+28
* io_uring: convert read/write path to use io_cmd_typeJens Axboe2022-07-241-88/+106
* io_uring: add generic command payload type to struct io_kiocbJens Axboe2022-07-241-4/+17
* io_uring: move req async preparation into opcode handlerJens Axboe2022-07-241-28/+10
* io_uring: move to separate directoryJens Axboe2022-07-244-0/+14823