index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2020-01-20
io_uring: clamp to_submit in io_submit_sqes()
Pavel Begunkov
2020-01-20
io_uring: add support for IORING_SETUP_CLAMP
Jens Axboe
2020-01-20
io_uring: extend batch freeing to cover more cases
Jens Axboe
2020-01-20
io_uring: wrap multi-req freeing in struct req_batch
Jens Axboe
2020-01-20
io_uring: batch getting pcpu references
Pavel Begunkov
2020-01-20
io_uring: add IORING_OP_MADVISE
Jens Axboe
2020-01-20
io_uring: add IORING_OP_FADVISE
Jens Axboe
2020-01-20
io_uring: allow use of offset == -1 to mean file position
Jens Axboe
2020-01-20
io_uring: add non-vectored read/write commands
Jens Axboe
2020-01-20
io_uring: improve poll completion performance
Jens Axboe
2020-01-20
io_uring: split overflow state into SQ and CQ side
Jens Axboe
2020-01-20
io_uring: add lookup table for various opcode needs
Jens Axboe
2020-01-20
io_uring: remove two unnecessary function declarations
Jens Axboe
2020-01-20
io_uring: move *queue_link_head() from common path
Pavel Begunkov
2020-01-20
io_uring: rename prev to head
Pavel Begunkov
2020-01-20
io_uring: add IOSQE_ASYNC
Jens Axboe
2020-01-20
io_uring: add support for IORING_OP_STATX
Jens Axboe
2020-01-20
io_uring: avoid ring quiesce for fixed file set unregister and update
Jens Axboe
2020-01-20
io_uring: add support for IORING_OP_CLOSE
Jens Axboe
2020-01-20
io-wq: add support for uncancellable work
Jens Axboe
2020-01-20
io_uring: add support for IORING_OP_OPENAT
Jens Axboe
2020-01-20
io_uring: add support for fallocate()
Jens Axboe
2020-01-20
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
2020-01-16
io_uring: only allow submit from owning task
Jens Axboe
2020-01-15
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
2020-01-15
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
2020-01-14
io_uring: be consistent in assigning next work from handler
Jens Axboe
2020-01-13
io_uring: don't setup async context for read/write fixed
Jens Axboe
2020-01-07
io_uring: remove punt of short reads to async context
Jens Axboe
2019-12-20
io_uring: pass in 'sqe' to the prep handlers
Jens Axboe
2019-12-20
io_uring: standardize the prep methods
Jens Axboe
2019-12-20
io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler
Jens Axboe
2019-12-20
io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler
Jens Axboe
2019-12-20
io_uring: move all prep state for IORING_OP_CONNECT to prep handler
Jens Axboe
2019-12-20
io_uring: add and use struct io_rw for read/writes
Jens Axboe
2019-12-20
io_uring: use u64_to_user_ptr() consistently
Jens Axboe
2019-12-18
io_uring: io_wq_submit_work() should not touch req->rw
Jens Axboe
2019-12-18
io_uring: don't wait when under-submitting
Pavel Begunkov
2019-12-17
io_uring: warn about unhandled opcode
Jens Axboe
2019-12-17
io_uring: read opcode and user_data from SQE exactly once
Jens Axboe
2019-12-17
io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
Jens Axboe
2019-12-17
io_uring: make IORING_OP_CANCEL_ASYNC deferrable
Jens Axboe
2019-12-17
io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
Jens Axboe
2019-12-17
io_uring: make HARDLINK imply LINK
Pavel Begunkov
2019-12-17
io_uring: any deferred command must have stable sqe data
Jens Axboe
2019-12-17
io_uring: remove 'sqe' parameter to the OP helpers that take it
Jens Axboe
2019-12-17
io_uring: fix pre-prepped issue with force_nonblock == true
Jens Axboe
2019-12-15
io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
Jens Axboe
2019-12-15
io_uring: fix stale comment and a few typos
Brian Gianforcaro
2019-12-11
io_uring: ensure we return -EINVAL on unknown opcode
Jens Axboe
[prev]
[next]