summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix exiting io_req_task_work_add leaksPavel Begunkov2021-07-011-46/+24
* io_uring: simplify task_work funcPavel Begunkov2021-07-011-44/+28
* io_uring: fix stuck fallback reqsPavel Begunkov2021-07-011-41/+20
* Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-015-690/+874
|\
| * io_uring: code clean for kiocb_done()Hao Xu2021-06-301-1/+1
| * io_uring: spin in iopoll() only when reqs are in a single queueHao Xu2021-06-301-6/+14
| * io_uring: pre-initialise some of req fieldsPavel Begunkov2021-06-301-6/+18
| * io_uring: refactor io_submit_flush_completionsPavel Begunkov2021-06-301-5/+5
| * io_uring: optimise hot path restricted checksPavel Begunkov2021-06-301-2/+2
| * io_uring: remove not needed PF_EXITING checkPavel Begunkov2021-06-301-7/+2
| * io_uring: mainstream sqpoll task_work runningPavel Begunkov2021-06-301-4/+3
| * io_uring: refactor io_arm_poll_handler()Pavel Begunkov2021-06-301-21/+16
| * io_uring: reduce latency by reissueing the operationOlivier Langlois2021-06-301-9/+22
| * io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe2021-06-301-0/+4
| * io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe2021-06-301-0/+4
| * io_uring: refactor io_openat2()Pavel Begunkov2021-06-301-15/+14
| * io_uring: simplify struct io_uring_sqe layoutPavel Begunkov2021-06-301-14/+10
| * io_uring: update sqe layout build checksPavel Begunkov2021-06-301-0/+2
| * io_uring: fix code style problemsPavel Begunkov2021-06-301-8/+8
| * io_uring: refactor io_sq_thread()Pavel Begunkov2021-06-301-3/+3
| * io_uring: don't change sqpoll creds if not neededPavel Begunkov2021-06-301-7/+7
| * io_uring: Create define to modify a SQPOLL parameterOlivier Langlois2021-06-241-2/+3
| * io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois2021-06-241-1/+1
| * io_uring: improve in tctx_task_work() resubmissionPavel Begunkov2021-06-181-4/+8
| * io_uring: don't resched with empty task_listPavel Begunkov2021-06-181-1/+3
| * io_uring: refactor tctx task_work list splicingPavel Begunkov2021-06-181-6/+1
| * io_uring: optimise task_work submit flushingPavel Begunkov2021-06-181-2/+3
| * io_uring: inline __tctx_task_work()Pavel Begunkov2021-06-181-36/+31
| * io_uring: refactor io_get_sequence()Pavel Begunkov2021-06-181-6/+5
| * io_uring: clean all flags in io_clean_op() at oncePavel Begunkov2021-06-181-8/+6
| * io_uring: simplify iovec freeing in io_clean_op()Pavel Begunkov2021-06-181-2/+2
| * io_uring: track request creds with a flagPavel Begunkov2021-06-181-8/+13
| * io_uring: move creds from io-wq work to io_kiocbPavel Begunkov2021-06-182-12/+13
| * io_uring: refactor io_submit_flush_completions()Pavel Begunkov2021-06-181-7/+6
| * io_uring: fix false WARN_ONCEPavel Begunkov2021-06-181-1/+4
| * io_uring: allow user configurable IO thread CPU affinityJens Axboe2021-06-174-0/+74
| * io-wq: use private CPU maskJens Axboe2021-06-171-7/+43
| * io-wq: remove header files not needed anymoreOlivier Langlois2021-06-161-2/+0
| * io_uring: minor clean up in trace events definitionOlivier Langlois2021-06-161-18/+17
| * io_uring: Add to traces the req pointer when availableOlivier Langlois2021-06-162-23/+59
| * io_uring: optimise io_commit_cqring()Pavel Begunkov2021-06-151-7/+11
| * io_uring: shove more drain bits out of hot pathPavel Begunkov2021-06-151-20/+22
| * io_uring: switch !DRAIN fast path when possiblePavel Begunkov2021-06-151-6/+8
| * io_uring: fix min types mismatch in table allocPavel Begunkov2021-06-151-1/+1
| * io_uring: Fix comment of io_get_sqeFam Zheng2021-06-151-1/+1
| * io_uring: optimise non-drain pathPavel Begunkov2021-06-151-27/+30
| * io_uring: refactor io_req_defer()Pavel Begunkov2021-06-151-20/+19
| * io_uring: move uring_lock locationPavel Begunkov2021-06-151-9/+7
| * io_uring: wait heads renamingPavel Begunkov2021-06-151-15/+15
| * io_uring: clean up check_overflow flagPavel Begunkov2021-06-151-11/+9