aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-15/+11
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett1-7/+26
2023-02-10io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs1-0/+1
2023-02-06io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-02-03io_uring: use bvec_set_page to initialize a bvecChristoph Hellwig1-3/+1
2023-01-29io_uring: always go async for unsupported open flagsDylan Yudaken1-6/+12
2023-01-29io_uring: always go async for unsupported fadvise flagsDylan Yudaken1-10/+15
2023-01-29io_uring: for requests that require async, force itDylan Yudaken7-34/+33
2023-01-29io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it asyncDylan Yudaken1-3/+5
2023-01-29io_uring: add reschedule point to handle_tw_list()Jens Axboe1-1/+7
2023-01-29io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-01-29io_uring: return normal tw run linking optimisationPavel Begunkov1-0/+9
2023-01-29io_uring: refactor tctx_task_workPavel Begunkov1-8/+5
2023-01-29io_uring: refactor io_put_task helpersPavel Begunkov1-5/+12
2023-01-29io_uring: refactor req allocationPavel Begunkov3-14/+15
2023-01-29io_uring: improve io_get_sqePavel Begunkov1-5/+5
2023-01-29io_uring: kill outdated comment about overflow flushPavel Begunkov1-1/+0
2023-01-29io_uring: use user visible tail in io_uring_poll()Pavel Begunkov1-1/+1
2023-01-29io_uring: pass in io_issue_def to io_assign_file()Jens Axboe1-4/+5
2023-01-29io_uring: Enable KASAN for request cacheBreno Leitao2-4/+10
2023-01-29io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+8
2023-01-29io_uring/msg-ring: ensure flags passing works for task_work completionsJens Axboe1-1/+6
2023-01-29io_uring: Split io_issue_def structBreno Leitao4-115/+238
2023-01-29io_uring: Rename struct io_op_defBreno Leitao5-25/+25
2023-01-29io_uring: refactor __io_req_complete_postPavel Begunkov1-2/+2
2023-01-29io_uring: simplify fallback executionPavel Begunkov1-8/+6
2023-01-29io_uring: don't export io_put_task()Pavel Begunkov2-11/+10
2023-01-29io_uring: return back links tw run optimisationPavel Begunkov1-1/+4
2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu3-8/+5
2023-01-29io_uring: optimise deferred tw executionPavel Begunkov1-17/+7
2023-01-29io_uring: add io_req_local_work_add wake fast pathPavel Begunkov1-1/+6
2023-01-29io_uring: waitqueue-less cq waitingPavel Begunkov1-7/+12
2023-01-29io_uring: wake up optimisationsPavel Begunkov1-1/+20
2023-01-29io_uring: add lazy poll_wq activationPavel Begunkov2-5/+62
2023-01-29io_uring: separate wq for ring pollingPavel Begunkov2-1/+11
2023-01-29io_uring: move io_run_local_work_lockedPavel Begunkov2-18/+17
2023-01-29io_uring: mark io_run_local_work staticPavel Begunkov2-2/+1
2023-01-29io_uring: don't set TASK_RUNNING in local tw runnerPavel Begunkov1-3/+2
2023-01-29io_uring: refactor io_wake_functionPavel Begunkov1-4/+2
2023-01-29io_uring: remove excessive unlikely on IS_ERRDmitrii Bundin1-1/+1
2023-01-29io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao1-5/+19
2023-01-29io_uring: keep timeout in io_wait_queuePavel Begunkov1-14/+14
2023-01-29io_uring: optimise non-timeout waitingPavel Begunkov1-1/+3
2023-01-29io_uring: set TASK_RUNNING right after schedulePavel Begunkov1-3/+2
2023-01-29io_uring: simplify io_has_workPavel Begunkov1-2/+1
2023-01-29io_uring: mimimise io_cqring_wait_schedulePavel Begunkov1-16/+23
2023-01-29io_uring: parse check_cq out of wq waitingPavel Begunkov1-14/+18
2023-01-29io_uring: move defer tw task checksPavel Begunkov2-9/+11
2023-01-29io_uring: kill io_run_task_work_ctxPavel Begunkov2-21/+5