summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)Author
2024-04-25io_uring/rw: reinstate thread check for retriesJens Axboe
2024-04-17io_uring/rw: ensure retry condition isn't lostJens Axboe
2024-04-15io_uring: unexport io_req_cqe_overflow()Pavel Begunkov
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe
2024-04-15io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe
2024-04-15io_uring: use the right type for work_llist empty checkJens Axboe
2024-04-15io_uring: drop ->prep_async()Jens Axboe
2024-04-15io_uring: clean up io_lockdep_assert_cq_lockedPavel Begunkov
2024-04-15io_uring: refactor io_req_complete_post()Pavel Begunkov
2024-04-15io_uring: get rid of intermediate aux cqe cachesPavel Begunkov
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov
2024-04-15io_uring/rw: avoid punting to io-wq directlyPavel Begunkov
2024-04-15io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov
2024-02-14io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe
2024-02-09io-uring: add napi busy poll supportStefan Roesch
2024-02-09io-uring: move io_wait_queue definition to header fileStefan Roesch
2024-02-08io_uring/sqpoll: manage task_work privatelyJens Axboe
2024-02-08io_uring: mark the need to lock/unlock the ring as unlikelyJens Axboe
2024-02-08io_uring: add io_file_can_poll() helperJens Axboe
2024-01-29io_uring/poll: add requeue return code from poll multishot handlingJens Axboe
2023-12-19io_uring/unix: drop usage of io_uring socketJens Axboe
2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe
2023-12-12io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov
2023-11-27io_uring: enable io_mem_alloc/free to be used in other partsJens Axboe
2023-11-01Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-05io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi
2023-10-03io_uring: ensure io_lockdep_assert_cq_locked() handles disabled ringsJens Axboe
2023-08-24io_uring: force inline io_fill_cqe_reqPavel Begunkov
2023-08-24io_uring: merge iopoll and normal completion pathsPavel Begunkov
2023-08-24io_uring: optimise extra io_get_cqe null checkPavel Begunkov
2023-08-24io_uring: refactor __io_get_cqe()Pavel Begunkov
2023-08-24io_uring: simplify big_cqe handlingPavel Begunkov
2023-08-24io_uring: improve cqe !tracing hot pathPavel Begunkov
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov
2023-08-11io_uring: remove return from io_req_cqe_overflow()Pavel Begunkov
2023-08-11io_uring: open code io_fill_cqe_req()Pavel Begunkov
2023-08-10io_uring: have io_file_put() take an io_kiocb rather than the fileJens Axboe
2023-08-09io_uring: fix false positive KASAN warningsPavel Begunkov
2023-06-23io_uring: make io_cq_unlock_post staticPavel Begunkov
2023-06-23io_uring: remove IOU_F_TWQ_FORCE_NORMALPavel Begunkov
2023-06-20io_uring: remove io_req_ffs_setChristoph Hellwig
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett
2023-05-04io_uring: Create a helper to return the SQE sizeBreno Leitao
2023-04-12io_uring: add irq lockdep checksPavel Begunkov
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov
2023-04-06io_uring: add tw add flagsPavel Begunkov
2023-04-06io_uring: refactor io_cqring_wake()Pavel Begunkov