summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* io_uring: make io_cq_unlock_post staticPavel Begunkov2023-06-231-2/+0
* io_uring: remove IOU_F_TWQ_FORCE_NORMALPavel Begunkov2023-06-231-4/+1
* io_uring: remove io_req_ffs_setChristoph Hellwig2023-06-201-5/+0
* io_uring: cleanup io_aux_cqe() APIJens Axboe2023-06-071-1/+1
* io_uring: Add io_uring_setup flag to pre-register ring fd and never install itJosh Triplett2023-05-161-0/+3
* io_uring: Create a helper to return the SQE sizeBreno Leitao2023-05-041-0/+10
* io_uring: add irq lockdep checksPavel Begunkov2023-04-121-0/+2
* io_uring: reduce scheduling due to twPavel Begunkov2023-04-061-0/+9
* io_uring: add tw add flagsPavel Begunkov2023-04-061-2/+7
* io_uring: refactor io_cqring_wake()Pavel Begunkov2023-04-061-9/+2
* io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe2023-04-031-1/+3
* io_uring: encapsulate task_work statePavel Begunkov2023-04-031-7/+7
* io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe2023-02-061-1/+3
* io_uring: refactor req allocationPavel Begunkov2023-01-291-8/+11
* io_uring: Enable KASAN for request cacheBreno Leitao2023-01-291-3/+8
* io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe2023-01-291-0/+8
* io_uring: don't export io_put_task()Pavel Begunkov2023-01-291-10/+0
* io_uring: add lazy poll_wq activationPavel Begunkov2023-01-291-4/+3
* io_uring: separate wq for ring pollingPavel Begunkov2023-01-291-0/+9
* io_uring: move io_run_local_work_lockedPavel Begunkov2023-01-291-17/+0
* io_uring: mark io_run_local_work staticPavel Begunkov2023-01-291-1/+0
* io_uring: move defer tw task checksPavel Begunkov2023-01-291-0/+5
* io_uring: kill io_run_task_work_ctxPavel Begunkov2023-01-291-20/+0
* io_uring: rearrange defer list checksPavel Begunkov2023-01-291-1/+1
* io_uring: lockdep annotate CQ lockingPavel Begunkov2023-01-031-0/+15
* io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe2022-12-171-2/+1
* io_uring: revise completion_lock lockingPavel Begunkov2022-12-141-11/+0
* io_uring: skip spinlocking for ->task_completePavel Begunkov2022-12-071-1/+9
* io_uring: don't raw spin unlock to match cq_lockPavel Begunkov2022-11-301-0/+5
* Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe2022-11-291-14/+29
|\
| * io_uring: remove io_req_complete_post_twDylan Yudaken2022-11-251-7/+0