index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
wavefront.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
io_uring: move remaining file table manipulation to filetable.c
Jens Axboe
4
-88
/
+90
2022-07-25
io_uring: move rsrc related data, core, and commands
Jens Axboe
6
-1418
/
+1480
2022-07-25
io_uring: split provided buffers handling into its own file
Jens Axboe
7
-636
/
+672
2022-07-25
io_uring: move cancelation into its own file
Jens Axboe
6
-178
/
+204
2022-07-25
io_uring: move poll handling into its own file
Jens Axboe
6
-827
/
+879
2022-07-25
io_uring: add opcode name to io_op_defs
Jens Axboe
1
-98
/
+52
2022-07-25
io_uring: include and forward-declaration sanitation
Jens Axboe
1
-12
/
+5
2022-07-25
io_uring: move io_uring_task (tctx) helpers into its own file
Jens Axboe
5
-365
/
+396
2022-07-25
io_uring: move fdinfo helpers to its own file
Jens Axboe
6
-208
/
+230
2022-07-25
io_uring: use io_is_uring_fops() consistently
Jens Axboe
1
-8
/
+8
2022-07-25
io_uring: move SQPOLL related handling into its own file
Jens Axboe
5
-462
/
+497
2022-07-25
io_uring: move timeout opcodes and handling into its own file
Jens Axboe
6
-660
/
+701
2022-07-25
io_uring: move our reference counting into a header
Jens Axboe
2
-42
/
+49
2022-07-25
io_uring: move msg_ring into its own file
Jens Axboe
4
-55
/
+71
2022-07-25
io_uring: split network related opcodes into its own file
Jens Axboe
5
-835
/
+884
2022-07-25
io_uring: move statx handling to its own file
Jens Axboe
4
-62
/
+82
2022-07-25
io_uring: move epoll handler to its own file
Jens Axboe
4
-50
/
+70
2022-07-25
io_uring: add a dummy -EOPNOTSUPP prep handler
Jens Axboe
1
-9
/
+14
2022-07-25
io_uring: move uring_cmd handling to its own file
Jens Axboe
5
-124
/
+142
2022-07-25
io_uring: split out open/close operations
Jens Axboe
5
-298
/
+345
2022-07-25
io_uring: separate out file table handling code
Jens Axboe
5
-93
/
+117
2022-07-25
io_uring: split out fadvise/madvise operations
Jens Axboe
4
-85
/
+109
2022-07-25
io_uring: split out fs related sync/fallocate functions
Jens Axboe
4
-97
/
+124
2022-07-25
io_uring: split out splice related operations
Jens Axboe
5
-130
/
+154
2022-07-25
io_uring: split out filesystem related operations
Jens Axboe
4
-283
/
+316
2022-07-25
io_uring: move nop into its own file
Jens Axboe
4
-15
/
+32
2022-07-25
io_uring: move xattr related opcodes to its own file
Jens Axboe
4
-247
/
+277
2022-07-25
io_uring: handle completions in the core
Jens Axboe
2
-134
/
+142
2022-07-25
io_uring: set completion results upfront
Jens Axboe
2
-12
/
+22
2022-07-25
io_uring: add io_uring_types.h
Jens Axboe
2
-488
/
+499
2022-07-25
io_uring: define a request type cleanup handler
Jens Axboe
1
-69
/
+86
2022-07-25
io_uring: unify struct io_symlink and io_hardlink
Jens Axboe
1
-20
/
+7
2022-07-25
io_uring: convert iouring_cmd to io_cmd_type
Jens Axboe
1
-8
/
+10
2022-07-25
io_uring: convert xattr to use io_cmd_type
Jens Axboe
1
-10
/
+9
2022-07-25
io_uring: convert rsrc_update to io_cmd_type
Jens Axboe
1
-16
/
+19
2022-07-25
io_uring: convert msg and nop to io_cmd_type
Jens Axboe
1
-9
/
+9
2022-07-25
io_uring: convert splice to use io_cmd_type
Jens Axboe
1
-5
/
+4
2022-07-25
io_uring: convert epoll to io_cmd_type
Jens Axboe
1
-7
/
+8
2022-07-25
io_uring: convert file system request types to use io_cmd_type
Jens Axboe
1
-45
/
+57
2022-07-25
io_uring: convert madvise/fadvise to use io_cmd_type
Jens Axboe
1
-10
/
+12
2022-07-25
io_uring: convert open/close path to use io_cmd_type
Jens Axboe
1
-32
/
+40
2022-07-25
io_uring: convert timeout path to use io_cmd_type
Jens Axboe
1
-49
/
+68
2022-07-25
io_uring: convert cancel path to use io_cmd_type
Jens Axboe
1
-11
/
+13
2022-07-25
io_uring: convert the sync and fallocate paths to use io_cmd_type
Jens Axboe
1
-19
/
+24
2022-07-25
io_uring: convert net related opcodes to use io_cmd_type
Jens Axboe
1
-26
/
+27
2022-07-25
io_uring: remove recvmsg knowledge from io_arm_poll_handler()
Jens Axboe
1
-2
/
+6
2022-07-25
io_uring: convert poll_update path to use io_cmd_type
Jens Axboe
1
-8
/
+8
2022-07-25
io_uring: convert poll path to use io_cmd_type
Jens Axboe
1
-25
/
+28
2022-07-25
io_uring: convert read/write path to use io_cmd_type
Jens Axboe
1
-88
/
+106
2022-07-25
io_uring: add generic command payload type to struct io_kiocb
Jens Axboe
1
-4
/
+17
[next]