aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-06-23io_uring: Create define to modify a SQPOLL parameterOlivier Langlois
2021-06-23io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois
2021-06-18io_uring: improve in tctx_task_work() resubmissionPavel Begunkov
2021-06-18io_uring: don't resched with empty task_listPavel Begunkov
2021-06-18io_uring: refactor tctx task_work list splicingPavel Begunkov
2021-06-18io_uring: optimise task_work submit flushingPavel Begunkov
2021-06-18io_uring: inline __tctx_task_work()Pavel Begunkov
2021-06-18io_uring: refactor io_get_sequence()Pavel Begunkov
2021-06-18io_uring: clean all flags in io_clean_op() at oncePavel Begunkov
2021-06-18io_uring: simplify iovec freeing in io_clean_op()Pavel Begunkov
2021-06-18io_uring: track request creds with a flagPavel Begunkov
2021-06-18io_uring: move creds from io-wq work to io_kiocbPavel Begunkov
2021-06-18io_uring: refactor io_submit_flush_completions()Pavel Begunkov
2021-06-18io_uring: fix false WARN_ONCEPavel Begunkov
2021-06-17io_uring: allow user configurable IO thread CPU affinityJens Axboe
2021-06-17io-wq: use private CPU maskJens Axboe
2021-06-16io-wq: remove header files not needed anymoreOlivier Langlois
2021-06-16io_uring: Add to traces the req pointer when availableOlivier Langlois
2021-06-15io_uring: optimise io_commit_cqring()Pavel Begunkov
2021-06-15io_uring: shove more drain bits out of hot pathPavel Begunkov
2021-06-15io_uring: switch !DRAIN fast path when possiblePavel Begunkov
2021-06-15io_uring: fix min types mismatch in table allocPavel Begunkov
2021-06-15io_uring: Fix comment of io_get_sqeFam Zheng
2021-06-15io_uring: optimise non-drain pathPavel Begunkov
2021-06-15io_uring: refactor io_req_defer()Pavel Begunkov
2021-06-15io_uring: move uring_lock locationPavel Begunkov
2021-06-15io_uring: wait heads renamingPavel Begunkov
2021-06-15io_uring: clean up check_overflow flagPavel Begunkov
2021-06-15io_uring: small io_submit_sqe() optimisationPavel Begunkov
2021-06-15io_uring: optimise completion timeout flushingPavel Begunkov
2021-06-15io_uring: don't cache number of dropped SQEsPavel Begunkov
2021-06-15io_uring: refactor io_get_sqe()Pavel Begunkov
2021-06-15io_uring: shuffle more fields into SQ ctx sectionPavel Begunkov
2021-06-15io_uring: move ctx->flags from SQ cachelinePavel Begunkov
2021-06-15io_uring: keep SQ pointers in a single cachelinePavel Begunkov
2021-06-15io-wq: remove redundant initialization of variable retColin Ian King
2021-06-15io_uring: Fix incorrect sizeof operator for copy_from_user callColin Ian King
2021-06-14io_uring: inline io_iter_do_read()Pavel Begunkov
2021-06-14io_uring: unify SQPOLL and user task cancellationsPavel Begunkov
2021-06-14io_uring: cache task struct refsPavel Begunkov
2021-06-14io_uring: don't vmalloc rsrc tagsPavel Begunkov
2021-06-14io_uring: add helpers for 2 level table allocPavel Begunkov
2021-06-14io_uring: remove rsrc put work irq save/restorePavel Begunkov
2021-06-14io_uring: hide rsrc tag copy into generic helpersPavel Begunkov
2021-06-14io-wq: simplify worker exitingPavel Begunkov
2021-06-14io-wq: don't repeat IO_WQ_BIT_EXIT check by workerPavel Begunkov
2021-06-14io_uring: rename function *task_filePavel Begunkov
2021-06-14io_uring: refactor io_iopoll_req_issuedPavel Begunkov
2021-06-14io-wq: remove unused io-wq refcountingPavel Begunkov
2021-06-14io-wq: embed wqe ptr array into struct io_wqPavel Begunkov