summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-013-640/+790
|\
| * 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: 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-231-2/+3
| * io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois2021-06-231-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-173-0/+70
| * 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: Add to traces the req pointer when availableOlivier Langlois2021-06-161-5/+6
| * 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
| * io_uring: small io_submit_sqe() optimisationPavel Begunkov2021-06-151-1/+1
| * io_uring: optimise completion timeout flushingPavel Begunkov2021-06-151-4/+6
| * io_uring: don't cache number of dropped SQEsPavel Begunkov2021-06-151-7/+5
| * io_uring: refactor io_get_sqe()Pavel Begunkov2021-06-151-2/+2
| * io_uring: shuffle more fields into SQ ctx sectionPavel Begunkov2021-06-151-18/+17