summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: reset -EBUSY error when io sq thread is waken upXiaoguang Wang2020-05-201-0/+1
* io_uring: don't add non-IO requests to iopoll pending listJens Axboe2020-05-201-1/+2
* io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh2020-05-201-8/+8
* io_uring: cancel work if task_work_add() failsJens Axboe2020-05-181-3/+5
* io_uring: remove dead check in io_splice()Jens Axboe2020-05-171-4/+1
* io_uring: fix FORCE_ASYNC req preparationPavel Begunkov2020-05-171-3/+9
* io_uring: don't prepare DRAIN reqs twicePavel Begunkov2020-05-171-6/+7
* io_uring: initialize ctx->sqo_wait earlierJens Axboe2020-05-171-1/+1
* io_uring: polled fixed file must go through free iterationJens Axboe2020-05-131-5/+1
* io_uring: fix zero len do_splice()Pavel Begunkov2020-05-091-4/+7
* io_uring: don't use 'fd' for openat/openat2/statxJens Axboe2020-05-071-25/+7
* io_uring: handle -EFAULT properly in io_uring_setup()Xiaoguang Wang2020-05-051-13/+11
* io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()Xiaoguang Wang2020-05-041-5/+4
* io_uring: punt splice async because of inode mutexPavel Begunkov2020-05-011-14/+2
* io_uring: check non-sync defer_list carefullyPavel Begunkov2020-05-011-1/+1
* io_uring: fix extra put in sync_file_range()Pavel Begunkov2020-05-011-1/+1
* io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()Xiaoguang Wang2020-05-011-1/+1
* io_uring: use proper references for fallback_req lockingBijan Mottahedeh2020-05-011-2/+2
* io_uring: only force async punt if poll based retry can't handle itJens Axboe2020-05-011-2/+4
* io_uring: enable poll retry for any file with ->read_iter / ->write_iterJens Axboe2020-05-011-7/+13
* io_uring: statx must grab the file table for valid fdJens Axboe2020-04-271-2/+10
* io_uring: only restore req->work for req that needs do completionXiaoguang Wang2020-04-191-5/+5
* io_uring: don't count rqs failed after current onePavel Begunkov2020-04-151-3/+3
* io_uring: kill already cached timeout.seq_offsetPavel Begunkov2020-04-151-6/+3
* io_uring: fix cached_sq_head in io_timeout()Pavel Begunkov2020-04-151-7/+8
* io_uring: only post events in io_poll_remove_all() if we completed someJens Axboe2020-04-141-3/+4
* io_uring: io_async_task_func() should check and honor cancelationJens Axboe2020-04-131-0/+15
* io_uring: check for need to re-wait in polled async handlingJens Axboe2020-04-131-14/+29
* io_uring: correct O_NONBLOCK check for splice puntJens Axboe2020-04-131-1/+1
* io_uring: restore req->work when canceling poll requestXiaoguang Wang2020-04-121-0/+10
* io_uring: move all request init code in one placePavel Begunkov2020-04-121-52/+52
* io_uring: keep all sqe->flags in req->flagsPavel Begunkov2020-04-121-10/+13
* io_uring: early submission req fail codePavel Begunkov2020-04-121-31/+19
* io_uring: track mm through current->mmPavel Begunkov2020-04-121-21/+16
* io_uring: remove obsolete @mm_faultPavel Begunkov2020-04-121-3/+1
* io_uring: punt final io_ring_ctx wait-and-free to workqueueJens Axboe2020-04-101-2/+16
* io_uring: fix fs cleanup on cqe overflowPavel Begunkov2020-04-091-1/+1
* io_uring: don't read user-shared sqe flags twicePavel Begunkov2020-04-081-12/+8
* io_uring: remove req init from io_get_req()Pavel Begunkov2020-04-081-26/+27
* io_uring: alloc req only after getting sqePavel Begunkov2020-04-081-15/+9
* io_uring: simplify io_get_sqringPavel Begunkov2020-04-081-18/+22
* io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang2020-04-081-2/+3
* io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe2020-04-081-0/+2
* io_uring: initialize fixed_file_data lockXiaoguang Wang2020-04-071-0/+1
* io_uring: remove redundant variable pointer nxt and io_wq_assign_next callColin Ian King2020-04-071-3/+0
* io_uring: fix ctx refcounting in io_submit_sqes()Pavel Begunkov2020-04-061-1/+0
* io_uring: process requests completed with -EAGAIN on poll listBijan Mottahedeh2020-04-031-3/+26
* io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe2020-04-031-7/+0
* io_uring: use io-wq manager as backup task if task is exitingJens Axboe2020-04-031-4/+9
* io_uring: grab task reference for poll requestsJens Axboe2020-04-031-12/+7