summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * io_uring: optimise use of ctx->drain_nextPavel Begunkov2020-01-211-20/+21
| * io_uring: add support for probing opcodesJens Axboe2020-01-211-2/+51
| * io_uring: account fixed file references correctly in batchJens Axboe2020-01-211-5/+9
| * io_uring: add opcode to issue trace eventJens Axboe2020-01-211-1/+2
| * io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-211-6/+63
| * io_uring: remove 'fname' from io_open structureJens Axboe2020-01-211-5/+6
| * io_uring: add 'struct open_how' to the openat request contextJens Axboe2020-01-211-9/+8
| * io_uring: enable option to only trigger eventfd for async completionsJens Axboe2020-01-211-1/+16
| * io_uring: change io_ring_ctx bool fields into bit fieldsJens Axboe2020-01-211-7/+7
| * io_uring: file set registration should use interruptible waitsJens Axboe2020-01-211-2/+8
| * io_uring: Remove unnecessary null checkYueHaibing2020-01-211-2/+1
| * io_uring: add support for send(2) and recv(2)Jens Axboe2020-01-211-5/+135
| * io_uring: remove extra io_wq_current_is_worker()Pavel Begunkov2020-01-211-2/+1
| * io_uring: optimise commit_sqring() for common casePavel Begunkov2020-01-211-8/+6
| * io_uring: optimise head checks in io_get_sqring()Pavel Begunkov2020-01-211-9/+4
| * io_uring: clamp to_submit in io_submit_sqes()Pavel Begunkov2020-01-211-2/+2
| * io_uring: add support for IORING_SETUP_CLAMPJens Axboe2020-01-211-3/+14
| * io_uring: extend batch freeing to cover more casesJens Axboe2020-01-211-31/+69
| * io_uring: wrap multi-req freeing in struct req_batchJens Axboe2020-01-211-34/+31
| * io_uring: batch getting pcpu referencesPavel Begunkov2020-01-211-9/+17
| * io_uring: add IORING_OP_MADVISEJens Axboe2020-01-211-0/+59
| * io_uring: add IORING_OP_FADVISEJens Axboe2020-01-211-0/+53
| * io_uring: allow use of offset == -1 to mean file positionJens Axboe2020-01-211-1/+10
| * io_uring: add non-vectored read/write commandsJens Axboe2020-01-211-0/+23
| * io_uring: improve poll completion performanceJens Axboe2020-01-211-20/+88
| * io_uring: split overflow state into SQ and CQ sideJens Axboe2020-01-211-13/+27
| * io_uring: add lookup table for various opcode needsJens Axboe2020-01-211-53/+155
| * io_uring: remove two unnecessary function declarationsJens Axboe2020-01-211-2/+0
| * io_uring: move *queue_link_head() from common pathPavel Begunkov2020-01-211-17/+15
| * io_uring: rename prev to headPavel Begunkov2020-01-211-5/+5
| * io_uring: add IOSQE_ASYNCJens Axboe2020-01-211-2/+14
| * io_uring: add support for IORING_OP_STATXJens Axboe2020-01-211-1/+85
| * io_uring: avoid ring quiesce for fixed file set unregister and updateJens Axboe2020-01-211-135/+350
| * io_uring: add support for IORING_OP_CLOSEJens Axboe2020-01-211-0/+109
| * io-wq: add support for uncancellable workJens Axboe2020-01-211-1/+4
| * io_uring: add support for IORING_OP_OPENATJens Axboe2020-01-211-2/+93
| * io_uring: add support for fallocate()Jens Axboe2020-01-211-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-211-1/+3
* io_uring: only allow submit from owning taskJens Axboe2020-01-171-0/+6
* io_uring: ensure workqueue offload grabs ring mutex for poll listJens Axboe2020-01-161-0/+9
* io_uring: clear req->result always before issuing a read/write requestBijan Mottahedeh2020-01-161-0/+2
* io_uring: be consistent in assigning next work from handlerJens Axboe2020-01-151-24/+28
* io_uring: don't setup async context for read/write fixedJens Axboe2020-01-141-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