summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
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
2020-04-03io_uring: retry poll if we got woken with non-matching maskJens Axboe
2020-04-01io_uring: add missing finish_wait() in io_sq_thread()Hillf Danton
2020-03-31io_uring: refactor file register/unregister/update handlingXiaoguang Wang
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27io_uring: cleanup io_alloc_async_ctx()Xiaoguang Wang
2020-03-24io_uring: fix missing 'return' in commentChucheng Luo
2020-03-23io-uring: drop 'free_pfile' in struct io_file_putHillf Danton
2020-03-23io-uring: drop completion when removing fileHillf Danton
2020-03-22io_uring: Fix ->data corruption on re-enqueuePavel Begunkov
2020-03-20io_uring: honor original task RLIMIT_FSIZEJens Axboe