summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-23io_uring: add ->splice_fd_in checksPavel Begunkov1-22/+30
2021-08-23io_uring: add clarifying comment for io_cqring_ev_posted()Jens Axboe1-0/+7
2021-08-23io_uring: place fixed tables under memcg limitsPavel Begunkov1-3/+4
2021-08-23io_uring: limit fixed table size by RLIMIT_NOFILEPavel Begunkov1-0/+2
2021-08-23io_uring: fix lack of protection for compl_nrHao Xu1-1/+2
2021-08-23io_uring: Add register support for non-4k PAGE_SIZEwangyangbo1-2/+2
2021-08-23io_uring: extend task put optimisationsPavel Begunkov1-7/+9
2021-08-23io_uring: add comments on why PF_EXITING checking is safeJens Axboe1-0/+2
2021-08-23io_uring: fix io_timeout_remove lockingPavel Begunkov1-4/+10
2021-08-23io_uring: improve same wq pollingPavel Begunkov1-3/+5
2021-08-23io_uring: reuse io_req_complete_post()Pavel Begunkov1-37/+11
2021-08-23io_uring: better encapsulate buffer select for rwPavel Begunkov1-16/+7
2021-08-23io_uring: optimise io_prep_linked_timeout()Pavel Begunkov1-3/+22
2021-08-23io_uring: cancel not-armed linked touts separatelyPavel Begunkov1-3/+16
2021-08-23io_uring: simplify io_prep_linked_timeoutPavel Begunkov1-10/+10
2021-08-23io_uring: kill REQ_F_LTIMEOUT_ACTIVEPavel Begunkov1-9/+10
2021-08-23io_uring: deduplicate cancellation codePavel Begunkov1-28/+18
2021-08-23io_uring: kill not necessary resubmit switchPavel Begunkov1-7/+7
2021-08-23io_uring: optimise initial ltimeout refcountingPavel Begunkov1-2/+1
2021-08-23io_uring: don't inflight-track linked timeoutsPavel Begunkov1-2/+0
2021-08-23io_uring: optimise iowq refcountingPavel Begunkov1-9/+16
2021-08-23io_uring: correct __must_hold annotationJens Axboe1-1/+1
2021-08-23io_uring: code clean for completion_lock in io_arm_poll_handler()Hao Xu1-6/+3
2021-08-23io_uring: remove files pointer in cancellation functionsHao Xu1-2/+2
2021-08-23io_uring: optimise hot path of ltimeout prepPavel Begunkov1-20/+25
2021-08-23io_uring: skip request refcountingPavel Begunkov1-1/+23
2021-08-23io_uring: remove submission referencesPavel Begunkov1-23/+14
2021-08-23io_uring: remove req_ref_sub_and_test()Pavel Begunkov1-17/+14
2021-08-23io_uring: move req_ref_get() and friendsPavel Begunkov1-35/+35
2021-08-23io_uring: remove IRQ aspect of io_ring_ctx completion lockJens Axboe1-80/+74
2021-08-23io_uring: run regular file completions from task_workJens Axboe1-7/+24
2021-08-23io_uring: run linked timeouts from task_workJens Axboe1-12/+30
2021-08-23io_uring: run timeouts from task_workJens Axboe1-14/+40
2021-08-23io_uring: remove file batch-get optimisationPavel Begunkov1-49/+4
2021-08-23io_uring: clean up tctx_task_work()Pavel Begunkov1-18/+14
2021-08-23io_uring: inline io_poll_remove_waitqsPavel Begunkov1-17/+6
2021-08-23io_uring: remove extra argument for overflow flushPavel Begunkov1-5/+5
2021-08-23io_uring: inline struct io_comp_statePavel Begunkov1-34/+27
2021-08-23io_uring: use inflight_entry instead of compl.listPavel Begunkov1-8/+7
2021-08-23io_uring: remove redundant args from cache_freePavel Begunkov1-4/+2
2021-08-23io_uring: cache __io_free_req()'d requestsPavel Begunkov1-1/+6
2021-08-23io_uring: move io_fallback_req_func()Pavel Begunkov1-15/+13
2021-08-23io_uring: optimise putting task structPavel Begunkov1-6/+11
2021-08-23io_uring: drop exec checks from io_req_task_submitPavel Begunkov1-1/+1
2021-08-23io_uring: kill unused IO_IOPOLL_BATCHPavel Begunkov1-1/+0
2021-08-23io_uring: improve ctx hang handlingPavel Begunkov1-2/+6
2021-08-23io_uring: deduplicate open iopoll checkPavel Begunkov1-7/+4
2021-08-23io_uring: inline io_free_req_deferredPavel Begunkov1-8/+4
2021-08-23io_uring: move io_rsrc_node_alloc() definitionPavel Begunkov1-45/+44
2021-08-23io_uring: move io_put_task() definitionPavel Begunkov1-12/+11