summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * io_uring: de-unionise io_kiocbPavel Begunkov2020-07-301-45/+14
| * io_uring: fix missing io_queue_linked_timeout()Pavel Begunkov2020-07-251-13/+13
| * io_uring: mark ->work uninitialised after cleanupPavel Begunkov2020-07-251-1/+2
| * io_uring: deduplicate io_grab_files() callsPavel Begunkov2020-07-241-16/+16
| * io_uring: don't do opcode prep twicePavel Begunkov2020-07-241-1/+2
| * io_uring: clear IORING_SQ_NEED_WAKEUP after executing task worksXiaoguang Wang2020-07-241-10/+19
| * io_uring: batch put_task_struct()Pavel Begunkov2020-07-241-2/+27
| * io_uring: return locked and pinned page accountingPavel Begunkov2020-07-241-4/+5
| * io_uring: don't miscount pinned memoryPavel Begunkov2020-07-241-1/+1
| * io_uring: don't open-code recv kbuf managmentPavel Begunkov2020-07-241-14/+14
| * io_uring: extract io_put_kbuf() helperPavel Begunkov2020-07-241-7/+12
| * io_uring: move BUFFER_SELECT check into *recv[msg]Pavel Begunkov2020-07-241-12/+10
| * io_uring: free selected-bufs if error'edPavel Begunkov2020-07-241-41/+44
| * io_uring: don't forget cflags in io_recv()Pavel Begunkov2020-07-241-6/+4
| * io_uring: remove extra checks in send/recvPavel Begunkov2020-07-241-5/+5
| * io_uring: indent left {send,recv}[msg]()Pavel Begunkov2020-07-241-134/+131
| * io_uring: simplify file ref tracking in submission statePavel Begunkov2020-07-241-8/+4
| * io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov2020-07-241-13/+9
| * io_uring: alloc ->io in io_req_defer_prep()Pavel Begunkov2020-07-241-15/+7
| * io_uring: remove empty cleanup of OP_OPEN* reqsPavel Begunkov2020-07-241-3/+0
| * io_uring: inline io_req_work_grab_env()Pavel Begunkov2020-07-241-30/+20
| * io_uring: place cflags into completion dataPavel Begunkov2020-07-241-5/+5
| * io_uring: remove sequence from io_kiocbPavel Begunkov2020-07-241-14/+30
| * io_uring: use non-intrusive list for deferPavel Begunkov2020-07-241-7/+18
| * io_uring: remove init for unused listPavel Begunkov2020-07-241-1/+0
| * io_uring: add req->timeout.listPavel Begunkov2020-07-241-10/+12
| * io_uring: use completion list for CQ overflowPavel Begunkov2020-07-241-7/+8
| * io_uring: use inflight_entry list for iopoll'ingPavel Begunkov2020-07-241-11/+15
| * io_uring: rename ctx->poll into ctx->iopollPavel Begunkov2020-07-241-18/+18
| * io_uring: share completion list w/ per-op spacePavel Begunkov2020-07-241-7/+20
| * io_uring: follow **iovec idiom in io_import_iovecPavel Begunkov2020-07-241-6/+8
| * io_uring: add a helper for async rw iovec prepPavel Begunkov2020-07-241-26/+20
| * io_uring: simplify io_req_map_rw()Pavel Begunkov2020-07-241-7/+9
| * io_uring: replace rw->task_work with rq->task_workPavel Begunkov2020-07-241-27/+4
| * io_uring: extract io_sendmsg_copy_hdr()Pavel Begunkov2020-07-241-10/+11
| * io_uring: use more specific type in rcv/snd msg cpPavel Begunkov2020-07-241-32/+31
| * io_uring: rename sr->msg into umsgPavel Begunkov2020-07-241-9/+9
| * io_uring: fix sq array offset calculationDmitry Vyukov2020-07-241-3/+3
| * Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe2020-07-241-32/+74
| |\ | |/ |/|
| * io_uring: remove dead 'ctx' argument and move forward declarationJens Axboe2020-07-091-5/+4
| * io_uring: get rid of __req_need_defer()Jens Axboe2020-07-091-10/+6
| * io_uring: only call kfree() for a non-zero pointerJens Axboe2020-07-081-1/+2
| * io_uring: fix a use after free in io_async_task_func()Dan Carpenter2020-07-081-1/+2
| * io_uring: don't burn CPU for iopoll on exitPavel Begunkov2020-07-071-12/+11
| * io_uring: remove nr_events arg from iopoll_check()Pavel Begunkov2020-07-071-7/+5
| * io_uring: partially inline io_iopoll_getevents()Pavel Begunkov2020-07-071-3/+3
| * io_uring: briefly loose locks while reaping eventsPavel Begunkov2020-07-061-1/+6
| * io_uring: fix stopping iopoll'ing too earlyPavel Begunkov2020-07-061-7/+2
| * io_uring: don't delay iopoll'ed req completionPavel Begunkov2020-07-061-0/+4
| * io_uring: fix lost cqe->flagsPavel Begunkov2020-07-051-1/+2