index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
io_uring.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
io_uring: remove unused IO_REQ_CACHE_SIZE defined
Jens Axboe
2022-07-24
1
-1
/
+0
*
io_uring: don't set REQ_F_COMPLETE_INLINE in tw
Pavel Begunkov
2022-07-24
1
-1
/
+0
*
io_uring: remove check_cq checking from hot paths
Pavel Begunkov
2022-07-24
1
-15
/
+19
*
io_uring: never defer-complete multi-apoll
Pavel Begunkov
2022-07-24
1
-1
/
+1
*
io_uring: move small helpers to headers
Pavel Begunkov
2022-07-24
1
-17
/
+0
*
io_uring: move opcode table to opdef.c
Jens Axboe
2022-07-24
1
-468
/
+1
*
io_uring: move read/write related opcodes to its own file
Jens Axboe
2022-07-24
1
-1230
/
+9
*
io_uring: move remaining file table manipulation to filetable.c
Jens Axboe
2022-07-24
1
-82
/
+0
*
io_uring: move rsrc related data, core, and commands
Jens Axboe
2022-07-24
1
-1412
/
+2
*
io_uring: split provided buffers handling into its own file
Jens Axboe
2022-07-24
1
-600
/
+2
*
io_uring: move cancelation into its own file
Jens Axboe
2022-07-24
1
-176
/
+1
*
io_uring: move poll handling into its own file
Jens Axboe
2022-07-24
1
-826
/
+16
*
io_uring: add opcode name to io_op_defs
Jens Axboe
2022-07-24
1
-98
/
+52
*
io_uring: include and forward-declaration sanitation
Jens Axboe
2022-07-24
1
-12
/
+5
*
io_uring: move io_uring_task (tctx) helpers into its own file
Jens Axboe
2022-07-24
1
-364
/
+4
*
io_uring: move fdinfo helpers to its own file
Jens Axboe
2022-07-24
1
-207
/
+3
*
io_uring: use io_is_uring_fops() consistently
Jens Axboe
2022-07-24
1
-8
/
+8
*
io_uring: move SQPOLL related handling into its own file
Jens Axboe
2022-07-24
1
-461
/
+6
*
io_uring: move timeout opcodes and handling into its own file
Jens Axboe
2022-07-24
1
-658
/
+9
*
io_uring: move our reference counting into a header
Jens Axboe
2022-07-24
1
-42
/
+1
*
io_uring: move msg_ring into its own file
Jens Axboe
2022-07-24
1
-54
/
+1
*
io_uring: split network related opcodes into its own file
Jens Axboe
2022-07-24
1
-834
/
+39
*
io_uring: move statx handling to its own file
Jens Axboe
2022-07-24
1
-61
/
+1
*
io_uring: move epoll handler to its own file
Jens Axboe
2022-07-24
1
-49
/
+1
*
io_uring: add a dummy -EOPNOTSUPP prep handler
Jens Axboe
2022-07-24
1
-9
/
+14
*
io_uring: move uring_cmd handling to its own file
Jens Axboe
2022-07-24
1
-123
/
+4
*
io_uring: split out open/close operations
Jens Axboe
2022-07-24
1
-297
/
+14
*
io_uring: separate out file table handling code
Jens Axboe
2022-07-24
1
-86
/
+0
*
io_uring: split out fadvise/madvise operations
Jens Axboe
2022-07-24
1
-84
/
+1
*
io_uring: split out fs related sync/fallocate functions
Jens Axboe
2022-07-24
1
-96
/
+1
*
io_uring: split out splice related operations
Jens Axboe
2022-07-24
1
-129
/
+4
*
io_uring: split out filesystem related operations
Jens Axboe
2022-07-24
1
-282
/
+1
*
io_uring: move nop into its own file
Jens Axboe
2022-07-24
1
-14
/
+1
*
io_uring: move xattr related opcodes to its own file
Jens Axboe
2022-07-24
1
-246
/
+2
*
io_uring: handle completions in the core
Jens Axboe
2022-07-24
1
-134
/
+137
*
io_uring: set completion results upfront
Jens Axboe
2022-07-24
1
-12
/
+9
*
io_uring: add io_uring_types.h
Jens Axboe
2022-07-24
1
-488
/
+3
*
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
[prev]
[next]