summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'io_uring-7.3-20260828' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+29
8 daysio_uring/waitid: avoid siginfo copy during ring teardownHui Su1-4/+15
8 daysio_uring/waitid: honor task_work cancellationHui Su1-4/+12
8 daysio_uring/query: cap user size passed to copy_struct_to_userLaxman Acharya Padhya1-0/+3
8 daysMerge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-43/+91
13 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-2/+7
13 daysMerge tag 'for-7.3/io_uring-20260819' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-245/+430
2026-08-17io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCEJoanne Koong3-7/+2
2026-08-17io_uring/rsrc: add io_buffer_register_bvec()Joanne Koong1-0/+35
2026-08-17io_uring/rsrc: split io_buffer_register_request() logicJoanne Koong1-33/+51
2026-08-17io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()Joanne Koong1-7/+7
2026-08-16io_uring/uring_cmd: don't skip completion for a synchronous multishot cmdJens Axboe1-4/+0
2026-08-16io_uring/memmap: account the pages a compound region really usesAli Ahmet Memis1-7/+30
2026-08-16io_uring/zcrx: add dynamic area provisioningPavel Begunkov1-6/+50
2026-08-16io_uring/zcrx: lock area creation with pp_lockPavel Begunkov1-8/+4
2026-08-16io_uring/zcrx: keep array of areasPavel Begunkov2-30/+87
2026-08-16io_uring/zcrx: move freelist lock to struct zcrxPavel Begunkov2-8/+8
2026-08-16io_uring/zcrx: unmap under netdev lockPavel Begunkov1-8/+14
2026-08-16io_uring/zcrx: split dmabuf unmap and releasePavel Begunkov1-6/+11
2026-08-16io_uring/zcrx: don't pass ifq_reg to area creationPavel Begunkov1-6/+14
2026-08-16io_uring/zcrx: add helper for deriving area tokenPavel Begunkov1-2/+7
2026-08-16io_uring/zcrx: don't reload skb_shinfoPavel Begunkov1-6/+5
2026-08-16io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()Pavel Begunkov1-19/+16
2026-08-16io_uring/zcrx: constify area_reg on importPavel Begunkov1-3/+3
2026-08-16io_uring/zcrx: coalesce same-niov RQEs on refillPavel Begunkov1-20/+36
2026-08-16io_uring/zcrx: cache RQ tailPavel Begunkov2-6/+22
2026-08-16io_uring/zcrx: add RQ iteratorPavel Begunkov1-6/+26
2026-08-16io_uring/zcrx: move RQ head/tail to separate cache linesPavel Begunkov3-6/+11
2026-08-16io_uring/zcrx: scale refilling with large pagesPavel Begunkov1-7/+14
2026-08-16io_uring/io-wq: fix worker accounting when canceling creation callbacksVishnu Razdan1-3/+6
2026-08-16io_uring/net: Drop ddir argument from io_msg_copy_hdrGabriel Krisman Bertazi1-3/+3
2026-08-16io_uring/net: Drop custom iov copy in io_msg_copy_hdrGabriel Krisman Bertazi1-50/+19
2026-08-16io_uring/rw: Drop custom iov copy in io_iov_buffer_select_prepGabriel Krisman Bertazi1-19/+5
2026-08-16io_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe7-21/+22
2026-08-13io_uring/rsrc: reject overflowing regvec bvec byte countsJérémy Jean1-2/+6
2026-08-06block: rename bi_bvec_donePavel Begunkov1-2/+2
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig4-0/+5
2026-08-04io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()Ali Ahmet Memis1-1/+1
2026-08-04io_uring/cmd: fix iovec leak when the async cmd is not recycledWoraphat Khiaodaeng1-0/+4
2026-07-30io_uring: preserve task restrictions across execKyumin Lee3-2/+8
2026-07-30io_uring/uring_cmd: skip io_uring_cmd_issue_blocking() task workCaleb Sander Mateos3-14/+3
2026-07-30io_uring/zcrx: don't clear master_ctx from the import pathWoraphat Khiaodaeng1-1/+2
2026-07-30Revert "io_uring/epoll: disallow adding an epoll file to an epoll context"Jens Axboe1-3/+0
2026-07-30io_uring/futex: only mark private futex waits as inflightJens Axboe1-4/+13
2026-07-30io_uring/futex: don't mark futex wake requests as inflightJens Axboe3-1/+13
2026-07-30io_uring/kbuf: cap buffer selection length at MAX_RW_COUNTJens Axboe1-1/+4
2026-07-30io_uring/net: initialize mshot_len for sendJens Axboe1-0/+1
2026-07-25Merge tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-43/+52
2026-07-22io_uring/zcrx: rename notif to eventPavel Begunkov3-21/+22
2026-07-22io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERSPavel Begunkov2-2/+2