summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
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
2020-04-12io_uring: keep all sqe->flags in req->flagsPavel Begunkov
2020-04-12io_uring: early submission req fail codePavel Begunkov
2020-04-12io_uring: track mm through current->mmPavel Begunkov
2020-04-12io_uring: remove obsolete @mm_faultPavel Begunkov
2020-04-09io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe
2020-04-09io_uring: fix fs cleanup on cqe overflowPavel Begunkov
2020-04-08io_uring: don't read user-shared sqe flags twicePavel Begunkov
2020-04-08io_uring: remove req init from io_get_req()Pavel Begunkov
2020-04-08io_uring: alloc req only after getting sqePavel Begunkov
2020-04-08io_uring: simplify io_get_sqringPavel Begunkov
2020-04-08io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang
2020-04-08io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe
2020-04-07io_uring: initialize fixed_file_data lockXiaoguang Wang
2020-04-07io_uring: remove redundant variable pointer nxt and io_wq_assign_next callColin Ian King
2020-04-05io_uring: fix ctx refcounting in io_submit_sqes()Pavel Begunkov
2020-04-03io_uring: process requests completed with -EAGAIN on poll listBijan Mottahedeh
2020-04-03io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe
2020-04-03io_uring: grab task reference for poll requestsJens Axboe