summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: reinforce cancel on flush during exitPavel Begunkov2021-01-281-2/+1
* io_uring: fix sqo ownership false positive warningPavel Begunkov2021-01-281-2/+0
* io_uring: fix list corruption for splice file_getPavel Begunkov2021-01-281-1/+2
* io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu2021-01-271-2/+6
* io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov2021-01-261-8/+2
* io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov2021-01-261-17/+22
* io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEPavel Begunkov2021-01-261-6/+5
* io_uring: only call io_cqring_ev_posted() if events were postedJens Axboe2021-01-241-3/+7
* io_uring: if we see flush on exit, cancel related tasksJens Axboe2021-01-241-1/+8
* io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe2021-01-241-10/+26
* io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov2021-01-241-5/+5
* io_uring: fix short read retries for non-reg filesPavel Begunkov2021-01-221-1/+1
* io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe2021-01-221-1/+2
* io_uring: fix skipping disabling sqo on execPavel Begunkov2021-01-161-0/+4
* io_uring: fix uring_flush in exit_files() warningPavel Begunkov2021-01-161-1/+4
* io_uring: fix false positive sqo warning on flushPavel Begunkov2021-01-161-2/+1
* io_uring: iopoll requests should also wake task ->in_idle stateJens Axboe2021-01-161-0/+4
* io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()Jens Axboe2021-01-151-0/+1
* io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez2021-01-151-4/+30
* io_uring: do sqo disable on install_fd errorPavel Begunkov2021-01-131-0/+1
* io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov2021-01-131-1/+2
* io_uring: don't take files/mm for a dead taskPavel Begunkov2021-01-111-0/+5
* io_uring: drop mm and files after task_work_runPavel Begunkov2021-01-111-0/+2
* io_uring: stop SQPOLL submit on creator's deathPavel Begunkov2021-01-091-9/+53
* io_uring: add warn_once for io_uring_flush()Pavel Begunkov2021-01-091-4/+10
* io_uring: inline io_uring_attempt_task_drop()Pavel Begunkov2021-01-091-18/+11
* io_uring: io_rw_reissue lockdep annotationsPavel Begunkov2021-01-091-0/+2
* io_uring: synchronise ev_posted() with waitqueuesPavel Begunkov2021-01-071-2/+8
* io_uring: dont kill fasync under completion_lockPavel Begunkov2021-01-071-5/+8
* io_uring: trigger eventfd for IOPOLLPavel Begunkov2021-01-071-2/+11
* io_uring: Fix return value from alloc_fixed_file_ref_nodeMatthew Wilcox (Oracle)2021-01-061-6/+6
* io_uring: Delete useless variable ‘id’ in io_prep_async_workYe Bin2021-01-051-2/+0
* io_uring: cancel more aggressively in exit_workPavel Begunkov2021-01-041-4/+9
* io_uring: drop file refs after task cancelPavel Begunkov2021-01-041-9/+16
* io_uring: patch up IOPOLL overflow_flush syncPavel Begunkov2021-01-041-37/+41
* io_uring: synchronise IOPOLL on task_submit failPavel Begunkov2021-01-041-6/+7
* io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov2020-12-301-2/+22
* io_uring: add a helper for setting a ref nodePavel Begunkov2020-12-301-10/+12
* io_uring: don't assume mm is constant across submitsJens Axboe2020-12-291-7/+7
* io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...Xiaoguang Wang2020-12-221-10/+19
* io_uring: fix double io_uring freePavel Begunkov2020-12-221-32/+39
* io_uring: fix ignoring xa_store errorsPavel Begunkov2020-12-211-3/+7
* io_uring: end waiting before task cancel attemptsPavel Begunkov2020-12-201-1/+1
* io_uring: always progress task_work on task cancelPavel Begunkov2020-12-201-1/+1
* io_uring: make ctx cancel on exit targeted to actual ctxJens Axboe2020-12-201-1/+8
* io_uring: fix 0-iov read buffer selectPavel Begunkov2020-12-191-3/+1
* io_uring: close a small race gap for files cancelPavel Begunkov2020-12-181-4/+4
* io_uring: limit {io|sq}poll submit locking scopePavel Begunkov2020-12-171-3/+6
* io_uring: inline io_cqring_mark_overflow()Pavel Begunkov2020-12-171-13/+9
* io_uring: consolidate CQ nr events calculationPavel Begunkov2020-12-171-9/+8