index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: split out splice related operations
Jens Axboe
2022-07-24
5
-130
/
+154
*
io_uring: split out filesystem related operations
Jens Axboe
2022-07-24
4
-283
/
+316
*
io_uring: move nop into its own file
Jens Axboe
2022-07-24
4
-15
/
+32
*
io_uring: move xattr related opcodes to its own file
Jens Axboe
2022-07-24
4
-247
/
+277
*
io_uring: handle completions in the core
Jens Axboe
2022-07-24
2
-134
/
+142
*
io_uring: set completion results upfront
Jens Axboe
2022-07-24
2
-12
/
+22
*
io_uring: add io_uring_types.h
Jens Axboe
2022-07-24
2
-488
/
+499
*
io_uring: define a request type cleanup handler
Jens Axboe
2022-07-24
1
-69
/
+86
*
io_uring: unify struct io_symlink and io_hardlink
Jens Axboe
2022-07-24
1
-20
/
+7
*
io_uring: convert iouring_cmd to io_cmd_type
Jens Axboe
2022-07-24
1
-8
/
+10
*
io_uring: convert xattr to use io_cmd_type
Jens Axboe
2022-07-24
1
-10
/
+9
*
io_uring: convert rsrc_update to io_cmd_type
Jens Axboe
2022-07-24
1
-16
/
+19
*
io_uring: convert msg and nop to io_cmd_type
Jens Axboe
2022-07-24
1
-9
/
+9
*
io_uring: convert splice to use io_cmd_type
Jens Axboe
2022-07-24
1
-5
/
+4
*
io_uring: convert epoll to io_cmd_type
Jens Axboe
2022-07-24
1
-7
/
+8
*
io_uring: convert file system request types to use io_cmd_type
Jens Axboe
2022-07-24
1
-45
/
+57
*
io_uring: convert madvise/fadvise to use io_cmd_type
Jens Axboe
2022-07-24
1
-10
/
+12
*
io_uring: convert open/close path to use io_cmd_type
Jens Axboe
2022-07-24
1
-32
/
+40
*
io_uring: convert timeout path to use io_cmd_type
Jens Axboe
2022-07-24
1
-49
/
+68
*
io_uring: convert cancel path to use io_cmd_type
Jens Axboe
2022-07-24
1
-11
/
+13
*
io_uring: convert the sync and fallocate paths to use io_cmd_type
Jens Axboe
2022-07-24
1
-19
/
+24
*
io_uring: convert net related opcodes to use io_cmd_type
Jens Axboe
2022-07-24
1
-26
/
+27
*
io_uring: remove recvmsg knowledge from io_arm_poll_handler()
Jens Axboe
2022-07-24
1
-2
/
+6
*
io_uring: convert poll_update path to use io_cmd_type
Jens Axboe
2022-07-24
1
-8
/
+8
*
io_uring: convert poll path to use io_cmd_type
Jens Axboe
2022-07-24
1
-25
/
+28
*
io_uring: convert read/write path to use io_cmd_type
Jens Axboe
2022-07-24
1
-88
/
+106
*
io_uring: add generic command payload type to struct io_kiocb
Jens Axboe
2022-07-24
1
-4
/
+17
*
io_uring: move req async preparation into opcode handler
Jens Axboe
2022-07-24
1
-28
/
+10
*
io_uring: move to separate directory
Jens Axboe
2022-07-24
4
-0
/
+14823