summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
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
2020-05-07io_uring: don't use 'fd' for openat/openat2/statxJens Axboe
2020-05-05io_uring: handle -EFAULT properly in io_uring_setup()Xiaoguang Wang
2020-05-04io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()Xiaoguang Wang
2020-05-01io_uring: punt splice async because of inode mutexPavel Begunkov
2020-05-01io_uring: check non-sync defer_list carefullyPavel Begunkov
2020-05-01io_uring: fix extra put in sync_file_range()Pavel Begunkov
2020-04-30io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()Xiaoguang Wang
2020-04-30io_uring: use proper references for fallback_req lockingBijan Mottahedeh
2020-04-30io_uring: only force async punt if poll based retry can't handle itJens Axboe
2020-04-30io_uring: enable poll retry for any file with ->read_iter / ->write_iterJens Axboe
2020-04-27io_uring: statx must grab the file table for valid fdJens Axboe
2020-04-19io_uring: only restore req->work for req that needs do completionXiaoguang Wang
2020-04-14io_uring: don't count rqs failed after current onePavel Begunkov
2020-04-14io_uring: kill already cached timeout.seq_offsetPavel Begunkov
2020-04-14io_uring: fix cached_sq_head in io_timeout()Pavel Begunkov
2020-04-13io_uring: only post events in io_poll_remove_all() if we completed someJens Axboe
2020-04-13io_uring: io_async_task_func() should check and honor cancelationJens Axboe
2020-04-13io_uring: check for need to re-wait in polled async handlingJens Axboe
2020-04-12io_uring: correct O_NONBLOCK check for splice puntJens Axboe
2020-04-12io_uring: restore req->work when canceling poll requestXiaoguang Wang
2020-04-12io_uring: move all request init code in one placePavel Begunkov