summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * io_uring: keep queue_sqe()'s fail path separatelyPavel Begunkov2020-07-051-12/+11
| * io_uring: fix mis-refcounting linked timeoutsPavel Begunkov2020-07-051-26/+7
| * io_uring: use new io_req_task_work_add() helper throughoutJens Axboe2020-07-051-40/+37
| * io_uring: abstract out task work runningJens Axboe2020-07-051-17/+19
| * Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe2020-07-051-6/+37
| |\
| * | io_uring: fix missing ->mm on exitPavel Begunkov2020-06-301-6/+8
| * | io_uring: optimise io_req_find_next() fast checkPavel Begunkov2020-06-301-4/+8
| * | io_uring: simplify io_async_task_func()Pavel Begunkov2020-06-301-24/+5
| * | io_uring: fix NULL mm in io_poll_task_func()Pavel Begunkov2020-06-301-7/+2
| * | io_uring: don't fail iopoll requeue without ->mmPavel Begunkov2020-06-301-3/+1
| * | io_uring: clean up io_kill_linked_timeout() lockingJens Axboe2020-06-301-11/+21
| * | io_uring: do grab_env() just before puntingPavel Begunkov2020-06-301-24/+29
| * | io_uring: factor out grab_env() from defer_prep()Pavel Begunkov2020-06-301-8/+7
| * | io_uring: do init work in grab_env()Pavel Begunkov2020-06-301-5/+3
| * | io_uring: don't pass def into io_req_work_grab_envPavel Begunkov2020-06-301-4/+5
| * | io_uring: fix potential use after free on fallback request freePavel Begunkov2020-06-301-2/+5
| * | io_uring: kill REQ_F_TIMEOUT_NOSEQPavel Begunkov2020-06-301-7/+8
| * | io_uring: kill REQ_F_TIMEOUTPavel Begunkov2020-06-301-4/+0
| * | io_uring: replace find_next() out param with retPavel Begunkov2020-06-301-18/+18
| * | io_uring: deduplicate freeing linked timeoutsPavel Begunkov2020-06-301-49/+58
| * | io_uring: fix missing wake_up io_rw_reissue()Pavel Begunkov2020-06-291-1/+3
| * | io_uring: fix iopoll -EAGAIN handlingPavel Begunkov2020-06-281-7/+4
| * | io_uring: do task_work_run() during iopollPavel Begunkov2020-06-281-0/+2
| * | io_uring: clean up req->result setting by rwPavel Begunkov2020-06-281-7/+2
| * | io_uring: kill REQ_F_LINK_NEXTPavel Begunkov2020-06-281-8/+1
| * | io_uring: cosmetic changes for batch freePavel Begunkov2020-06-281-32/+37