summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-02-20io_uring/epoll: remove CONFIG_EPOLL guardsJens Axboe
2025-02-20Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-epoll-waitJens Axboe
2025-02-19io_uring: Rename KConfig to KconfigGeert Uytterhoeven
2025-02-19io_uring/zcrx: fix leaks on failed registrationPavel Begunkov
2025-02-19io_uring/rw: clean up mshot forced sync modePavel Begunkov
2025-02-19io_uring/rw: move ki_complete init into prepPavel Begunkov
2025-02-19io_uring/rw: don't directly use ki_completePavel Begunkov
2025-02-19io_uring/rw: forbid multishot async readsPavel Begunkov
2025-02-19io_uring/zcrx: recheck ifq on shutdownPavel Begunkov
2025-02-19io_uring/rsrc: remove unused constantsCaleb Sander Mateos
2025-02-18io_uring: use lockless_cq flag in io_req_complete_post()Caleb Sander Mateos
2025-02-18io_uring: Use helper function hrtimer_update_function()Nam Cao
2025-02-18io_uring/timeout: Switch to use hrtimer_setup()Nam Cao
2025-02-17net: use napi_id_valid helperStefano Jordhani
2025-02-17io_uring/zcrx: add copy fallbackPavel Begunkov
2025-02-17io_uring/zcrx: throttle receive requestsPavel Begunkov
2025-02-17io_uring/zcrx: set pp memory provider for an rx queueDavid Wei
2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei
2025-02-17io_uring/zcrx: dma-map area for the devicePavel Begunkov
2025-02-17io_uring/zcrx: implement zerocopy receive pp memory providerPavel Begunkov
2025-02-17io_uring/zcrx: grab a net devicePavel Begunkov
2025-02-17io_uring/zcrx: add io_zcrx_areaDavid Wei
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei
2025-02-17io_uring: pass struct io_tw_state by valueCaleb Sander Mateos
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos
2025-02-17io_uring/rsrc: avoid NULL check in io_put_rsrc_node()Caleb Sander Mateos
2025-02-17io_uring: pass ctx instead of req to io_init_req_drain()Caleb Sander Mateos
2025-02-17io_uring: use IO_REQ_LINK_FLAGS moreCaleb Sander Mateos
2025-02-17io_uring/net: improve recv bundlesJens Axboe
2025-02-17io_uring/waitid: use generic io_cancel_remove() helperJens Axboe
2025-02-17io_uring/futex: use generic io_cancel_remove() helperJens Axboe
2025-02-17io_uring/cancel: add generic cancel helperJens Axboe
2025-02-17io_uring/waitid: convert to io_cancel_remove_all()Jens Axboe
2025-02-17io_uring/futex: convert to io_cancel_remove_all()Jens Axboe
2025-02-17io_uring/cancel: add generic remove_all helperJens Axboe
2025-02-17io_uring/kbuf: uninline __io_put_kbufsPavel Begunkov
2025-02-17io_uring/kbuf: introduce io_kbuf_drop_legacy()Pavel Begunkov
2025-02-17io_uring/kbuf: open code __io_put_kbuf()Pavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf cachingPavel Begunkov
2025-02-17io_uring/kbuf: simplify __io_put_kbufPavel Begunkov
2025-02-17io_uring/kbuf: move locking into io_kbuf_drop()Pavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf kmem cachePavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf bulk allocationPavel Begunkov
2025-02-17io_uring: sanitise ring params earlierPavel Begunkov
2025-02-17io_uring: check for iowq alloc_workqueue failurePavel Begunkov
2025-02-17io_uring: deduplicate caches deallocationPavel Begunkov
2025-02-17io_uring/io-wq: pass io_wq to io_get_next_work()Max Kellermann
2025-02-17io_uring/io-wq: do not use bogus hash valueMax Kellermann
2025-02-17io_uring/io-wq: cache work->flags in variableMax Kellermann
2025-02-17io_uring/io-wq: move worker lists to struct io_wq_acctMax Kellermann