summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'for-5.12/io_uring-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1278/+1328
2021-02-16io_uring: tctx->task_lock should be IRQ safeJens Axboe1-6/+7
2021-02-13io_uring: kill cached requests from exiting task closing the ringJens Axboe1-1/+3
2021-02-13io_uring: add helper to free all request cachesJens Axboe1-7/+19
2021-02-13io_uring: allow task match to be passed to io_req_cache_free()Jens Axboe1-6/+7
2021-02-12io_uring: optimise io_init_req() flags settingPavel Begunkov1-10/+7
2021-02-12io_uring: clean io_req_find_next() fast checkPavel Begunkov1-1/+1
2021-02-12io_uring: don't check PF_EXITING from syscallPavel Begunkov1-3/+2
2021-02-12io_uring: don't split out consume out of SQE getPavel Begunkov1-12/+6
2021-02-12io_uring: save ctx put/get for task_work submitPavel Begunkov1-5/+12
2021-02-12io_uring: don't duplicate io_req_task_queue()Pavel Begunkov1-7/+1
2021-02-12io_uring: optimise SQPOLL mm/files grabbingPavel Begunkov1-14/+13
2021-02-12io_uring: optimise out unlikely link queuePavel Begunkov1-32/+10
2021-02-12io_uring: take compl state from submit statePavel Begunkov1-6/+3
2021-02-11io_uring: inline io_complete_rw_common()Pavel Begunkov1-17/+9
2021-02-11io_uring: move res check out of io_rw_reissue()Pavel Begunkov1-9/+8
2021-02-11io_uring: simplify iopoll reissuingPavel Begunkov1-21/+5
2021-02-11io_uring: clean up io_req_free_batch_finish()Pavel Begunkov1-3/+1
2021-02-11io_uring: move submit side state closer in the ringJens Axboe1-7/+10
2021-02-11io_uring: assign file_slot prior to calling io_sqe_file_register()Jens Axboe1-1/+2
2021-02-10io_uring: remove redundant initialization of variable retColin Ian King1-1/+1
2021-02-10io_uring: unpark SQPOLL thread for cancelationPavel Begunkov1-0/+5
2021-02-10Revert "io_uring: don't take fs for recvmsg/sendmsg"Jens Axboe1-2/+4
2021-02-10io_uring: place ring SQ/CQ arrays under memcg memory limitsJens Axboe1-75/+10
2021-02-10io_uring: enable kmemcg account for io_uring requestsJens Axboe1-1/+2
2021-02-10io_uring: enable req cache for IRQ driven IOJens Axboe1-20/+51
2021-02-10io_uring: fix possible deadlock in io_uring_pollHao Xu1-2/+15
2021-02-10io_uring: defer flushing cached reqsPavel Begunkov1-9/+19
2021-02-10io_uring: take comp_state from ctxPavel Begunkov1-19/+18
2021-02-10io_uring: enable req cache for task_work itemsJens Axboe1-1/+21
2021-02-10io_uring: provide FIFO ordering for task_workJens Axboe1-7/+94
2021-02-10io_uring: use persistent request cacheJens Axboe1-18/+30
2021-02-10io_uring: feed reqs back into alloc cachePavel Begunkov1-7/+12
2021-02-10io_uring: persistent req cachePavel Begunkov1-8/+13
2021-02-10io_uring: count ctx refs separately from reqsPavel Begunkov1-1/+5
2021-02-10io_uring: remove fallback_reqPavel Begunkov1-36/+2
2021-02-10io_uring: submit-completion free batchingPavel Begunkov1-20/+29
2021-02-10io_uring: replace list with array for compl batchPavel Begunkov1-24/+11
2021-02-10io_uring: don't reinit submit state every timePavel Begunkov1-5/+4
2021-02-10io_uring: remove ctx from comp_statePavel Begunkov1-11/+9
2021-02-10io_uring: don't keep submit_state on stackPavel Begunkov1-44/+46
2021-02-10io_uring: don't propagate io_comp_statePavel Begunkov1-91/+73
2021-02-09io_uring: make op handlers always take issue flagsPavel Begunkov1-12/+13
2021-02-09io_uring: replace force_nonblock with flagsPavel Begunkov1-82/+96
2021-02-08io_uring: cleanup up cancel SQPOLL reqs across execPavel Begunkov1-21/+36
2021-02-05io_uring: refactor sendmsg/recvmsg iov managingPavel Begunkov1-30/+27
2021-02-05io_uring: clean iov usage for recvmsg buf selectPavel Begunkov1-6/+4
2021-02-05io_uring: set msg_name on msg fixupPavel Begunkov1-2/+1
2021-02-04io_uring: drop mm/files between task_work_submitPavel Begunkov1-0/+3
2021-02-04io_uring/io-wq: return 2-step work swap schemePavel Begunkov1-22/+4