summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: silence false positive warningsPavel Begunkov11 days1-3/+4
* io_uring: limit local tw doneDavid Wei2024-11-211-1/+1
* io_uring: add io_local_work_pending()David Wei2024-11-211-2/+7
* io_uring: avoid normal tw intermediate fallbackPavel Begunkov2024-11-061-1/+1
* io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe2024-11-061-0/+13
* io_uring: move cancelations to be io_uring_task basedJens Axboe2024-11-061-1/+1
* io_uring: abstract out a bit of the ring filling logicJens Axboe2024-10-291-0/+1
* io_uring: move max entry definition and ring sizing into headerJens Axboe2024-10-291-0/+5
* io_uring: clean up cqe trace pointsPavel Begunkov2024-10-291-4/+3
* io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_workJens Axboe2024-10-171-0/+1
* io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe2024-10-151-1/+8
* io_uring/cmd: expose iowq to cmdsPavel Begunkov2024-09-111-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-281-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
|/