summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-62/+181
* io_uring: add general async offload contextJens Axboe2019-12-021-24/+32
* io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTRJens Axboe2019-12-021-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-011-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-251-1/+1
* | io_uring: async workers should inherit the user credsJens Axboe2019-11-251-0/+8
* | io-wq: have io_wq_create() take a 'data' argumentJens Axboe2019-11-251-2/+7
* | io_uring: fix dead-hung for non-iter fixed rwPavel Begunkov2019-11-251-1/+14
* | io_uring: add support for IORING_OP_CONNECTJens Axboe2019-11-251-0/+36
* | io_uring: only return -EBUSY for submit on non-flushed backlogJens Axboe2019-11-251-6/+10
* | io_uring: only !null ptr to io_issue_sqe()Pavel Begunkov2019-11-251-16/+12
* | io_uring: simplify io_req_link_next()Pavel Begunkov2019-11-251-10/+1
* | io_uring: pass only !null to io_req_find_next()Pavel Begunkov2019-11-251-2/+7
* | io_uring: remove io_free_req_find_next()Pavel Begunkov2019-11-251-7/+2
* | io_uring: add likely/unlikely in io_get_sqring()Pavel Begunkov2019-11-251-2/+2
* | io_uring: rename __io_submit_sqe()Pavel Begunkov2019-11-251-4/+4
* | io_uring: improve trace_io_uring_defer() trace pointJens Axboe2019-11-251-1/+1
* | io_uring: drain next sqe instead of shadowingPavel Begunkov2019-11-251-68/+18
* | io_uring: close lookup gap for dependent next workJens Axboe2019-11-251-2/+14
* | io_uring: allow finding next link independent of req reference countJens Axboe2019-11-251-5/+15
* | io_uring: io_allocate_scq_urings() should return a sane stateJens Axboe2019-11-251-2/+8
* | io_uring: Always REQ_F_FREE_SQE for allocated sqePavel Begunkov2019-11-251-27/+22
* | io_uring: io_fail_links() should only consider first linked timeoutJens Axboe2019-11-251-3/+4
* | io_uring: Fix leaking linked timeoutsPavel Begunkov2019-11-251-0/+1
* | io_uring: remove redundant checkPavel Begunkov2019-11-251-4/+0
* | io_uring: break links for failed deferPavel Begunkov2019-11-251-0/+4
* | io_uring: request cancellations should break linksJens Axboe2019-11-251-0/+6
* | io_uring: correct poll cancel and linked timeout expiration completionJens Axboe2019-11-251-11/+22
* | io_uring: remove dead REQ_F_SEQ_PREV flagJens Axboe2019-11-251-1/+0
* | io_uring: fix sequencing issues with linked timeoutsJens Axboe2019-11-251-41/+61
* | io_uring: make req->timeout be dynamically allocatedJens Axboe2019-11-251-59/+70
* | io_uring: make io_double_put_req() use normal completion pathJens Axboe2019-11-251-2/+14