summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-23io-wq: eliminate the need for a manager threadwq-no-managerJens Axboe
2021-03-22kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe
2021-03-22Merge branch 'for-5.13/io_uring' into wq-no-managerJens Axboe
2021-03-22io_uring: optimise rw complete error handlingPavel Begunkov
2021-03-22io_uring: hide iter revert in resubmit_prepPavel Begunkov
2021-03-22io_uring: don't alter iopoll reissue fail ret codePavel Begunkov
2021-03-22io_uring: optimise kiocb_end_write for !ISREGPavel Begunkov
2021-03-22io_uring: kill unused REQ_F_NO_FILE_TABLEPavel Begunkov
2021-03-22io_uring: don't init req->work fully in advancePavel Begunkov
2021-03-22io-wq: refactor *_get_acct()Pavel Begunkov
2021-03-22io_uring: remove tctx->sqpollPavel Begunkov
2021-03-22io_uring: don't do extra EXITING cancellationsPavel Begunkov
2021-03-22io_uring: don't clear REQ_F_LINK_TIMEOUTPavel Begunkov
2021-03-22io_uring: optimise io_req_task_work_add()Pavel Begunkov
2021-03-22io_uring: abolish old io_put_file()Pavel Begunkov
2021-03-22io_uring: optimise io_dismantle_req() fast pathPavel Begunkov
2021-03-22io_uring: inline io_clean_op()'s fast pathPavel Begunkov
2021-03-22io_uring: remove __io_req_task_cancel()Pavel Begunkov
2021-03-22io_uring: add helper flushing locked_free_listPavel Begunkov
2021-03-22io_uring: refactor io_free_req_deferred()Pavel Begunkov
2021-03-22io_uring: inline io_put_req and friendsPavel Begunkov
2021-03-22io_uring: refactor rsrc refnode allocationPavel Begunkov
2021-03-22io_uring: refactor io_flush_cached_reqs()Pavel Begunkov
2021-03-22io_uring: optimise success case of __io_queue_sqePavel Begunkov
2021-03-22io_uring: inline __io_queue_linked_timeout()Pavel Begunkov
2021-03-22io_uring: keep io_req_free_batch() call localityPavel Begunkov
2021-03-22io_uring: optimise tctx node checks/allocPavel Begunkov
2021-03-22io_uring: optimise io_uring_enter()Pavel Begunkov
2021-03-22io_uring: don't take ctx refs in task_work handlerPavel Begunkov
2021-03-22io_uring: transform ret == 0 for poll cancelation completionsJens Axboe
2021-03-22io_uring: correct comment on poll vs iopollJens Axboe
2021-03-22io_uring: cache async and regular file state for fixed filesJens Axboe
2021-03-22io_uring: don't check for io_uring_fops for fixed filesJens Axboe
2021-03-22io_uring: simplify io_sqd_update_thread_idle()Pavel Begunkov
2021-03-22io_uring: switch to atomic_t for io_kiocb reference countJens Axboe
2021-03-22io_uring: wrap io_kiocb reference count manipulation in helpersJens Axboe
2021-03-22io_uring: simplify io_resubmit_prep()Pavel Begunkov
2021-03-22io_uring: merge defer_prep() and prep_async()Pavel Begunkov
2021-03-22io_uring: rethink def->needs_async_dataPavel Begunkov
2021-03-22io_uring: untie alloc_async_data and needs_async_dataPavel Begunkov
2021-03-22io_uring: refactor out send/recv async setupPavel Begunkov
2021-03-22io_uring: use better types for cflagsPavel Begunkov
2021-03-22io_uring: refactor provide/remove buffer lockingPavel Begunkov
2021-03-22io_uring: add a helper failing not issued requestsPavel Begunkov
2021-03-22io_uring: further deduplicate file slot selectionPavel Begunkov
2021-03-22io_uring: reuse io_req_task_queue_fail()Pavel Begunkov
2021-03-22io_uring: avoid taking ctx refs for task-cancelPavel Begunkov
2021-03-22Merge branch 'io_uring-5.12' into for-5.13/io_uringJens Axboe
2021-03-22io_uring: fix provide_buffers sign extensionPavel Begunkov
2021-03-22io_uring: don't skip file_end_write() on reissuePavel Begunkov