summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
| * io_uring: add IOSQE_ASYNCJens Axboe2020-01-201-2/+14
| * io_uring: add support for IORING_OP_STATXJens Axboe2020-01-201-1/+85
| * io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe2020-01-201-135/+350
| * io_uring: add support for IORING_OP_CLOSEJens Axboe2020-01-201-0/+109
| * io-wq: add support for uncancellable workJens Axboe2020-01-201-1/+4
| * io_uring: add support for IORING_OP_OPENATJens Axboe2020-01-201-2/+93
| * io_uring: add support for fallocate()Jens Axboe2020-01-201-0/+60
* | io_uring: don't cancel all work on process exitJens Axboe2020-01-261-4/+0
* | Revert "io_uring: only allow submit from owning task"Jens Axboe2020-01-261-6/+0
|/
* io_uring: fix compat for IORING_REGISTER_FILES_UPDATEEugene Syromiatnikov2020-01-201-1/+3
* io_uring: only allow submit from owning taskJens Axboe2020-01-161-0/+6
* io_uring: ensure workqueue offload grabs ring mutex for poll listJens Axboe2020-01-151-0/+9
* io_uring: clear req->result always before issuing a read/write requestBijan Mottahedeh2020-01-151-0/+2
* io_uring: be consistent in assigning next work from handlerJens Axboe2020-01-141-24/+28
* io_uring: don't setup async context for read/write fixedJens Axboe2020-01-131-0/+3
* io_uring: remove punt of short reads to async contextJens Axboe2020-01-071-12/+0
* io_uring: pass in 'sqe' to the prep handlersJens Axboe2019-12-201-242/+251
* io_uring: standardize the prep methodsJens Axboe2019-12-201-65/+63
* io_uring: read 'count' for IORING_OP_TIMEOUT in prep handlerJens Axboe2019-12-201-3/+8
* io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handlerJens Axboe2019-12-201-31/+33
* io_uring: move all prep state for IORING_OP_CONNECT to prep handlerJens Axboe2019-12-201-18/+22
* io_uring: add and use struct io_rw for read/writesJens Axboe2019-12-201-46/+50
* io_uring: use u64_to_user_ptr() consistentlyJens Axboe2019-12-201-9/+7
* io_uring: io_wq_submit_work() should not touch req->rwJens Axboe2019-12-181-3/+8
* io_uring: don't wait when under-submittingPavel Begunkov2019-12-181-0/+4
* io_uring: warn about unhandled opcodeJens Axboe2019-12-171-2/+6
* io_uring: read opcode and user_data from SQE exactly onceJens Axboe2019-12-171-25/+20
* io_uring: make IORING_OP_TIMEOUT_REMOVE deferrableJens Axboe2019-12-171-10/+34
* io_uring: make IORING_OP_CANCEL_ASYNC deferrableJens Axboe2019-12-171-4/+28
* io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrableJens Axboe2019-12-171-14/+54
* io_uring: make HARDLINK imply LINKPavel Begunkov2019-12-171-1/+1
* io_uring: any deferred command must have stable sqe dataJens Axboe2019-12-171-49/+172
* io_uring: remove 'sqe' parameter to the OP helpers that take itJens Axboe2019-12-171-36/+44
* io_uring: fix pre-prepped issue with force_nonblock == trueJens Axboe2019-12-171-77/+98
* io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSGJens Axboe2019-12-151-14/+26
* io_uring: fix stale comment and a few typosBrian Gianforcaro2019-12-151-4/+4
* io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe2019-12-111-7/+14
* io_uring: add sockets to list of files that support non-blocking issueJens Axboe2019-12-101-2/+4
* io_uring: only hash regular files for async work executionJens Axboe2019-12-101-1/+3
* io_uring: run next sqe inline if possibleJens Axboe2019-12-101-4/+11
* io_uring: don't dynamically allocate poll dataJens Axboe2019-12-101-16/+11
* io_uring: deferred send/recvmsg should assign iovJens Axboe2019-12-101-2/+2
* io_uring: sqthread should grab ctx->uring_lock for submissionsJens Axboe2019-12-101-5/+2
* io_uring: allow unbreakable linksJens Axboe2019-12-101-38/+46
* io_uring: fix a typo in a commentLimingWu2019-12-051-1/+1
* io_uring: hook all linked requests via link_listPavel Begunkov2019-12-051-22/+20
* io_uring: fix error handling in io_queue_link_headPavel Begunkov2019-12-051-5/+7
* io_uring: use hash table for poll command lookupsJens Axboe2019-12-041-43/+41
* io_uring: ensure deferred timeouts copy necessary dataJens Axboe2019-12-041-41/+42
* io_uring: allow IO_SQE_* flags on IORING_OP_TIMEOUTJens Axboe2019-12-041-3/+0