summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09io_uring: get rid of __req_need_defer()Jens Axboe1-10/+6
2020-07-09io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang1-1/+3
2020-07-09io_uring: export cq overflow status to userspaceXiaoguang Wang1-2/+9
2020-07-09io_uring: only call kfree() for a non-zero pointerJens Axboe1-1/+2
2020-07-08io_uring: fix a use after free in io_async_task_func()Dan Carpenter1-1/+2
2020-07-07io_uring: don't burn CPU for iopoll on exitPavel Begunkov1-12/+11
2020-07-07io_uring: remove nr_events arg from iopoll_check()Pavel Begunkov1-7/+5
2020-07-07io_uring: partially inline io_iopoll_getevents()Pavel Begunkov1-3/+3
2020-07-06io_uring: briefly loose locks while reaping eventsPavel Begunkov1-1/+6
2020-07-06io_uring: fix stopping iopoll'ing too earlyPavel Begunkov1-7/+2
2020-07-06io_uring: don't delay iopoll'ed req completionPavel Begunkov1-0/+4
2020-07-06io_uring: fix lost cqe->flagsPavel Begunkov1-1/+2
2020-07-06io_uring: keep queue_sqe()'s fail path separatelyPavel Begunkov1-12/+11
2020-07-06io_uring: fix mis-refcounting linked timeoutsPavel Begunkov1-26/+7
2020-07-06io_uring: use new io_req_task_work_add() helper throughoutJens Axboe1-40/+37
2020-07-06io_uring: abstract out task work runningJens Axboe1-17/+19
2020-07-06Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe1-6/+37
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-06-30io_uring: use signal based task_work runningJens Axboe1-8/+24
2020-06-30io_uring: fix missing ->mm on exitPavel Begunkov1-6/+8
2020-06-30io_uring: optimise io_req_find_next() fast checkPavel Begunkov1-4/+8
2020-06-30io_uring: simplify io_async_task_func()Pavel Begunkov1-24/+5
2020-06-30io_uring: fix NULL mm in io_poll_task_func()Pavel Begunkov1-7/+2
2020-06-30io_uring: don't fail iopoll requeue without ->mmPavel Begunkov1-3/+1
2020-06-30io_uring: clean up io_kill_linked_timeout() lockingJens Axboe1-11/+21
2020-06-30io_uring: do grab_env() just before puntingPavel Begunkov1-24/+29
2020-06-30io_uring: factor out grab_env() from defer_prep()Pavel Begunkov1-8/+7
2020-06-30io_uring: do init work in grab_env()Pavel Begunkov1-5/+3
2020-06-30io_uring: don't pass def into io_req_work_grab_envPavel Begunkov1-4/+5
2020-06-30io_uring: fix potential use after free on fallback request freePavel Begunkov1-2/+5
2020-06-30io_uring: kill REQ_F_TIMEOUT_NOSEQPavel Begunkov1-7/+8
2020-06-30io_uring: kill REQ_F_TIMEOUTPavel Begunkov1-4/+0
2020-06-30io_uring: replace find_next() out param with retPavel Begunkov1-18/+18
2020-06-30io_uring: deduplicate freeing linked timeoutsPavel Begunkov1-49/+58
2020-06-29io_uring: fix missing wake_up io_rw_reissue()Pavel Begunkov1-1/+3
2020-06-28io_uring: fix iopoll -EAGAIN handlingPavel Begunkov1-7/+4
2020-06-28io_uring: do task_work_run() during iopollPavel Begunkov1-0/+2
2020-06-28io_uring: clean up req->result setting by rwPavel Begunkov1-7/+2
2020-06-28io_uring: kill REQ_F_LINK_NEXTPavel Begunkov1-8/+1
2020-06-28io_uring: cosmetic changes for batch freePavel Begunkov1-32/+37
2020-06-28io_uring: batch-free linked requests as wellPavel Begunkov1-10/+16
2020-06-28io_uring: dismantle req early and remove need_iterPavel Begunkov1-11/+3
2020-06-28io_uring: remove inflight batching in free_many()Pavel Begunkov1-33/+8
2020-06-28io_uring: fix refs underflow in io_iopoll_queue()Pavel Begunkov1-1/+0
2020-06-28io_uring: fix missing io_grab_files()Pavel Begunkov1-7/+7
2020-06-28io_uring: don't mark link's head for_asyncPavel Begunkov1-1/+1
2020-06-28io_uring: fix feeding io-wq with uninit reqsPavel Begunkov1-5/+10
2020-06-28io_uring: fix punting req w/o grabbed envPavel Begunkov1-6/+2
2020-06-28io_uring: fix req->work corruptionPavel Begunkov1-1/+1
2020-06-27io_uring: fix function args for !CONFIG_NETRandy Dunlap1-6/+12