summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2022-04-24io_uring: refactor io_assign_file error pathPavel Begunkov
2022-04-24io_uring: use right helpers for file assign lockingPavel Begunkov
2022-04-24io_uring: add data_race annotationsPavel Begunkov
2022-04-24io_uring: inline io_req_complete_fail_submit()Pavel Begunkov
2022-04-24io_uring: refactor io_submit_sqe()Pavel Begunkov
2022-04-24io_uring: refactor lazy link failPavel Begunkov
2022-04-24io_uring: introduce IO_REQ_LINK_FLAGSPavel Begunkov
2022-04-24io_uring: refactor io_queue_sqe()Pavel Begunkov
2022-04-24io_uring: rename io_queue_async_work()Pavel Begunkov
2022-04-24io_uring: inline io_queue_sqe()Pavel Begunkov
2022-04-24io_uring: helper for prep+queuing linked timeoutsPavel Begunkov
2022-04-24io_uring: inline io_free_req()Pavel Begunkov
2022-04-24io_uring: kill io_put_req_deferred()Pavel Begunkov
2022-04-24io_uring: minor refactoring for some tw handlersPavel Begunkov
2022-04-24io_uring: clean poll tw PF_EXITING handlingPavel Begunkov
2022-04-24io_uring: optimise io_get_cqe()Pavel Begunkov
2022-04-24io_uring: optimise submission left countingPavel Begunkov
2022-04-24io_uring: optimise submission loop invariantPavel Begunkov
2022-04-24io_uring: add helper to return req to cache listPavel Begunkov
2022-04-24io_uring: helper for empty req cache checksPavel Begunkov
2022-04-24io_uring: inline io_flush_cached_reqsPavel Begunkov
2022-04-24io_uring: shrink final link flushPavel Begunkov
2022-04-24io_uring: memcpy CQE from reqPavel Begunkov
2022-04-24io_uring: explicitly keep a CQE in io_kiocbPavel Begunkov
2022-04-24io_uring: rename io_sqe_file_registerPavel Begunkov
2022-04-24io_uring: deduplicate SCM accountingPavel Begunkov
2022-04-24io_uring: don't pass around fixed index for scmPavel Begunkov
2022-04-24io_uring: refactor __io_sqe_files_scmPavel Begunkov
2022-04-24io_uring: uniform SCM accountingPavel Begunkov
2022-04-24io_uring: don't scm-account for non af_unix socketsPavel Begunkov
2022-04-24io_uring: move finish_wait() outside of loop in cqring_wait()Jens Axboe
2022-04-24io_uring: refactor io_req_add_compl_list()Pavel Begunkov
2022-04-24io_uring: silence io_for_each_link() warningPavel Begunkov
2022-04-24io_uring: partially uninline io_put_task()Pavel Begunkov
2022-04-24io_uring: cleanup conditional submit lockingPavel Begunkov
2022-04-24io_uring: optimise mutex locking for submit+iopollPavel Begunkov
2022-04-24io_uring: pre-calculate syscall iopolling decisionPavel Begunkov
2022-04-24io_uring: split off IOPOLL argument verifictionPavel Begunkov
2022-04-24io_uring: clean up io_queue_next()Pavel Begunkov
2022-04-24io_uring: move poll recycling later in compl flushingPavel Begunkov
2022-04-24io_uring: optimise io_free_batch_listPavel Begunkov
2022-04-24io_uring: refactor io_req_find_nextPavel Begunkov
2022-04-24io_uring: remove extra ifs around io_commit_cqringPavel Begunkov
2022-04-24io_uring: small optimisation of tctx_task_workPavel Begunkov
2022-04-17io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov
2022-04-16io_uring: free iovec if file assignment failsJens Axboe
2022-04-14io_uring: abort file assignment prior to assigning credsJens Axboe
2022-04-13io_uring: fix poll error reportingPavel Begunkov
2022-04-13io_uring: fix poll file assign deadlockPavel Begunkov
2022-04-13io_uring: use right issue_flags for splice/teePavel Begunkov