summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* 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-04-301-1/+1
* io_uring: use proper references for fallback_req lockingBijan Mottahedeh2020-04-301-2/+2
* io_uring: only force async punt if poll based retry can't handle itJens Axboe2020-04-301-2/+4
* io_uring: enable poll retry for any file with ->read_iter / ->write_iterJens Axboe2020-04-301-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-141-3/+3
* io_uring: kill already cached timeout.seq_offsetPavel Begunkov2020-04-141-6/+3
* io_uring: fix cached_sq_head in io_timeout()Pavel Begunkov2020-04-141-7/+8
* io_uring: only post events in io_poll_remove_all() if we completed someJens Axboe2020-04-131-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-121-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-091-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-051-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
* io_uring: retry poll if we got woken with non-matching maskJens Axboe2020-04-031-0/+12
* io_uring: add missing finish_wait() in io_sq_thread()Hillf Danton2020-04-011-0/+1
* io_uring: refactor file register/unregister/update handlingXiaoguang Wang2020-03-311-80/+124
* Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-609/+1406
|\
| * io_uring: cleanup io_alloc_async_ctx()Xiaoguang Wang2020-03-271-3/+9
| * io_uring: fix missing 'return' in commentChucheng Luo2020-03-241-1/+1
| * io-uring: drop 'free_pfile' in struct io_file_putHillf Danton2020-03-231-24/+10
| * io-uring: drop completion when removing fileHillf Danton2020-03-231-8/+5