summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-23io_uring: reuse io_req_complete_post()Pavel Begunkov
2021-08-23io_uring: better encapsulate buffer select for rwPavel Begunkov
2021-08-23io_uring: optimise io_prep_linked_timeout()Pavel Begunkov
2021-08-23io_uring: cancel not-armed linked touts separatelyPavel Begunkov
2021-08-23io_uring: simplify io_prep_linked_timeoutPavel Begunkov
2021-08-23io_uring: kill REQ_F_LTIMEOUT_ACTIVEPavel Begunkov
2021-08-23io_uring: deduplicate cancellation codePavel Begunkov
2021-08-23io_uring: kill not necessary resubmit switchPavel Begunkov
2021-08-23io_uring: optimise initial ltimeout refcountingPavel Begunkov
2021-08-23io_uring: don't inflight-track linked timeoutsPavel Begunkov
2021-08-23io_uring: optimise iowq refcountingPavel Begunkov
2021-08-23io_uring: correct __must_hold annotationJens Axboe
2021-08-23io_uring: code clean for completion_lock in io_arm_poll_handler()Hao Xu
2021-08-23io_uring: remove files pointer in cancellation functionsHao Xu
2021-08-23io_uring: optimise hot path of ltimeout prepPavel Begunkov
2021-08-23io_uring: skip request refcountingPavel Begunkov
2021-08-23io_uring: remove submission referencesPavel Begunkov
2021-08-23io_uring: remove req_ref_sub_and_test()Pavel Begunkov
2021-08-23io_uring: move req_ref_get() and friendsPavel Begunkov
2021-08-23io_uring: remove IRQ aspect of io_ring_ctx completion lockJens Axboe
2021-08-23io_uring: run regular file completions from task_workJens Axboe
2021-08-23io_uring: run linked timeouts from task_workJens Axboe
2021-08-23io_uring: run timeouts from task_workJens Axboe
2021-08-23io_uring: remove file batch-get optimisationPavel Begunkov
2021-08-23io_uring: clean up tctx_task_work()Pavel Begunkov
2021-08-23io_uring: inline io_poll_remove_waitqsPavel Begunkov
2021-08-23io_uring: remove extra argument for overflow flushPavel Begunkov
2021-08-23io_uring: inline struct io_comp_statePavel Begunkov
2021-08-23io_uring: use inflight_entry instead of compl.listPavel Begunkov
2021-08-23io_uring: remove redundant args from cache_freePavel Begunkov
2021-08-23io_uring: cache __io_free_req()'d requestsPavel Begunkov
2021-08-23io_uring: move io_fallback_req_func()Pavel Begunkov
2021-08-23io_uring: optimise putting task structPavel Begunkov
2021-08-23io_uring: drop exec checks from io_req_task_submitPavel Begunkov
2021-08-23io_uring: kill unused IO_IOPOLL_BATCHPavel Begunkov
2021-08-23io_uring: improve ctx hang handlingPavel Begunkov
2021-08-23io_uring: deduplicate open iopoll checkPavel Begunkov
2021-08-23io_uring: inline io_free_req_deferredPavel Begunkov
2021-08-23io_uring: move io_rsrc_node_alloc() definitionPavel Begunkov
2021-08-23io_uring: move io_put_task() definitionPavel Begunkov
2021-08-23io_uring: extract a helper for ctx quiescePavel Begunkov
2021-08-23io_uring: optimise io_cqring_wait() hot pathPavel Begunkov
2021-08-23io_uring: add more locking annotations for submitPavel Begunkov
2021-08-23io_uring: don't halt iopoll too earlyPavel Begunkov
2021-08-23io_uring: refactor io_alloc_reqPavel Begunkov
2021-08-23io-wq: improve wq_list_add_tail()Pavel Begunkov
2021-08-23io_uring: remove unnecessary PF_EXITING checkPavel Begunkov
2021-08-23io_uring: clean io-wq callbacksPavel Begunkov
2021-08-23io_uring: avoid touching inode in rw prepPavel Begunkov
2021-08-23io_uring: rename io_file_supports_async()Pavel Begunkov