summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring: refactor io_get_sqe()Pavel Begunkov2021-06-151-2/+2
* io_uring: shuffle more fields into SQ ctx sectionPavel Begunkov2021-06-151-18/+17
* io_uring: move ctx->flags from SQ cachelinePavel Begunkov2021-06-151-4/+4
* io_uring: keep SQ pointers in a single cachelinePavel Begunkov2021-06-151-2/+1
* io_uring: Fix incorrect sizeof operator for copy_from_user callColin Ian King2021-06-151-2/+4
* io_uring: inline io_iter_do_read()Pavel Begunkov2021-06-141-1/+1
* io_uring: unify SQPOLL and user task cancellationsPavel Begunkov2021-06-141-59/+30
* io_uring: cache task struct refsPavel Begunkov2021-06-141-9/+28
* io_uring: don't vmalloc rsrc tagsPavel Begunkov2021-06-141-16/+36
* io_uring: add helpers for 2 level table allocPavel Begunkov2021-06-141-30/+43
* io_uring: remove rsrc put work irq save/restorePavel Begunkov2021-06-141-3/+2
* io_uring: hide rsrc tag copy into generic helpersPavel Begunkov2021-06-141-28/+27
* io_uring: rename function *task_filePavel Begunkov2021-06-141-9/+9
* io_uring: refactor io_iopoll_req_issuedPavel Begunkov2021-06-141-23/+21
* io_uring: fix blocking inline submissionPavel Begunkov2021-06-141-1/+1
* io_uring: enable shmem/memfd memory registrationPavel Begunkov2021-06-141-0/+2
* io_uring: don't bounce submit_state cachelinesPavel Begunkov2021-06-141-11/+9
* io_uring: rename io_get_cqringPavel Begunkov2021-06-141-4/+4
* io_uring: kill cached_cq_overflowPavel Begunkov2021-06-141-6/+12
* io_uring: deduce cq_mask from cq_entriesPavel Begunkov2021-06-141-8/+4
* io_uring: remove dependency on ring->sq/cq_entriesPavel Begunkov2021-06-141-4/+3
* io_uring: better locality for rsrc fieldsPavel Begunkov2021-06-141-16/+17
* io_uring: shuffle rarely used ctx fieldsPavel Begunkov2021-06-141-19/+17
* io_uring: make fail flag not link specificPavel Begunkov2021-06-141-44/+43
* io_uring: get rid of files in exit cancelPavel Begunkov2021-06-141-32/+31
* io_uring: simplify waking sqo_sq_waitPavel Begunkov2021-06-141-3/+3
* io_uring: remove unused park_task_workPavel Begunkov2021-06-141-7/+0
* io_uring: improve sq_thread waiting checkPavel Begunkov2021-06-141-3/+2
* io_uring: improve sqpoll event/state handlingPavel Begunkov2021-06-141-17/+28
* io_uring: add feature flag for rsrc tagsPavel Begunkov2021-06-101-1/+2
* io_uring: change registration/upd/rsrc tagging ABIPavel Begunkov2021-06-101-12/+27
* io_uring: fix misaccounting fix buf pinned pagesPavel Begunkov2021-05-291-0/+1
* io_uring: fix data race to avoid potential NULL-derefMarco Elver2021-05-271-2/+7
* io_uring/io-wq: close io-wq full-stop gapPavel Begunkov2021-05-251-0/+6
* io_uring: fortify tctx/io_wq cleanupPavel Begunkov2021-05-201-4/+4
* io_uring: don't modify req->poll for rwPavel Begunkov2021-05-171-3/+3
* io_uring: increase max number of reg buffersPavel Begunkov2021-05-141-1/+3
* io_uring: further remove sqpoll limits on opcodesPavel Begunkov2021-05-141-4/+2
* io_uring: fix ltout double free on completion racePavel Begunkov2021-05-141-3/+4
* io_uring: fix link timeout refsPavel Begunkov2021-05-081-1/+1
* io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo2021-05-051-2/+2
* io_uring: Fix memory leak in io_sqe_buffers_register()Zqiang2021-04-301-2/+2
* io_uring: Fix premature return from loop and memory leakColin Ian King2021-04-291-4/+8
* io_uring: fix unchecked error in switch_start()Pavel Begunkov2021-04-291-1/+3
* io_uring: allow empty slots for reg buffersPavel Begunkov2021-04-291-7/+29
* io_uring: add more build check for uapiPavel Begunkov2021-04-291-0/+7
* io_uring: dont overlap internal and user req flagsPavel Begunkov2021-04-291-6/+3
* io_uring: fix drain with rsrc CQEsPavel Begunkov2021-04-291-0/+1
* Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1232/+1370
|\
| * io_uring: maintain drain logic for multishot poll requestsHao Xu2021-04-271-1/+5