summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring/cmd: expose iowq to cmdsPavel Begunkov10 days1-0/+1
* io_uring: add support for batch wait timeoutJens Axboe2024-08-251-0/+2
* io_uring: implement our own schedule timeout handlingJens Axboe2024-08-251-0/+2
* io_uring: user registered clockid for wait timeoutsPavel Begunkov2024-08-251-0/+8
* io_uring/napi: use ktime in busy pollingPavel Begunkov2024-07-261-1/+1
* io_uring: add io_add_aux_cqe() helperJens Axboe2024-06-241-0/+1
* io_uring: add remote task_work execution helperJens Axboe2024-06-241-0/+2
* io_uring/eventfd: move eventfd handling to separate fileJens Axboe2024-06-161-6/+0
* io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe2024-06-161-2/+2
* io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe2024-06-011-1/+1
* io_uring/rw: reinstate thread check for retriesJens Axboe2024-04-251-1/+0
* io_uring/rw: ensure retry condition isn't lostJens Axboe2024-04-171-0/+1
* io_uring: unexport io_req_cqe_overflow()Pavel Begunkov2024-04-151-1/+0
* io_uring: move mapping/allocation helpers to a separate fileJens Axboe2024-04-151-9/+0
* io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe2024-04-151-2/+4
* io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe2024-04-151-0/+2
* io_uring: use the right type for work_llist empty checkJens Axboe2024-04-151-1/+1
* io_uring: drop ->prep_async()Jens Axboe2024-04-151-1/+0
* io_uring: clean up io_lockdep_assert_cq_lockedPavel Begunkov2024-04-151-6/+2
* io_uring: refactor io_req_complete_post()Pavel Begunkov2024-04-151-1/+0
* io_uring: get rid of intermediate aux cqe cachesPavel Begunkov2024-04-151-1/+1
* io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-151-1/+1
* io_uring: remove struct io_tw_state::lockedPavel Begunkov2024-04-151-4/+1
* io_uring/rw: avoid punting to io-wq directlyPavel Begunkov2024-04-151-1/+0
* io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov2024-04-151-0/+7
* io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe2024-02-141-0/+11
* io-uring: add napi busy poll supportStefan Roesch2024-02-091-0/+4
* io-uring: move io_wait_queue definition to header fileStefan Roesch2024-02-091-0/+22
* io_uring/sqpoll: manage task_work privatelyJens Axboe2024-02-081-6/+18
* io_uring: mark the need to lock/unlock the ring as unlikelyJens Axboe2024-02-081-2/+2
* io_uring: add io_file_can_poll() helperJens Axboe2024-02-081-0/+12
* io_uring/poll: add requeue return code from poll multishot handlingJens Axboe2024-01-291-1/+7
* io_uring/unix: drop usage of io_uring socketJens Axboe2023-12-191-1/+0
* io_uring/register: move io_uring_register(2) related code to register.cJens Axboe2023-12-191-0/+8
* io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov2023-12-121-10/+0
* io_uring: enable io_mem_alloc/free to be used in other partsJens Axboe2023-11-271-0/+3
* Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-0/+1
|\
| * io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi2023-10-051-0/+1
* | io_uring: ensure io_lockdep_assert_cq_locked() handles disabled ringsJens Axboe2023-10-031-14/+27
|/
* io_uring: force inline io_fill_cqe_reqPavel Begunkov2023-08-241-1/+2
* io_uring: merge iopoll and normal completion pathsPavel Begunkov2023-08-241-1/+1
* io_uring: optimise extra io_get_cqe null checkPavel Begunkov2023-08-241-11/+9
* io_uring: refactor __io_get_cqe()Pavel Begunkov2023-08-241-11/+12
* io_uring: simplify big_cqe handlingPavel Begunkov2023-08-241-12/+3
* io_uring: improve cqe !tracing hot pathPavel Begunkov2023-08-241-4/+5
* io_uring: never overflow io_aux_cqePavel Begunkov2023-08-111-2/+1
* io_uring: remove return from io_req_cqe_overflow()Pavel Begunkov2023-08-111-1/+1
* io_uring: open code io_fill_cqe_req()Pavel Begunkov2023-08-111-10/+1
* io_uring: have io_file_put() take an io_kiocb rather than the fileJens Axboe2023-08-101-3/+3
* io_uring: fix false positive KASAN warningsPavel Begunkov2023-08-091-1/+0