summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-14io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe1-0/+11
2024-02-09io-uring: add napi busy poll supportStefan Roesch1-0/+4
2024-02-09io-uring: move io_wait_queue definition to header fileStefan Roesch1-0/+22
2024-02-08io_uring/sqpoll: manage task_work privatelyJens Axboe1-6/+18
2024-02-08io_uring: mark the need to lock/unlock the ring as unlikelyJens Axboe1-2/+2
2024-02-08io_uring: add io_file_can_poll() helperJens Axboe1-0/+12
2024-01-29io_uring/poll: add requeue return code from poll multishot handlingJens Axboe1-1/+7
2023-12-19io_uring/unix: drop usage of io_uring socketJens Axboe1-1/+0
2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe1-0/+8
2023-12-12io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov1-10/+0
2023-11-28io_uring: enable io_mem_alloc/free to be used in other partsJens Axboe1-0/+3
2023-11-02Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-10-05io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi1-0/+1
2023-10-03io_uring: ensure io_lockdep_assert_cq_locked() handles disabled ringsJens Axboe1-14/+27
2023-08-25io_uring: force inline io_fill_cqe_reqPavel Begunkov1-1/+2
2023-08-25io_uring: merge iopoll and normal completion pathsPavel Begunkov1-1/+1
2023-08-25io_uring: optimise extra io_get_cqe null checkPavel Begunkov1-11/+9
2023-08-25io_uring: refactor __io_get_cqe()Pavel Begunkov1-11/+12
2023-08-25io_uring: simplify big_cqe handlingPavel Begunkov1-12/+3
2023-08-25io_uring: improve cqe !tracing hot pathPavel Begunkov1-4/+5
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov1-2/+1
2023-08-11io_uring: remove return from io_req_cqe_overflow()Pavel Begunkov1-1/+1
2023-08-11io_uring: open code io_fill_cqe_req()Pavel Begunkov1-10/+1
2023-08-10io_uring: have io_file_put() take an io_kiocb rather than the fileJens Axboe1-3/+3
2023-08-09io_uring: fix false positive KASAN warningsPavel Begunkov1-1/+0
2023-06-23io_uring: make io_cq_unlock_post staticPavel Begunkov1-2/+0
2023-06-23io_uring: remove IOU_F_TWQ_FORCE_NORMALPavel Begunkov1-4/+1
2023-06-20io_uring: remove io_req_ffs_setChristoph Hellwig1-5/+0
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe1-1/+1
2023-05-16io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett1-0/+3
2023-05-04io_uring: Create a helper to return the SQE sizeBreno Leitao1-0/+10
2023-04-12io_uring: add irq lockdep checksPavel Begunkov1-0/+2
2023-04-07io_uring: reduce scheduling due to twPavel Begunkov1-0/+9
2023-04-07io_uring: add tw add flagsPavel Begunkov1-2/+7
2023-04-07io_uring: refactor io_cqring_wake()Pavel Begunkov1-9/+2
2023-04-03io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe1-1/+3
2023-04-03io_uring: encapsulate task_work statePavel Begunkov1-7/+7
2023-02-06io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-01-30io_uring: refactor req allocationPavel Begunkov1-8/+11
2023-01-30io_uring: Enable KASAN for request cacheBreno Leitao1-3/+8
2023-01-30io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+8
2023-01-30io_uring: don't export io_put_task()Pavel Begunkov1-10/+0
2023-01-30io_uring: add lazy poll_wq activationPavel Begunkov1-4/+3
2023-01-30io_uring: separate wq for ring pollingPavel Begunkov1-0/+9
2023-01-30io_uring: move io_run_local_work_lockedPavel Begunkov1-17/+0
2023-01-30io_uring: mark io_run_local_work staticPavel Begunkov1-1/+0
2023-01-30io_uring: move defer tw task checksPavel Begunkov1-0/+5
2023-01-30io_uring: kill io_run_task_work_ctxPavel Begunkov1-20/+0
2023-01-30io_uring: rearrange defer list checksPavel Begunkov1-1/+1
2023-01-04io_uring: lockdep annotate CQ lockingPavel Begunkov1-0/+15