summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-08-19io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe
2020-08-19io_uring: enable lookup of links holding inflight filesJens Axboe
2020-08-19io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe
2020-08-19io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang
2020-08-19io_uring: sanitize double poll handlingJens Axboe
2020-08-19io_uring: fail poll arm on queue proc failureJens Axboe
2020-08-19io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe
2020-08-19io_uring: set ctx sq/cq entry count earlierJens Axboe
2020-08-19io_uring: fix stalled deferred requestsPavel Begunkov
2020-08-19io_uring: fix racy overflow count reportingPavel Begunkov
2020-08-19io_uring: fix req->work corruptionPavel Begunkov
2020-08-19io_uring: fix sq array offset calculationDmitry Vyukov
2020-08-19io_uring: abstract out task work runningJens Axboe
2020-08-11io_uring: fix lockup in io_fail_links()Pavel Begunkov
2020-08-05io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano
2020-07-31io_uring: ensure double poll additions work with both request typesJens Axboe
2020-07-22io_uring: fix recvmsg memory leak with buffer selectionPavel Begunkov
2020-07-16io_uring: fix missing msg_name assignmentPavel Begunkov
2020-07-16io_uring: fix memleak in io_sqe_files_register()Yang Yingliang
2020-07-16io_uring: account user memory freed when exit has been queuedJens Axboe
2020-07-16io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang
2020-07-09io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe
2020-07-09io_uring: use signal based task_work runningJens Axboe
2020-07-09io_uring: fix current->mm NULL dereference on exitPavel Begunkov
2020-07-09io_uring: fix io_sq_thread no schedule when busyXuan Zhuo
2020-07-09io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov
2020-06-30io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov
2020-06-24io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang
2020-06-24io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe
2020-06-24io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe
2020-06-24io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang
2020-06-24io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang
2020-06-24io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang
2020-06-22io_uring: fix overflowed reqs cancellationPavel Begunkov
2020-06-22io_uring: allow POLL_ADD with double poll_wait() usersJens Axboe
2020-06-22io_uring: cleanup io_poll_remove_one() logicJens Axboe
2020-06-17io_uring: allow O_NONBLOCK async retryJens Axboe
2020-06-17io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-17io_uring: re-set iov base/len for buffer select retryJens Axboe
2020-06-17io_uring: fix flush req->refs underflowPavel Begunkov
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang
2020-05-19io_uring: don't add non-IO requests to iopoll pending listJens Axboe
2020-05-19io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh
2020-05-18io_uring: cancel work if task_work_add() failsJens Axboe
2020-05-17io_uring: remove dead check in io_splice()Jens Axboe
2020-05-17io_uring: fix FORCE_ASYNC req preparationPavel Begunkov
2020-05-17io_uring: don't prepare DRAIN reqs twicePavel Begunkov
2020-05-17io_uring: initialize ctx->sqo_wait earlierJens Axboe
2020-05-13io_uring: polled fixed file must go through free iterationJens Axboe
2020-05-09io_uring: fix zero len do_splice()Pavel Begunkov