summaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: re-arrange Makefile orderJens Axboe2024-04-151-7/+7
* io_uring: refill request cache in memory orderJens Axboe2024-04-151-3/+3
* io_uring/poll: shrink alloc cache size to 32Jens Axboe2024-04-152-1/+3
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-1514-144/+92
* io_uring: drop ->prep_async()Jens Axboe2024-04-155-65/+25
* io_uring/uring_cmd: defer SQE copying until it's neededJens Axboe2024-04-151-6/+19
* io_uring/uring_cmd: switch to always allocating async dataJens Axboe2024-04-154-23/+68
* io_uring/net: move connect to always using async dataJens Axboe2024-04-153-37/+12
* io_uring/rw: add iovec recyclingJens Axboe2024-04-152-6/+39
* io_uring/rw: cleanup retry pathJens Axboe2024-04-151-27/+8
* io_uring: get rid of struct io_rw_stateJens Axboe2024-04-152-29/+26
* io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe2024-04-154-298/+277
* io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe2024-04-151-6/+5
* io_uring/net: add iovec recyclingJens Axboe2024-04-152-53/+91
* io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe2024-04-151-1/+1
* io_uring: kill io_msg_alloc_async_prep()Jens Axboe2024-04-151-21/+10
* io_uring/net: get rid of ->prep_async() for send sideJens Axboe2024-04-153-114/+46
* io_uring/net: get rid of ->prep_async() for receive sideJens Axboe2024-04-153-46/+28
* io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe2024-04-151-2/+3
* io_uring/net: always setup an io_async_msghdrJens Axboe2024-04-151-70/+47
* io_uring/net: unify cleanup handlingJens Axboe2024-04-151-15/+11
* io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe2024-04-153-31/+53
* io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe2024-04-152-94/+101
* io_uring/alloc_cache: shrink default max entries from 512 to 128Jens Axboe2024-04-151-1/+1
* io_uring: remove timeout/poll specific cancelationsJens Axboe2024-04-151-9/+0
* io_uring: flush delayed fallback task_work in cancelationJens Axboe2024-04-151-0/+2
* io_uring: clean up io_lockdep_assert_cq_lockedPavel Begunkov2024-04-151-6/+2
* io_uring: refactor io_req_complete_post()Pavel Begunkov2024-04-152-19/+11
* io_uring: remove current check from complete_postPavel Begunkov2024-04-151-1/+1
* io_uring: get rid of intermediate aux cqe cachesPavel Begunkov2024-04-152-50/+14
* io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-156-24/+9
* io_uring: remove struct io_tw_state::lockedPavel Begunkov2024-04-157-45/+17
* io_uring: force tw ctx lockingPavel Begunkov2024-04-151-12/+9
* io_uring/rw: avoid punting to io-wq directlyPavel Begunkov2024-04-153-12/+5
* io_uring/cmd: fix tw <-> issue_flags conversionPavel Begunkov2024-04-151-3/+10
* io_uring/cmd: kill one issue_flags to tw conversionPavel Begunkov2024-04-151-4/+4
* io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov2024-04-154-38/+41
* io_uring/net: restore msg_control on sendzc retryPavel Begunkov2024-04-091-0/+1
* io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev2024-04-061-13/+13
* io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe2024-04-033-14/+36
* io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2024-04-032-4/+13
* io_uring/kbuf: get rid of bl->is_readyJens Axboe2024-04-032-10/+0
* io_uring/kbuf: get rid of lower BGID listsJens Axboe2024-04-032-64/+8
* io_uring: use private workqueue for exit workJens Axboe2024-04-021-1/+4
* io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe2024-04-011-4/+9
* io_uring/rw: don't allow multishot reads without NOWAIT supportJens Axboe2024-04-011-1/+8
* io_uring/sqpoll: early exit thread if task_context wasn't allocatedJens Axboe2024-03-191-1/+5
* io_uring: clear opcode specific data for an early failureJens Axboe2024-03-161-9/+16
* io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe2024-03-161-1/+8
* io_uring/waitid: always remove waitid entry for cancel allJens Axboe2024-03-151-6/+1