aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-111/+237
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov1-2/+2
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov1-0/+1
2023-04-14io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei1-1/+1
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov1-3/+2
2023-04-12io_uring/rsrc: consolidate node cachingPavel Begunkov1-2/+0
2023-04-12io_uring: shut io_prep_async_work warningPavel Begunkov1-1/+1
2023-04-06io_uring: optimise io_req_local_work_addPavel Begunkov1-8/+16
2023-04-06io_uring: refactor __io_cq_unlock_post_flush()Pavel Begunkov1-10/+12
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov1-21/+47
2023-04-06io_uring: inline llist_add()Pavel Begunkov1-1/+8
2023-04-06io_uring: add tw add flagsPavel Begunkov1-3/+4
2023-04-06io_uring: refactor io_cqring_wake()Pavel Begunkov1-4/+2
2023-04-06io_uring: optimize local tw add ctx pinningPavel Begunkov1-2/+6
2023-04-06io_uring: move pinning out of io_req_local_work_addPavel Begunkov1-7/+4
2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov1-3/+6
2023-04-04io_uring/rsrc: add lockdep sanity checksPavel Begunkov1-2/+2
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov1-2/+9
2023-04-04io_uring/rsrc: don't offload node freePavel Begunkov1-6/+0
2023-04-04io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov1-1/+0
2023-04-04io_uring/rsrc: protect node refs with uring_lockPavel Begunkov1-6/+12
2023-04-04io_uring: io_free_req() via twPavel Begunkov1-1/+7
2023-04-04io_uring: don't put nodes under spinlocksPavel Begunkov1-2/+5
2023-04-03io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe1-1/+1
2023-04-03io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe1-2/+1
2023-04-03io_uring: encapsulate task_work statePavel Begunkov1-35/+36
2023-04-03io_uring: remove extra tw trylocksPavel Begunkov1-2/+1
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao1-2/+2
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe1-1/+12
2023-04-03io_uring: Adjust mapping wrt architecture aliasing requirementsHelge Deller1-0/+51
2023-04-03io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need itJens Axboe1-1/+7
2023-04-01io_uring: fix memory leak when removing provided buffersWojciech Lukowicz1-1/+1
2023-03-09io_uring: silence variable ‘prev’ set but not used warningJens Axboe1-2/+2
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-16/+16
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe1-9/+9
2023-02-22io_uring: consolidate the put_ref-and-return section of adding workJens Axboe1-6/+6
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett1-7/+26
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 Begunkov1-4/+3
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