summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-09-15io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflowMax Kellermann
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-10io_uring: correct size of overflow CQE calculationJens Axboe
2025-09-10io_uring: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-10io_uring: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-08io_uring/rsrc: respect submitter_task in io_register_clone_buffers()Caleb Sander Mateos
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-08io_uring: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum
2025-09-08io_uring: introduce io_uring queryingPavel Begunkov
2025-09-08io_uring: add macros for avaliable flagsPavel Begunkov
2025-09-08io_uring: add helper for *REGISTER_SEND_MSG_RINGPavel Begunkov
2025-09-04io_uring: remove WRITE_ONCE() in io_uring_create()Caleb Sander Mateos
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-03io_uring/uring_cmd: correct io_uring_cmd_done() ret typeCaleb Sander Mateos
2025-09-02io_uring/uring_cmd: add io_uring_cmd_tw_t type aliasCaleb Sander Mateos
2025-09-02io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos
2025-09-02io_uring/net: correct type for min_not_zero() castJens Axboe
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28io_uring/zcrx: add support for custom DMA devicesDragos Tatulea
2025-08-28io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengthsJens Axboe
2025-08-27io_uring: add async data clear/free helpersJens Axboe
2025-08-27io_uring/zcrx: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-08-27io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-08-27io_uring/nop: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-08-27io_uring/kbuf: fix signedness in this_len calculationQingyue Zhang
2025-08-24io_uring/fdinfo: handle mixed sized CQEsJens Axboe
2025-08-24io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checksCaleb Sander Mateos
2025-08-24io_uring/cmd: deduplicate uring_cmd_flags checksCaleb Sander Mateos
2025-08-24io_uring: uring_cmd: add multishot supportMing Lei
2025-08-24io-uring: move `struct io_br_sel` into io_uring_types.hMing Lei
2025-08-24io_uring/kbuf: check for ring provided buffers first in recyclingJens Axboe
2025-08-24io_uring: remove async/poll related provided buffer recyclesJens Axboe
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe
2025-08-24io_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe
2025-08-24io_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe
2025-08-24io_uring/rw: recycle buffers manually for non-mshot readsJens Axboe
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe
2025-08-24io_uring/net: clarify io_recv_buf_select() return valueJens Axboe
2025-08-24io_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe
2025-08-24io_uring/zctx: check chained notif contextsPavel Begunkov
2025-08-24io_uring: add request poisoningPavel Begunkov
2025-08-21io_uring: clear ->async_data as part of normal initJens Axboe
2025-08-21io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig