summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2019-11-11io_uring: provide fallback request for OOM situationsJens Axboe
2019-11-10io_uring: convert accept4() -ERESTARTSYS into -EINTRJens Axboe
2019-11-10io_uring: fix error clear of ->file_table in io_sqe_files_register()Jens Axboe
2019-11-10io_uring: separate the io_free_req and io_free_req_find_next interfaceJackie Liu
2019-11-10io_uring: keep io_put_req only responsible for release and put reqJackie Liu
2019-11-10io_uring: remove passed in 'ctx' function parameter ctx if possibleJackie Liu
2019-11-10io_uring: reduce/pack size of io_ring_ctxJens Axboe
2019-11-07io_uring: properly mark async work as bounded vs unboundedJens Axboe
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe
2019-11-09io_uring: add support for backlogged CQ ringJens Axboe
2019-11-08io_uring: pass in io_kiocb to fill/add CQ handlersJens Axboe
2019-11-08io_uring: make io_cqring_events() take 'ctx' as argumentJens Axboe
2019-11-07io_uring: add support for linked SQE timeoutsJens Axboe
2019-11-07io_uring: abstract out io_async_cancel_one() helperJens Axboe
2019-11-06io_uring: use inlined struct sqe_submitPavel Begunkov
2019-11-06io_uring: Use submit info inlined into reqPavel Begunkov
2019-11-06io_uring: allocate io_kiocb upfrontPavel Begunkov
2019-11-06io_uring: io_queue_link*() right after submitPavel Begunkov
2019-11-06io_uring: Merge io_submit_sqes and io_ring_submitPavel Begunkov
2019-11-05io_uring: kill dead REQ_F_LINK_DONE flagJens Axboe
2019-11-05io_uring: fixup a few spots where link failure isn't flaggedJens Axboe
2019-11-05io_uring: enable optimized link handling for IORING_OP_POLL_ADDJens Axboe
2019-11-04io_uring: add completion trace eventJens Axboe
2019-11-01io_uring: set -EINTR directly when a signal wakes up in io_cqring_waitJackie Liu
2019-11-01io_uring: support for generic async request cancelJens Axboe
2019-10-30io_uring: ensure we clear io_kiocb->result before each issueJens Axboe
2019-10-30io_uring: io_wq_create() returns an error pointer, not NULLJens Axboe
2019-10-29io_uring: fix race with canceling timeoutsJens Axboe
2019-10-29io_uring: support for larger fixed file setsJens Axboe
2019-10-29io_uring: protect fixed file indexing with array_index_nospec()Jens Axboe
2019-10-29io_uring: add support for IORING_OP_ACCEPTJens Axboe
2019-10-29io_uring: io_uring: add support for async work inheriting filesJens Axboe
2019-10-29io_uring: replace workqueue usage with io-wqJens Axboe
2019-10-29io_uring: Fix mm_fault with READ/WRITE_FIXEDPavel Begunkov
2019-10-29io_uring: remove index from sqe_submitPavel Begunkov
2019-10-29io_uring: add set of tracing eventsDmitrii Dolgov
2019-10-29io_uring: add support for canceling timeout requestsJens Axboe
2019-10-29io_uring: add support for absolute timeoutsJens Axboe
2019-10-29io_uring: replace s->needs_lock with s->in_asyncJackie Liu
2019-10-29io_uring: allow application controlled CQ ring sizeJens Axboe
2019-10-29io_uring: add support for IORING_REGISTER_FILES_UPDATEJens Axboe
2019-10-29io_uring: allow sparse fixed file setsJens Axboe
2019-10-29io_uring: run dependent links inline if possibleJens Axboe
2019-10-28io_uring: don't touch ctx in setup after ring fd installJens Axboe
2019-10-27io_uring: Fix leaked shadow_reqPavel Begunkov
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe
2019-10-25io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe
2019-10-25io_uring: Fix race for sqes with userspacePavel Begunkov
2019-10-25io_uring: Fix broken links with offloadingPavel Begunkov
2019-10-25io_uring: Fix corrupted user_dataPavel Begunkov