index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
2022-07-24
io_uring: move fdinfo helpers to its own file
Jens Axboe
2022-07-24
io_uring: use io_is_uring_fops() consistently
Jens Axboe
2022-07-24
io_uring: move SQPOLL related handling into its own file
Jens Axboe
2022-07-24
io_uring: move timeout opcodes and handling into its own file
Jens Axboe
2022-07-24
io_uring: move our reference counting into a header
Jens Axboe
2022-07-24
io_uring: move msg_ring into its own file
Jens Axboe
2022-07-24
io_uring: split network related opcodes into its own file
Jens Axboe
2022-07-24
io_uring: move statx handling to its own file
Jens Axboe
2022-07-24
io_uring: move epoll handler to its own file
Jens Axboe
2022-07-24
io_uring: add a dummy -EOPNOTSUPP prep handler
Jens Axboe
2022-07-24
io_uring: move uring_cmd handling to its own file
Jens Axboe
2022-07-24
io_uring: split out open/close operations
Jens Axboe
2022-07-24
io_uring: separate out file table handling code
Jens Axboe
2022-07-24
io_uring: split out fadvise/madvise operations
Jens Axboe
2022-07-24
io_uring: split out fs related sync/fallocate functions
Jens Axboe
2022-07-24
io_uring: split out splice related operations
Jens Axboe
2022-07-24
io_uring: split out filesystem related operations
Jens Axboe
2022-07-24
io_uring: move nop into its own file
Jens Axboe
2022-07-24
io_uring: move xattr related opcodes to its own file
Jens Axboe
2022-07-24
io_uring: handle completions in the core
Jens Axboe
2022-07-24
io_uring: set completion results upfront
Jens Axboe
2022-07-24
io_uring: add io_uring_types.h
Jens Axboe
2022-07-24
io_uring: define a request type cleanup handler
Jens Axboe
2022-07-24
io_uring: unify struct io_symlink and io_hardlink
Jens Axboe
2022-07-24
io_uring: convert iouring_cmd to io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert xattr to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert rsrc_update to io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert msg and nop to io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert splice to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert epoll to io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert file system request types to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert madvise/fadvise to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert open/close path to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert timeout path to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert cancel path to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert the sync and fallocate paths to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert net related opcodes to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: remove recvmsg knowledge from io_arm_poll_handler()
Jens Axboe
2022-07-24
io_uring: convert poll_update path to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert poll path to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: convert read/write path to use io_cmd_type
Jens Axboe
2022-07-24
io_uring: add generic command payload type to struct io_kiocb
Jens Axboe
2022-07-24
io_uring: move req async preparation into opcode handler
Jens Axboe
2022-07-24
io_uring: move to separate directory
Jens Axboe
[prev]