summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-01-30io_uring: add reschedule point to handle_tw_list()Jens Axboe1-1/+7
2023-01-30io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-01-30io_uring: return normal tw run linking optimisationPavel Begunkov1-0/+9
2023-01-30io_uring: refactor tctx_task_workPavel Begunkov1-8/+5
2023-01-30io_uring: refactor io_put_task helpersPavel Begunkov1-5/+12
2023-01-30io_uring: refactor req allocationPavel Begunkov1-4/+3
2023-01-30io_uring: improve io_get_sqePavel Begunkov1-5/+5
2023-01-30io_uring: kill outdated comment about overflow flushPavel Begunkov1-1/+0
2023-01-30io_uring: use user visible tail in io_uring_poll()Pavel Begunkov1-1/+1
2023-01-30io_uring: pass in io_issue_def to io_assign_file()Jens Axboe1-4/+5
2023-01-30io_uring: Enable KASAN for request cacheBreno Leitao1-1/+2
2023-01-30io_uring: Split io_issue_def structBreno Leitao1-7/+8
2023-01-30io_uring: Rename struct io_op_defBreno Leitao1-13/+13
2023-01-30io_uring: refactor __io_req_complete_postPavel Begunkov1-2/+2
2023-01-30io_uring: simplify fallback executionPavel Begunkov1-8/+6
2023-01-30io_uring: don't export io_put_task()Pavel Begunkov1-1/+10
2023-01-30io_uring: return back links tw run optimisationPavel Begunkov1-1/+4
2023-01-30io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu1-5/+3
2023-01-30io_uring: optimise deferred tw executionPavel Begunkov1-17/+7
2023-01-30io_uring: add io_req_local_work_add wake fast pathPavel Begunkov1-1/+6
2023-01-30io_uring: waitqueue-less cq waitingPavel Begunkov1-7/+12
2023-01-30io_uring: wake up optimisationsPavel Begunkov1-1/+20
2023-01-30io_uring: add lazy poll_wq activationPavel Begunkov1-1/+59
2023-01-30io_uring: separate wq for ring pollingPavel Begunkov1-1/+2
2023-01-30io_uring: move io_run_local_work_lockedPavel Begunkov1-1/+17
2023-01-30io_uring: mark io_run_local_work staticPavel Begunkov1-1/+1
2023-01-30io_uring: don't set TASK_RUNNING in local tw runnerPavel Begunkov1-3/+2