summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
31 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ax...Mark Brown
4 daysio_uring/waitid: avoid siginfo copy during ring teardownHui Su
4 daysio_uring/waitid: honor task_work cancellationHui Su
4 daysio_uring/query: cap user size passed to copy_struct_to_userLaxman Acharya Padhya
4 daysMerge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
9 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'for-7.3/io_uring-20260819' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
12 daysio_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCEJoanne Koong
12 daysio_uring/rsrc: add io_buffer_register_bvec()Joanne Koong
12 daysio_uring/rsrc: split io_buffer_register_request() logicJoanne Koong
12 daysio_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()Joanne Koong
14 daysio_uring/uring_cmd: don't skip completion for a synchronous multishot cmdJens Axboe
14 daysio_uring/memmap: account the pages a compound region really usesAli Ahmet Memis
14 daysio_uring/zcrx: add dynamic area provisioningPavel Begunkov
14 daysio_uring/zcrx: lock area creation with pp_lockPavel Begunkov
14 daysio_uring/zcrx: keep array of areasPavel Begunkov
14 daysio_uring/zcrx: move freelist lock to struct zcrxPavel Begunkov
14 daysio_uring/zcrx: unmap under netdev lockPavel Begunkov
14 daysio_uring/zcrx: split dmabuf unmap and releasePavel Begunkov
14 daysio_uring/zcrx: don't pass ifq_reg to area creationPavel Begunkov
14 daysio_uring/zcrx: add helper for deriving area tokenPavel Begunkov
14 daysio_uring/zcrx: don't reload skb_shinfoPavel Begunkov
14 daysio_urint/zcrx: narrow var scope in io_zcrx_recv_skb()Pavel Begunkov
14 daysio_uring/zcrx: constify area_reg on importPavel Begunkov
14 daysio_uring/zcrx: coalesce same-niov RQEs on refillPavel Begunkov
14 daysio_uring/zcrx: cache RQ tailPavel Begunkov
14 daysio_uring/zcrx: add RQ iteratorPavel Begunkov
14 daysio_uring/zcrx: move RQ head/tail to separate cache linesPavel Begunkov
14 daysio_uring/zcrx: scale refilling with large pagesPavel Begunkov
14 daysio_uring/io-wq: fix worker accounting when canceling creation callbacksVishnu Razdan
14 daysio_uring/net: Drop ddir argument from io_msg_copy_hdrGabriel Krisman Bertazi
14 daysio_uring/net: Drop custom iov copy in io_msg_copy_hdrGabriel Krisman Bertazi
14 daysio_uring/rw: Drop custom iov copy in io_iov_buffer_select_prepGabriel Krisman Bertazi
14 daysio_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe
2026-08-12io_uring/rsrc: reject overflowing regvec bvec byte countsJérémy Jean
2026-08-06block: rename bi_bvec_donePavel Begunkov
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-08-03io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()Ali Ahmet Memis
2026-08-03io_uring/cmd: fix iovec leak when the async cmd is not recycledWoraphat Khiaodaeng
2026-07-30io_uring: preserve task restrictions across execKyumin Lee
2026-07-30io_uring/uring_cmd: skip io_uring_cmd_issue_blocking() task workCaleb Sander Mateos
2026-07-30io_uring/zcrx: don't clear master_ctx from the import pathWoraphat Khiaodaeng
2026-07-30Revert "io_uring/epoll: disallow adding an epoll file to an epoll context"Jens Axboe
2026-07-30io_uring/futex: only mark private futex waits as inflightJens Axboe
2026-07-30io_uring/futex: don't mark futex wake requests as inflightJens Axboe
2026-07-30io_uring/kbuf: cap buffer selection length at MAX_RW_COUNTJens Axboe
2026-07-30io_uring/net: initialize mshot_len for sendJens Axboe
2026-07-24Merge tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-22io_uring/zcrx: rename notif to eventPavel Begunkov
2026-07-22io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERSPavel Begunkov