index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
io_uring: optimise use of ctx->drain_next
Pavel Begunkov
2020-01-21
1
-20
/
+21
|
*
io_uring: add support for probing opcodes
Jens Axboe
2020-01-21
1
-2
/
+51
|
*
io_uring: account fixed file references correctly in batch
Jens Axboe
2020-01-21
1
-5
/
+9
|
*
io_uring: add opcode to issue trace event
Jens Axboe
2020-01-21
1
-1
/
+2
|
*
io_uring: add support for IORING_OP_OPENAT2
Jens Axboe
2020-01-21
1
-6
/
+63
|
*
io_uring: remove 'fname' from io_open structure
Jens Axboe
2020-01-21
1
-5
/
+6
|
*
io_uring: add 'struct open_how' to the openat request context
Jens Axboe
2020-01-21
1
-9
/
+8
|
*
io_uring: enable option to only trigger eventfd for async completions
Jens Axboe
2020-01-21
1
-1
/
+16
|
*
io_uring: change io_ring_ctx bool fields into bit fields
Jens Axboe
2020-01-21
1
-7
/
+7
|
*
io_uring: file set registration should use interruptible waits
Jens Axboe
2020-01-21
1
-2
/
+8
|
*
io_uring: Remove unnecessary null check
YueHaibing
2020-01-21
1
-2
/
+1
|
*
io_uring: add support for send(2) and recv(2)
Jens Axboe
2020-01-21
1
-5
/
+135
|
*
io_uring: remove extra io_wq_current_is_worker()
Pavel Begunkov
2020-01-21
1
-2
/
+1
|
*
io_uring: optimise commit_sqring() for common case
Pavel Begunkov
2020-01-21
1
-8
/
+6
|
*
io_uring: optimise head checks in io_get_sqring()
Pavel Begunkov
2020-01-21
1
-9
/
+4
|
*
io_uring: clamp to_submit in io_submit_sqes()
Pavel Begunkov
2020-01-21
1
-2
/
+2
|
*
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
2020-01-21
1
-3
/
+14
|
*
io_uring: extend batch freeing to cover more cases
Jens Axboe
2020-01-21
1
-31
/
+69
|
*
io_uring: wrap multi-req freeing in struct req_batch
Jens Axboe
2020-01-21
1
-34
/
+31
|
*
io_uring: batch getting pcpu references
Pavel Begunkov
2020-01-21
1
-9
/
+17
|
*
io_uring: add IORING_OP_MADVISE
Jens Axboe
2020-01-21
1
-0
/
+59
|
*
io_uring: add IORING_OP_FADVISE
Jens Axboe
2020-01-21
1
-0
/
+53
|
*
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
2020-01-21
1
-1
/
+10
|
*
io_uring: add non-vectored read/write commands
Jens Axboe
2020-01-21
1
-0
/
+23
|
*
io_uring: improve poll completion performance
Jens Axboe
2020-01-21
1
-20
/
+88
|
*
io_uring: split overflow state into SQ and CQ side
Jens Axboe
2020-01-21
1
-13
/
+27
|
*
io_uring: add lookup table for various opcode needs
Jens Axboe
2020-01-21
1
-53
/
+155
|
*
io_uring: remove two unnecessary function declarations
Jens Axboe
2020-01-21
1
-2
/
+0
|
*
io_uring: move *queue_link_head() from common path
Pavel Begunkov
2020-01-21
1
-17
/
+15
|
*
io_uring: rename prev to head
Pavel Begunkov
2020-01-21
1
-5
/
+5
|
*
io_uring: add IOSQE_ASYNC
Jens Axboe
2020-01-21
1
-2
/
+14
|
*
io_uring: add support for IORING_OP_STATX
Jens Axboe
2020-01-21
1
-1
/
+85
|
*
io_uring: avoid ring quiesce for fixed file set unregister and update
Jens Axboe
2020-01-21
1
-135
/
+350
|
*
io_uring: add support for IORING_OP_CLOSE
Jens Axboe
2020-01-21
1
-0
/
+109
|
*
io-wq: add support for uncancellable work
Jens Axboe
2020-01-21
1
-1
/
+4
|
*
io_uring: add support for IORING_OP_OPENAT
Jens Axboe
2020-01-21
1
-2
/
+93
|
*
io_uring: add support for fallocate()
Jens Axboe
2020-01-21
1
-0
/
+60
*
|
io_uring: don't cancel all work on process exit
Jens Axboe
2020-01-26
1
-4
/
+0
*
|
Revert "io_uring: only allow submit from owning task"
Jens Axboe
2020-01-26
1
-6
/
+0
|
/
*
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
2020-01-21
1
-1
/
+3
*
io_uring: only allow submit from owning task
Jens Axboe
2020-01-17
1
-0
/
+6
*
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
2020-01-16
1
-0
/
+9
*
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
2020-01-16
1
-0
/
+2
*
io_uring: be consistent in assigning next work from handler
Jens Axboe
2020-01-15
1
-24
/
+28
*
io_uring: don't setup async context for read/write fixed
Jens Axboe
2020-01-14
1
-0
/
+3
*
io_uring: remove punt of short reads to async context
Jens Axboe
2020-01-07
1
-12
/
+0
*
io_uring: pass in 'sqe' to the prep handlers
Jens Axboe
2019-12-20
1
-242
/
+251
*
io_uring: standardize the prep methods
Jens Axboe
2019-12-20
1
-65
/
+63
*
io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler
Jens Axboe
2019-12-20
1
-3
/
+8
*
io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler
Jens Axboe
2019-12-20
1
-31
/
+33
[prev]
[next]