summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-07-11Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-10io_uring/net: allow multishot receive per-invocation capJens Axboe
2025-07-10io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flagsJens Axboe
2025-07-10io_uring/net: use passed in 'len' in io_recv_buf_select()Jens Axboe
2025-07-08io_uring/zcrx: prepare fallback for larger pagesPavel Begunkov
2025-07-08io_uring/zcrx: assert area type in io_zcrx_iov_pagePavel Begunkov
2025-07-08io_uring/zcrx: allocate sgtable for umem areasPavel Begunkov
2025-07-08io_uring/zcrx: introduce io_populate_area_dmaPavel Begunkov
2025-07-08io_uring/zcrx: return error from io_zcrx_map_area_*Pavel Begunkov
2025-07-08io_uring/zcrx: always pass page to io_zcrx_copy_chunkPavel Begunkov
2025-07-08Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"Jens Axboe
2025-07-08io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe
2025-07-07io_uring/rw: cast rw->flags assignment to rwf_tJens Axboe
2025-07-07io_uring/zcrx: fix pp destruction warningsPavel Begunkov
2025-07-06Merge branch 'io_uring-6.16' into for-6.17/io_uringJens Axboe
2025-07-02io_uring/rsrc: skip atomic refcount for uncloned buffersCaleb Sander Mateos
2025-07-02io_uring/mock: add trivial poll handlerPavel Begunkov
2025-07-02io_uring/mock: support for async read/writePavel Begunkov
2025-07-02io_uring/mock: allow to choose FMODE_NOWAITPavel Begunkov
2025-07-02io_uring/mock: add sync read/writePavel Begunkov
2025-07-02io_uring/mock: add cmd using vectored regbufsPavel Begunkov
2025-07-02io_uring/mock: add basic infra for test mock filesPavel Begunkov
2025-06-30Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-29io_uring: gate REQ_F_ISREG on !S_ANON_INODE as wellJens Axboe
2025-06-27Merge tag 'io_uring-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-26io_uring/kbuf: flag partial buffer mappingsJens Axboe
2025-06-25io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe
2025-06-25io_uring: fix resource leak in io_import_dmabuf()Penglei Jiang
2025-06-24io_uring: don't assume uaddr alignment in io_vec_fill_bvecPavel Begunkov
2025-06-24io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov
2025-06-24io_uring/rsrc: fix folio unpinningPavel Begunkov
2025-06-23io_uring/netcmd: add tx timestamping cmd supportPavel Begunkov
2025-06-23io_uring: add mshot helper for posting CQE32Pavel Begunkov
2025-06-23io_uring/cmd: allow multishot polled commandsPavel Begunkov
2025-06-23io_uring/poll: introduce io_arm_apoll()Pavel Begunkov
2025-06-23io_uring/nop: add IORING_NOP_TW completion flagJens Axboe
2025-06-23io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copiesJens Axboe
2025-06-23io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()Jens Axboe
2025-06-23io_uring: add struct io_cold_def->sqe_copy() methodJens Axboe
2025-06-23io_uring: add IO_URING_F_INLINE issue flagJens Axboe
2025-06-23io_uring: make fallocate be hashed workFengnan Chang
2025-06-21Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-20io_uring/net: always use current transfer count for buffer putJens Axboe
2025-06-19Merge tag 'io_uring-6.16-20250619' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-18io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang
2025-06-17io_uring/sqpoll: don't put task_struct on tctx setup failureJens Axboe
2025-06-17io_uring: remove duplicate io_uring_alloc_task_context() definitionJens Axboe
2025-06-15io_uring: fix task leak issue in io_wq_create()Penglei Jiang
2025-06-15io_uring/rsrc: validate buffer count with offset for cloningJens Axboe
2025-06-14Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds