aboutsummaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
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_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_uring: rename function *task_filePavel Begunkov
2021-06-14io_uring: refactor io_iopoll_req_issuedPavel Begunkov
2021-06-14io_uring: fix blocking inline submissionPavel Begunkov
2021-06-14io_uring: enable shmem/memfd memory registrationPavel Begunkov
2021-06-14io_uring: don't bounce submit_state cachelinesPavel Begunkov
2021-06-14io_uring: rename io_get_cqringPavel Begunkov
2021-06-14io_uring: kill cached_cq_overflowPavel Begunkov
2021-06-14io_uring: deduce cq_mask from cq_entriesPavel Begunkov
2021-06-14io_uring: remove dependency on ring->sq/cq_entriesPavel Begunkov
2021-06-14io_uring: better locality for rsrc fieldsPavel Begunkov
2021-06-14io_uring: shuffle rarely used ctx fieldsPavel Begunkov
2021-06-14io_uring: make fail flag not link specificPavel Begunkov
2021-06-14io_uring: get rid of files in exit cancelPavel Begunkov
2021-06-14io_uring: simplify waking sqo_sq_waitPavel Begunkov
2021-06-14io_uring: remove unused park_task_workPavel Begunkov
2021-06-14io_uring: improve sq_thread waiting checkPavel Begunkov
2021-06-14io_uring: improve sqpoll event/state handlingPavel Begunkov
2021-06-10io_uring: add feature flag for rsrc tagsPavel Begunkov
2021-06-10io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov
2021-05-29io_uring: fix misaccounting fix buf pinned pagesPavel Begunkov
2021-05-27io_uring: fix data race to avoid potential NULL-derefMarco Elver
2021-05-25io_uring/io-wq: close io-wq full-stop gapPavel Begunkov
2021-05-20io_uring: fortify tctx/io_wq cleanupPavel Begunkov
2021-05-17io_uring: don't modify req->poll for rwPavel Begunkov
2021-05-14io_uring: increase max number of reg buffersPavel Begunkov
2021-05-14io_uring: further remove sqpoll limits on opcodesPavel Begunkov
2021-05-14io_uring: fix ltout double free on completion racePavel Begunkov
2021-05-08io_uring: fix link timeout refsPavel Begunkov
2021-05-05io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo
2021-04-30io_uring: Fix memory leak in io_sqe_buffers_register()Zqiang
2021-04-29io_uring: Fix premature return from loop and memory leakColin Ian King
2021-04-29io_uring: fix unchecked error in switch_start()Pavel Begunkov