index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-18
io_uring: warn about unhandled opcode
Jens Axboe
1
-2
/
+6
2019-12-18
io_uring: read opcode and user_data from SQE exactly once
Jens Axboe
1
-25
/
+20
2019-12-18
io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
Jens Axboe
1
-10
/
+34
2019-12-18
io_uring: make IORING_OP_CANCEL_ASYNC deferrable
Jens Axboe
1
-4
/
+28
2019-12-18
io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
Jens Axboe
1
-14
/
+54
2019-12-18
io_uring: make HARDLINK imply LINK
Pavel Begunkov
1
-1
/
+1
2019-12-18
io_uring: any deferred command must have stable sqe data
Jens Axboe
1
-49
/
+172
2019-12-18
io_uring: remove 'sqe' parameter to the OP helpers that take it
Jens Axboe
1
-36
/
+44
2019-12-18
io_uring: fix pre-prepped issue with force_nonblock == true
Jens Axboe
1
-77
/
+98
2019-12-16
io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
Jens Axboe
1
-14
/
+26
2019-12-16
io_uring: fix stale comment and a few typos
Brian Gianforcaro
1
-4
/
+4
2019-12-12
io_uring: ensure we return -EINVAL on unknown opcode
Jens Axboe
1
-7
/
+14
2019-12-11
io_uring: add sockets to list of files that support non-blocking issue
Jens Axboe
1
-2
/
+4
2019-12-11
io_uring: only hash regular files for async work execution
Jens Axboe
1
-1
/
+3
2019-12-11
io_uring: run next sqe inline if possible
Jens Axboe
1
-4
/
+11
2019-12-11
io_uring: don't dynamically allocate poll data
Jens Axboe
1
-16
/
+11
2019-12-11
io_uring: deferred send/recvmsg should assign iov
Jens Axboe
1
-2
/
+2
2019-12-11
io_uring: sqthread should grab ctx->uring_lock for submissions
Jens Axboe
1
-5
/
+2
2019-12-11
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-05
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-03
io_uring: ensure async punted read/write requests copy iovec
Jens Axboe
1
-62
/
+181
2019-12-03
io_uring: add general async offload context
Jens Axboe
1
-24
/
+32
2019-12-03
io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
Jens Axboe
1
-0
/
+2
2019-12-02
io_uring: use current task creds instead of allocating a new one
Jens Axboe
1
-2
/
+2
2019-12-02
Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+52
2019-11-29
io_uring: fix missing kmap() declaration on powerpc
Jens Axboe
1
-0
/
+1
2019-11-28
io_uring: add mapping support for NOMMU archs
Roman Penyaev
1
-6
/
+51
2019-11-27
io_uring: make poll->wait dynamically allocated
Jens Axboe
1
-12
/
+17
2019-11-27
io_uring: cleanup io_import_fixed()
Pavel Begunkov
1
-7
/
+5
2019-11-27
io_uring: inline struct sqe_submit
Pavel Begunkov
1
-91
/
+78
2019-11-27
io_uring: store timeout's sqe->off in proper place
Pavel Begunkov
1
-4
/
+5
[next]