summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2021-02-01io_uring: Fix NULL dereference in error in io_sqe_files_register()Dan Carpenter
2021-02-01io_uring: check kthread parked flag before sqthread goes to sleepHao Xu
2021-02-01io_uring: Add skip option for __io_sqe_files_updatenoah
2021-02-01io_uring: cleanup files_update loopingPavel Begunkov
2021-02-01io_uring: consolidate putting reqs taskPavel Begunkov
2021-02-01io_uring: ensure only sqo_task has file notesPavel Begunkov
2021-02-01io_uring: simplify io_remove_personalities()Yejune Deng
2021-02-01io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe
2021-02-01io_uring: get rid of intermediate IORING_OP_CLOSE stageJens Axboe
2021-02-01io_uring: save atomic dec for inline executed reqsPavel Begunkov
2021-02-01io_uring: don't flush CQEs deep down the stackPavel Begunkov
2021-02-01io_uring: help inlining of io_req_complete()Pavel Begunkov
2021-02-01io_uring: add a helper timeout mode calculationPavel Begunkov
2021-02-01io_uring: deduplicate failing task_work_addPavel Begunkov
2021-02-01io_uring: remove __io_state_file_putPavel Begunkov
2021-02-01io_uring: simplify io_alloc_req()Pavel Begunkov
2021-02-01io_uring: further deduplicate #CQ events calcPavel Begunkov
2021-02-01io_uring: inline __io_commit_cqring()Pavel Begunkov
2021-02-01io_uring: inline io_async_submit()Pavel Begunkov
2021-02-01io_uring: cleanup personalities under uring_lockPavel Begunkov
2021-02-01io_uring: refactor io_resubmit_prep()Pavel Begunkov
2021-02-01io_uring: optimise io_rw_reissue()Pavel Begunkov
2021-02-01io_uring: make percpu_ref_release names consistentBijan Mottahedeh
2021-02-01io_uring: create common fixed_rsrc_data allocation routinesBijan Mottahedeh
2021-02-01io_uring: create common fixed_rsrc_ref_node handling routinesBijan Mottahedeh
2021-02-01io_uring: split ref_node alloc and initPavel Begunkov
2021-02-01io_uring: split alloc_fixed_file_ref_nodeBijan Mottahedeh
2021-02-01io_uring: add rsrc_ref locking routinesBijan Mottahedeh
2021-02-01io_uring: separate ref_list from fixed_rsrc_dataBijan Mottahedeh
2021-02-01io_uring: generalize io_queue_rsrc_removalBijan Mottahedeh
2021-02-01io_uring: rename file related variables to rsrcBijan Mottahedeh
2021-02-01io_uring: modularize io_sqe_buffers_registerBijan Mottahedeh
2021-02-01io_uring: modularize io_sqe_buffer_registerBijan Mottahedeh
2021-02-01io_uring: enable LOOKUP_CACHED path resolution for filename lookupsJens Axboe
2021-01-28io_uring: reinforce cancel on flush during exitPavel Begunkov
2021-01-28io_uring: fix sqo ownership false positive warningPavel Begunkov
2021-01-28io_uring: fix list corruption for splice file_getPavel Begunkov
2021-01-27io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu
2021-01-26io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov
2021-01-26io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov
2021-01-26io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEPavel Begunkov
2021-01-24io_uring: only call io_cqring_ev_posted() if events were postedJens Axboe
2021-01-24io_uring: if we see flush on exit, cancel related tasksJens Axboe
2021-01-24io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe
2021-01-24io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov
2021-01-22io_uring: fix short read retries for non-reg filesPavel Begunkov
2021-01-22io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe
2021-01-16io_uring: fix skipping disabling sqo on execPavel Begunkov
2021-01-16io_uring: fix uring_flush in exit_files() warningPavel Begunkov
2021-01-16io_uring: fix false positive sqo warning on flushPavel Begunkov