summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
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
2021-04-29io_uring: allow empty slots for reg buffersPavel Begunkov
2021-04-29io_uring: add more build check for uapiPavel Begunkov
2021-04-29io_uring: dont overlap internal and user req flagsPavel Begunkov
2021-04-29io_uring: fix drain with rsrc CQEsPavel Begunkov
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-27io_uring: maintain drain logic for multishot poll requestsHao Xu
2021-04-27io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal
2021-04-26io_uring: fix NULL reg-bufferPavel Begunkov
2021-04-26io_uring: simplify SQPOLL cancellationsPavel Begunkov
2021-04-26io_uring: fix work_exit sqpoll cancellationsPavel Begunkov
2021-04-26io_uring: Fix uninitialized variable up.resvColin Ian King
2021-04-26io_uring: fix invalid error check after mallocPavel Begunkov
2021-04-25io_uring: io_sq_thread() no longer needs to reset current->pf_io_workerStefan Metzmacher
2021-04-25io_uring: update sq_thread_idle after ctx deletedHao Xu
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov
2021-04-25io_uring: implement fixed buffers registration similar to fixed filesBijan Mottahedeh
2021-04-25io_uring: prepare fixed rw for dynanic buffersPavel Begunkov
2021-04-25io_uring: keep table of pointers to ubufsPavel Begunkov