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.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
2020-01-21
io_uring: clamp to_submit in io_submit_sqes()
Pavel Begunkov
1
-2
/
+2
2020-01-21
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
1
-3
/
+14
2020-01-21
io_uring: extend batch freeing to cover more cases
Jens Axboe
1
-31
/
+69
2020-01-21
io_uring: wrap multi-req freeing in struct req_batch
Jens Axboe
1
-34
/
+31
2020-01-21
io_uring: batch getting pcpu references
Pavel Begunkov
1
-9
/
+17
2020-01-21
io_uring: add IORING_OP_MADVISE
Jens Axboe
1
-0
/
+59
2020-01-21
io_uring: add IORING_OP_FADVISE
Jens Axboe
1
-0
/
+53
2020-01-21
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
1
-1
/
+10
2020-01-21
io_uring: add non-vectored read/write commands
Jens Axboe
1
-0
/
+23
2020-01-21
io_uring: improve poll completion performance
Jens Axboe
1
-20
/
+88
2020-01-21
io_uring: split overflow state into SQ and CQ side
Jens Axboe
1
-13
/
+27
2020-01-21
io_uring: add lookup table for various opcode needs
Jens Axboe
1
-53
/
+155
2020-01-21
io_uring: remove two unnecessary function declarations
Jens Axboe
1
-2
/
+0
2020-01-21
io_uring: move *queue_link_head() from common path
Pavel Begunkov
1
-17
/
+15
2020-01-21
io_uring: rename prev to head
Pavel Begunkov
1
-5
/
+5
2020-01-21
io_uring: add IOSQE_ASYNC
Jens Axboe
1
-2
/
+14
2020-01-21
io_uring: add support for IORING_OP_STATX
Jens Axboe
1
-1
/
+85
2020-01-21
io_uring: avoid ring quiesce for fixed file set unregister and update
Jens Axboe
1
-135
/
+350
2020-01-21
io_uring: add support for IORING_OP_CLOSE
Jens Axboe
1
-0
/
+109
2020-01-21
io-wq: add support for uncancellable work
Jens Axboe
1
-1
/
+4
2020-01-21
io_uring: add support for IORING_OP_OPENAT
Jens Axboe
1
-2
/
+93
2020-01-21
io_uring: add support for fallocate()
Jens Axboe
1
-0
/
+60
2020-01-21
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
1
-1
/
+3
2020-01-17
io_uring: only allow submit from owning task
Jens Axboe
1
-0
/
+6
2020-01-16
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
1
-0
/
+9
2020-01-16
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
1
-0
/
+2
2020-01-15
io_uring: be consistent in assigning next work from handler
Jens Axboe
1
-24
/
+28
2020-01-14
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-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
[prev]
[next]