summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()Jens Axboe
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter
2023-02-24io_uring/rsrc: always initialize 'folio' to NULLJens Axboe
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22io_uring/rsrc: optimise registered huge pagesPavel Begunkov
2023-02-22io_uring/rsrc: optimise single entry advancePavel Begunkov
2023-02-22io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov
2023-02-22io_uring: remove unused wq_list_mergePavel Begunkov
2023-02-22io_uring: fix size calculation when registering buf ringWojciech Lukowicz
2023-02-22io_uring/rsrc: fix a comment in io_import_fixed()Pavel Begunkov
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe
2023-02-22io_uring: consolidate the put_ref-and-return section of adding workJens Axboe
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett
2023-02-10io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs
2023-02-06io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe
2023-02-03io_uring: use bvec_set_page to initialize a bvecChristoph Hellwig
2023-01-29io_uring: always go async for unsupported open flagsDylan Yudaken
2023-01-29io_uring: always go async for unsupported fadvise flagsDylan Yudaken
2023-01-29io_uring: for requests that require async, force itDylan Yudaken
2023-01-29io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it asyncDylan Yudaken
2023-01-29io_uring: add reschedule point to handle_tw_list()Jens Axboe
2023-01-29io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe
2023-01-29io_uring: return normal tw run linking optimisationPavel Begunkov
2023-01-29io_uring: refactor tctx_task_workPavel Begunkov
2023-01-29io_uring: refactor io_put_task helpersPavel Begunkov
2023-01-29io_uring: refactor req allocationPavel Begunkov
2023-01-29io_uring: improve io_get_sqePavel Begunkov
2023-01-29io_uring: kill outdated comment about overflow flushPavel Begunkov
2023-01-29io_uring: use user visible tail in io_uring_poll()Pavel Begunkov
2023-01-29io_uring: pass in io_issue_def to io_assign_file()Jens Axboe
2023-01-29io_uring: Enable KASAN for request cacheBreno Leitao
2023-01-29io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe
2023-01-29io_uring/msg-ring: ensure flags passing works for task_work completionsJens Axboe
2023-01-29io_uring: Split io_issue_def structBreno Leitao
2023-01-29io_uring: Rename struct io_op_defBreno Leitao
2023-01-29io_uring: refactor __io_req_complete_postPavel Begunkov
2023-01-29io_uring: simplify fallback executionPavel Begunkov
2023-01-29io_uring: don't export io_put_task()Pavel Begunkov
2023-01-29io_uring: return back links tw run optimisationPavel Begunkov
2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu
2023-01-29io_uring: optimise deferred tw executionPavel Begunkov
2023-01-29io_uring: add io_req_local_work_add wake fast pathPavel Begunkov
2023-01-29io_uring: waitqueue-less cq waitingPavel Begunkov
2023-01-29io_uring: wake up optimisationsPavel Begunkov