index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-26
io_uring: don't cancel all work on process exit
Jens Axboe
1
-4
/
+0
2020-01-26
Revert "io_uring: only allow submit from owning task"
Jens Axboe
1
-6
/
+0
2020-01-20
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
1
-1
/
+3
2020-01-16
io_uring: only allow submit from owning task
Jens Axboe
1
-0
/
+6
2020-01-15
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
1
-0
/
+9
2020-01-15
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
1
-0
/
+2
2020-01-14
io_uring: be consistent in assigning next work from handler
Jens Axboe
1
-24
/
+28
2020-01-13
io_uring: don't setup async context for read/write fixed
Jens Axboe
1
-0
/
+3
2020-01-07
io_uring: remove punt of short reads to async context
Jens Axboe
1
-12
/
+0
2019-12-20
io_uring: pass in 'sqe' to the prep handlers
Jens Axboe
1
-242
/
+251
2019-12-20
io_uring: standardize the prep methods
Jens Axboe
1
-65
/
+63
2019-12-20
io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler
Jens Axboe
1
-3
/
+8
2019-12-20
io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler
Jens Axboe
1
-31
/
+33
2019-12-20
io_uring: move all prep state for IORING_OP_CONNECT to prep handler
Jens Axboe
1
-18
/
+22
2019-12-20
io_uring: add and use struct io_rw for read/writes
Jens Axboe
1
-46
/
+50
2019-12-20
io_uring: use u64_to_user_ptr() consistently
Jens Axboe
1
-9
/
+7
2019-12-18
io_uring: io_wq_submit_work() should not touch req->rw
Jens Axboe
1
-3
/
+8
2019-12-18
io_uring: don't wait when under-submitting
Pavel Begunkov
1
-0
/
+4
2019-12-17
io_uring: warn about unhandled opcode
Jens Axboe
1
-2
/
+6
2019-12-17
io_uring: read opcode and user_data from SQE exactly once
Jens Axboe
1
-25
/
+20
2019-12-17
io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
Jens Axboe
1
-10
/
+34
2019-12-17
io_uring: make IORING_OP_CANCEL_ASYNC deferrable
Jens Axboe
1
-4
/
+28
2019-12-17
io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
Jens Axboe
1
-14
/
+54
2019-12-17
io_uring: make HARDLINK imply LINK
Pavel Begunkov
1
-1
/
+1
2019-12-17
io_uring: any deferred command must have stable sqe data
Jens Axboe
1
-49
/
+172
2019-12-17
io_uring: remove 'sqe' parameter to the OP helpers that take it
Jens Axboe
1
-36
/
+44
2019-12-17
io_uring: fix pre-prepped issue with force_nonblock == true
Jens Axboe
1
-77
/
+98
2019-12-15
io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
Jens Axboe
1
-14
/
+26
2019-12-15
io_uring: fix stale comment and a few typos
Brian Gianforcaro
1
-4
/
+4
2019-12-11
io_uring: ensure we return -EINVAL on unknown opcode
Jens Axboe
1
-7
/
+14
2019-12-10
io_uring: add sockets to list of files that support non-blocking issue
Jens Axboe
1
-2
/
+4
2019-12-10
io_uring: only hash regular files for async work execution
Jens Axboe
1
-1
/
+3
2019-12-10
io_uring: run next sqe inline if possible
Jens Axboe
1
-4
/
+11
2019-12-10
io_uring: don't dynamically allocate poll data
Jens Axboe
1
-16
/
+11
2019-12-10
io_uring: deferred send/recvmsg should assign iov
Jens Axboe
1
-2
/
+2
2019-12-10
io_uring: sqthread should grab ctx->uring_lock for submissions
Jens Axboe
1
-5
/
+2
2019-12-10
io_uring: allow unbreakable links
Jens Axboe
1
-38
/
+46
2019-12-05
io_uring: fix a typo in a comment
LimingWu
1
-1
/
+1
2019-12-05
io_uring: hook all linked requests via link_list
Pavel Begunkov
1
-22
/
+20
2019-12-05
io_uring: fix error handling in io_queue_link_head
Pavel Begunkov
1
-5
/
+7
2019-12-04
io_uring: use hash table for poll command lookups
Jens Axboe
1
-43
/
+41
2019-12-04
io_uring: ensure deferred timeouts copy necessary data
Jens Axboe
1
-41
/
+42
2019-12-04
io_uring: allow IO_SQE_* flags on IORING_OP_TIMEOUT
Jens Axboe
1
-3
/
+0
2019-12-03
io_uring: handle connect -EINPROGRESS like -EAGAIN
Jens Axboe
1
-1
/
+1
2019-12-03
io_uring: remove parameter ctx of io_submit_state_start
Jackie Liu
1
-2
/
+2
2019-12-03
io_uring: mark us with IORING_FEAT_SUBMIT_STABLE
Jens Axboe
1
-1
/
+2
2019-12-03
io_uring: ensure async punted connect requests copy data
Jens Axboe
1
-4
/
+47
2019-12-03
io_uring: ensure async punted sendmsg/recvmsg requests copy data
Jens Axboe
1
-17
/
+128
2019-12-02
io_uring: ensure async punted read/write requests copy iovec
Jens Axboe
1
-62
/
+181
2019-12-02
io_uring: add general async offload context
Jens Axboe
1
-24
/
+32
[next]