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: 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
*
io_uring: move all prep state for IORING_OP_CONNECT to prep handler
Jens Axboe
2019-12-20
1
-18
/
+22
*
io_uring: add and use struct io_rw for read/writes
Jens Axboe
2019-12-20
1
-46
/
+50
*
io_uring: use u64_to_user_ptr() consistently
Jens Axboe
2019-12-20
1
-9
/
+7
*
io_uring: io_wq_submit_work() should not touch req->rw
Jens Axboe
2019-12-18
1
-3
/
+8
*
io_uring: don't wait when under-submitting
Pavel Begunkov
2019-12-18
1
-0
/
+4
*
io_uring: warn about unhandled opcode
Jens Axboe
2019-12-18
1
-2
/
+6
*
io_uring: read opcode and user_data from SQE exactly once
Jens Axboe
2019-12-18
1
-25
/
+20
*
io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
Jens Axboe
2019-12-18
1
-10
/
+34
*
io_uring: make IORING_OP_CANCEL_ASYNC deferrable
Jens Axboe
2019-12-18
1
-4
/
+28
*
io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
Jens Axboe
2019-12-18
1
-14
/
+54
*
io_uring: make HARDLINK imply LINK
Pavel Begunkov
2019-12-18
1
-1
/
+1
*
io_uring: any deferred command must have stable sqe data
Jens Axboe
2019-12-18
1
-49
/
+172
*
io_uring: remove 'sqe' parameter to the OP helpers that take it
Jens Axboe
2019-12-18
1
-36
/
+44
*
io_uring: fix pre-prepped issue with force_nonblock == true
Jens Axboe
2019-12-18
1
-77
/
+98
*
io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
Jens Axboe
2019-12-16
1
-14
/
+26
*
io_uring: fix stale comment and a few typos
Brian Gianforcaro
2019-12-15
1
-4
/
+4
*
io_uring: ensure we return -EINVAL on unknown opcode
Jens Axboe
2019-12-12
1
-7
/
+14
[prev]
[next]