summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-08io_uring: get rid of unnecessary 'length' variableJens Axboe1-4/+1
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe1-1/+3
2023-06-02io_uring: avoid indirect function calls for the hottest task_workJens Axboe1-2/+7
2023-05-19io_uring: maintain ordering for DEFER_TASKRUN tw listJens Axboe1-1/+5
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett1-15/+22
2023-05-16io_uring: support for user allocated memory for rings/sqesJens Axboe1-9/+97
2023-05-16io_uring: add ring freeing helperJens Axboe1-6/+11
2023-05-16io_uring: return error pointer from io_mem_alloc()Jens Axboe1-6/+12
2023-05-16io_uring: remove sq/cq_off memsetJens Axboe1-2/+4
2023-05-15io_uring: rely solely on FMODE_NOWAITJens Axboe1-21/+0
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-07io_uring: optimise io_req_local_work_addPavel Begunkov1-8/+16
2023-04-07io_uring: refactor __io_cq_unlock_post_flush()Pavel Begunkov1-10/+12
2023-04-07io_uring: reduce scheduling due to twPavel Begunkov1-21/+47
2023-04-07io_uring: inline llist_add()Pavel Begunkov1-1/+8
2023-04-07io_uring: add tw add flagsPavel Begunkov1-3/+4
2023-04-07io_uring: refactor io_cqring_wake()Pavel Begunkov1-4/+2
2023-04-07io_uring: optimize local tw add ctx pinningPavel Begunkov1-2/+6
2023-04-07io_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-02io_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-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus 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-30io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it asyncDylan Yudaken1-3/+5