summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-181-2/+6
* io_uring: read opcode and user_data from SQE exactly onceJens Axboe2019-12-181-25/+20
* io_uring: make IORING_OP_TIMEOUT_REMOVE deferrableJens Axboe2019-12-181-10/+34
* io_uring: make IORING_OP_CANCEL_ASYNC deferrableJens Axboe2019-12-181-4/+28
* io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrableJens Axboe2019-12-181-14/+54
* io_uring: make HARDLINK imply LINKPavel Begunkov2019-12-181-1/+1
* io_uring: any deferred command must have stable sqe dataJens Axboe2019-12-181-49/+172
* io_uring: remove 'sqe' parameter to the OP helpers that take itJens Axboe2019-12-181-36/+44
* io_uring: fix pre-prepped issue with force_nonblock == trueJens Axboe2019-12-181-77/+98
* io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSGJens Axboe2019-12-161-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-121-7/+14
* io_uring: add sockets to list of files that support non-blocking issueJens Axboe2019-12-111-2/+4
* io_uring: only hash regular files for async work executionJens Axboe2019-12-111-1/+3
* io_uring: run next sqe inline if possibleJens Axboe2019-12-111-4/+11
* io_uring: don't dynamically allocate poll dataJens Axboe2019-12-111-16/+11
* io_uring: deferred send/recvmsg should assign iovJens Axboe2019-12-111-2/+2
* io_uring: sqthread should grab ctx->uring_lock for submissionsJens Axboe2019-12-111-5/+2
* io_uring: allow unbreakable linksJens Axboe2019-12-111-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-051-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
* io_uring: handle connect -EINPROGRESS like -EAGAINJens Axboe2019-12-031-1/+1
* io_uring: remove parameter ctx of io_submit_state_startJackie Liu2019-12-031-2/+2
* io_uring: mark us with IORING_FEAT_SUBMIT_STABLEJens Axboe2019-12-031-1/+2
* io_uring: ensure async punted connect requests copy dataJens Axboe2019-12-031-4/+47
* io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe2019-12-031-17/+128
* io_uring: ensure async punted read/write requests copy iovecJens Axboe2019-12-031-62/+181
* io_uring: add general async offload contextJens Axboe2019-12-031-24/+32
* io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTRJens Axboe2019-12-031-0/+2
* io_uring: use current task creds instead of allocating a new oneJens Axboe2019-12-021-2/+2
* Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-021-6/+52
|\
| * io_uring: fix missing kmap() declaration on powerpcJens Axboe2019-11-291-0/+1
| * io_uring: add mapping support for NOMMU archsRoman Penyaev2019-11-281-6/+51
* | io_uring: make poll->wait dynamically allocatedJens Axboe2019-11-261-12/+17
* | io_uring: cleanup io_import_fixed()Pavel Begunkov2019-11-261-7/+5
* | io_uring: inline struct sqe_submitPavel Begunkov2019-11-261-91/+78
* | io_uring: store timeout's sqe->off in proper placePavel Begunkov2019-11-261-4/+5
* | io_uring: remove superfluous check for sqe->off in io_accept()Hrvoje Zeba2019-11-261-1/+1
* | io_uring: async workers should inherit the user credsJens Axboe2019-11-261-0/+8
* | io-wq: have io_wq_create() take a 'data' argumentJens Axboe2019-11-261-2/+7
* | io_uring: fix dead-hung for non-iter fixed rwPavel Begunkov2019-11-261-1/+14
* | io_uring: add support for IORING_OP_CONNECTJens Axboe2019-11-261-0/+36
* | io_uring: only return -EBUSY for submit on non-flushed backlogJens Axboe2019-11-261-6/+10
* | io_uring: only !null ptr to io_issue_sqe()Pavel Begunkov2019-11-261-16/+12