summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'io_uring-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-33/+51
8 daysio_uring/memmap: bound io_pin_pages() by page array byte sizeDeepanshu Kartikey1-1/+1
13 daysMerge tag 'for-7.2/io_uring-epoll-20260616' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-2/+16
14 daysMerge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+8
2026-06-17io_uring: Use system_dfl_wq instead of system_unbound_wqNathan Chancellor1-1/+1
2026-06-16io_uring/register: preserve SQ array entries on resizeguzebing1-10/+21
2026-06-16io_uring, audit: don't log IORING_OP_RECV_ZCRicardo Robaina1-0/+1
2026-06-16io_uring: get rid of tw_pending for !DEFER task workJens Axboe2-11/+17
2026-06-16io_uring/rw: preserve partial result for iopollMichael Wigham1-6/+6
2026-06-16io_uring/nop: fix file reference leak with IOSQE_FIXED_FILEVasileios Almpanis1-4/+4
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-06-16Merge tag 'for-7.2/io_uring-20260615' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds26-351/+895
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-14/+9
2026-06-15netdev: expose io_uring rx_page_order order via netlinkDragos Tatulea1-0/+8
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-06-13io_uring/net: make POLL_FIRST receive side checks consistentJens Axboe1-8/+8
2026-06-13io_uring: remove the per-ctx fallback task_work machineryJens Axboe4-63/+16
2026-06-13io_uring: run the tctx task_work fallback directlyJens Axboe1-15/+14
2026-06-13io_uring: switch normal task_work to a mpscqJens Axboe4-81/+102
2026-06-13io_uring: switch local task_work to a mpscqJens Axboe5-85/+78
2026-06-13io_uring/mpscq: add lockless multi-producer, single-consumer FIFO queueJens Axboe1-0/+125
2026-06-13io_uring: grab RCU read lock marking task runJens Axboe1-3/+3
2026-06-12Merge tag 'io_uring-7.1-20260611' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2026-06-12io_uring/zcrx: kill dead 'sock' member in struct io_zcrx_argsJens Axboe1-2/+0
2026-06-08io_uring/kbuf: validate ring provided buffer addresses with access_ok()Jens Axboe1-1/+11
2026-06-08io_uring/net: support registered buffer for plain send and recvMing Lei1-2/+44
2026-06-08io_uring/wait: fix min_timeout behaviorChristian A. Ehrhardt1-1/+1
2026-06-08io_uring/kbuf: don't truncate end buffer for bundlesJens Axboe1-1/+0
2026-06-05Merge tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2026-06-05io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retriesClément Léger1-1/+2
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig1-14/+9
2026-06-03futex: Add support for unlocking robust futexesThomas Gleixner1-1/+1
2026-06-03io_uring/nop: Drop a wrong comment in struct io_nopGabriel Krisman Bertazi1-1/+0
2026-06-03io_uring/net: Remove async_size for OP_LISTENGabriel Krisman Bertazi1-1/+0
2026-06-03io_uring/net: Avoid msghdr on op_connect/op_bind async dataGabriel Krisman Bertazi2-18/+16
2026-06-02io_uring/bpf-ops: restrict ctx access to BPFPavel Begunkov4-5/+18
2026-05-29Merge tag 'io_uring-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2026-05-29block: Add bvec_folio()Matthew Wilcox (Oracle)1-1/+1
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour1-1/+0
2026-05-28io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work itemRunyu Xiao1-1/+1
2026-05-28io_uring/kbuf: align legacy buffer add limit with MAX_BIDS_PER_BGIDliyouhong1-2/+2
2026-05-26io_uring/zcrx: add shared-memory notification statisticsClément Léger3-2/+69
2026-05-26io_uring/zcrx: notify user on frag copy fallbackClément Léger2-2/+7
2026-05-26io_uring/zcrx: notify user when out of buffersPavel Begunkov4-4/+92
2026-05-26io_uring/zcrx: add ctx pointer to zcrxPavel Begunkov2-8/+34
2026-05-26io_uring/zcrx: reorder fd allocation in zcrx_export()Bertie Tryner1-11/+14
2026-05-26io_uring/zcrx: remove extra ifq closePavel Begunkov1-1/+4
2026-05-26io_uring/zcrx: poison pointers on unregistrationPavel Begunkov1-6/+5
2026-05-26io_uring/zcrx: make scrubbing more reliablePavel Begunkov1-0/+6