aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/io_uring_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe1-3/+0
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-0/+5
2025-07-08io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe1-0/+2
2025-06-23io_uring: add struct io_cold_def->sqe_copy() methodJens Axboe1-0/+3
2025-06-23io_uring: add IO_URING_F_INLINE issue flagJens Axboe1-0/+2
2025-05-17io_uring: pass in struct io_big_cqe to io_alloc_ocqe()Jens Axboe1-1/+1
2025-05-12io_uring: drain based on allocates reqsPavel Begunkov1-1/+1
2025-05-09io_uring: count allocated requestsPavel Begunkov1-0/+1
2025-04-23io_uring/zcrx: add support for multiple ifqsPavel Begunkov1-3/+2
2025-04-21io_uring/zcrx: move zcrx region to struct io_zcrx_ifqPavel Begunkov1-2/+0
2025-04-21io_uring: don't store bgid in req->buf_indexPavel Begunkov1-2/+1
2025-03-27io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov1-0/+3
2025-03-26io_uring/net: use REQ_F_IMPORT_BUFFER for send_zcCaleb Sander Mateos1-1/+4
2025-03-19io_uring: rename the data cmd cachePavel Begunkov1-1/+1
2025-03-07io_uring/rw: defer reg buf vec importPavel Begunkov1-0/+3
2025-03-07io_uring: add infra for importing vectored reg buffersPavel Begunkov1-2/+5
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov1-0/+5
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe1-0/+6
2025-02-28io_uring: convert cmd_to_io_kiocb() macro to functionCaleb Sander Mateos1-1/+5
2025-02-28io_uring: cache nodes and mapped buffersKeith Busch1-0/+2
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei1-0/+6
2025-02-17io_uring: pass struct io_tw_state by valueCaleb Sander Mateos1-1/+1
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-1/+8
2025-02-17io_uring/kbuf: remove legacy kbuf cachingPavel Begunkov1-3/+0
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-1/+2
2024-12-27io_uring/rw: don't mask in f_iocb_flagsJens Axboe1-0/+3
2024-12-23io_uring/kbuf: use mmap_lock to sync with mmapPavel Begunkov1-0/+5
2024-12-23io_uring: use region api for CQPavel Begunkov1-7/+1
2024-12-23io_uring: use region api for SQPavel Begunkov1-2/+1
2024-12-23io_uring/memmap: flag vmap'ed regionsPavel Begunkov1-2/+3
2024-12-23io_uring: rename ->resize_lockPavel Begunkov1-1/+1
2024-12-17io_uring: make ctx->timeout_lock a raw spinlockJens Axboe1-1/+1
2024-11-30Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-11-21io_uring: limit local tw doneDavid Wei1-0/+1
2024-11-18Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-32/+56
2024-11-15io_uring: restore back registered wait argumentsPavel Begunkov1-0/+3
2024-11-15io_uring: add memory region registrationPavel Begunkov1-0/+3
2024-11-15io_uring: introduce concept of memory regionsPavel Begunkov1-0/+6
2024-11-15io_uring: temporarily disable registered waitsPavel Begunkov1-10/+0
2024-11-11io_uring/cmd: let cmds to know about dying taskPavel Begunkov1-0/+1
2024-11-06io_uring/napi: add static napi tracking strategyOlivier Langlois1-1/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-1/+2
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe1-1/+6
2024-11-02io_uring: add support for hybrid IOPOLLhexue1-2/+17
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-8/+7
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe1-3/+0
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-7/+3
2024-10-29io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe1-5/+0
2024-10-29io_uring: add support for fixed wait regionsJens Axboe1-0/+10
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe1-0/+7