summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
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-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/io-wq: return 2-step work swap schemePavel Begunkov1-22/+4
2021-02-04io_uring: deduplicate file table slot calculationPavel Begunkov1-22/+19
2021-02-04io_uring: io_import_iovec return type cleanupPavel Begunkov1-19/+11
2021-02-04io_uring: treat NONBLOCK and RWF_NOWAIT similarlyPavel Begunkov1-14/+16
2021-02-04io_uring: highlight read-retry loopPavel Begunkov1-20/+20
2021-02-04io_uring: inline io_read()'s iovec freeingPavel Begunkov1-18/+13
2021-02-04io_uring: don't forget to adjust io_sizePavel Begunkov1-9/+5
2021-02-04io_uring: let io_setup_async_rw take care of iovecPavel Begunkov1-15/+9
2021-02-04io_uring: further simplify do_read error parsingPavel Begunkov1-9/+8
2021-02-04io_uring: refactor io_read for unsupported nowaitPavel Begunkov1-6/+6