aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23io_uring: explicitly catch any illegal async queue attemptJens Axboe1-0/+11
2021-07-23io_uring: never attempt iopoll reissue from release pathJens Axboe1-7/+7
2021-07-22io_uring: fix early fdput() of fileJens Axboe1-2/+4
2021-07-20io_uring: fix memleak in io_init_wq_offload()Yang Yingliang1-1/+5
2021-07-20io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-20io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-11io_uring: fix io_drain_req()Pavel Begunkov1-2/+4
2021-07-11io_uring: use right task for exiting checksPavel Begunkov1-1/+1
2021-07-09io_uring: remove dead non-zero 'poll' checkJens Axboe1-1/+1
2021-07-08io_uring: mitigate unlikely iopoll lagPavel Begunkov1-1/+5
2021-07-07io_uring: fix drain alloc fail return codePavel Begunkov1-1/+1
2021-07-01io_uring: fix exiting io_req_task_work_add leaksPavel Begunkov1-46/+24
2021-07-01io_uring: simplify task_work funcPavel Begunkov1-44/+28
2021-07-01io_uring: fix stuck fallback reqsPavel Begunkov1-41/+20
2021-06-30io_uring: code clean for kiocb_done()Hao Xu1-1/+1
2021-06-30io_uring: spin in iopoll() only when reqs are in a single queueHao Xu1-6/+14
2021-06-30io_uring: pre-initialise some of req fieldsPavel Begunkov1-6/+18
2021-06-30io_uring: refactor io_submit_flush_completionsPavel Begunkov1-5/+5
2021-06-30io_uring: optimise hot path restricted checksPavel Begunkov1-2/+2
2021-06-30io_uring: remove not needed PF_EXITING checkPavel Begunkov1-7/+2
2021-06-30io_uring: mainstream sqpoll task_work runningPavel Begunkov1-4/+3
2021-06-30io_uring: refactor io_arm_poll_handler()Pavel Begunkov1-21/+16
2021-06-30io_uring: reduce latency by reissueing the operationOlivier Langlois1-9/+22
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe1-0/+4
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe1-0/+4
2021-06-30io_uring: refactor io_openat2()Pavel Begunkov1-15/+14
2021-06-30io_uring: update sqe layout build checksPavel Begunkov1-0/+2
2021-06-30io_uring: fix code style problemsPavel Begunkov1-8/+8
2021-06-30io_uring: refactor io_sq_thread()Pavel Begunkov1-3/+3
2021-06-30io_uring: don't change sqpoll creds if not neededPavel Begunkov1-7/+7
2021-06-23io_uring: Create define to modify a SQPOLL parameterOlivier Langlois1-2/+3
2021-06-23io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois1-1/+1
2021-06-18io_uring: improve in tctx_task_work() resubmissionPavel Begunkov1-4/+8
2021-06-18io_uring: don't resched with empty task_listPavel Begunkov1-1/+3
2021-06-18io_uring: refactor tctx task_work list splicingPavel Begunkov1-6/+1
2021-06-18io_uring: optimise task_work submit flushingPavel Begunkov1-2/+3
2021-06-18io_uring: inline __tctx_task_work()Pavel Begunkov1-36/+31
2021-06-18io_uring: refactor io_get_sequence()Pavel Begunkov1-6/+5
2021-06-18io_uring: clean all flags in io_clean_op() at oncePavel Begunkov1-8/+6
2021-06-18io_uring: simplify iovec freeing in io_clean_op()Pavel Begunkov1-2/+2
2021-06-18io_uring: track request creds with a flagPavel Begunkov1-8/+13
2021-06-18io_uring: move creds from io-wq work to io_kiocbPavel Begunkov1-11/+13
2021-06-18io_uring: refactor io_submit_flush_completions()Pavel Begunkov1-7/+6
2021-06-17io_uring: allow user configurable IO thread CPU affinityJens Axboe1-0/+51
2021-06-16io_uring: Add to traces the req pointer when availableOlivier Langlois1-5/+6
2021-06-15io_uring: optimise io_commit_cqring()Pavel Begunkov1-7/+11
2021-06-15io_uring: shove more drain bits out of hot pathPavel Begunkov1-20/+22
2021-06-15io_uring: switch !DRAIN fast path when possiblePavel Begunkov1-6/+8
2021-06-15io_uring: fix min types mismatch in table allocPavel Begunkov1-1/+1
2021-06-15io_uring: Fix comment of io_get_sqeFam Zheng1-1/+1