summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov
2023-04-14io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov
2023-04-12io_uring/rsrc: consolidate node cachingPavel Begunkov
2023-04-12io_uring: shut io_prep_async_work warningPavel Begunkov
2023-04-06io_uring: optimise io_req_local_work_addPavel Begunkov
2023-04-06io_uring: refactor __io_cq_unlock_post_flush()Pavel Begunkov
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov
2023-04-06io_uring: inline llist_add()Pavel Begunkov
2023-04-06io_uring: add tw add flagsPavel Begunkov
2023-04-06io_uring: refactor io_cqring_wake()Pavel Begunkov
2023-04-06io_uring: optimize local tw add ctx pinningPavel Begunkov
2023-04-06io_uring: move pinning out of io_req_local_work_addPavel Begunkov
2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov
2023-04-04io_uring/rsrc: add lockdep sanity checksPavel Begunkov
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov
2023-04-04io_uring/rsrc: don't offload node freePavel Begunkov
2023-04-04io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov
2023-04-04io_uring/rsrc: protect node refs with uring_lockPavel Begunkov
2023-04-04io_uring: io_free_req() via twPavel Begunkov
2023-04-04io_uring: don't put nodes under spinlocksPavel Begunkov
2023-04-03io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe
2023-04-03io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2023-04-03io_uring: remove extra tw trylocksPavel Begunkov
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe
2023-04-03io_uring: Adjust mapping wrt architecture aliasing requirementsHelge Deller
2023-04-03io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need itJens Axboe
2023-04-01io_uring: fix memory leak when removing provided buffersWojciech Lukowicz
2023-03-09io_uring: silence variable ‘prev’ set but not used warningJens Axboe
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi
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: 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-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett
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