summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-0/+3
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar-3/+1
2025-05-23io_uring/cmd: warn on reg buf imports by ineligible cmdsPavel Begunkov-0/+6
2025-05-23io_uring/io-wq: only create a new worker if it can make progressJens Axboe-0/+28
2025-05-23io_uring/io-wq: ignore non-busy worker going to sleepJens Axboe-0/+2
2025-05-23io_uring/io-wq: move hash helpers to the topJens Axboe-10/+10
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+31
2025-05-21io_uring/net: only retry recv bundle for a full transferJens Axboe-4/+10
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe-47/+46
2025-05-21io_uring: fix overflow resched cqe reorderingPavel Begunkov-0/+1
2025-05-20io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declarationCaleb Sander Mateos-6/+0
2025-05-17io_uring: add new helpers for posting overflowsJens Axboe-21/+29
2025-05-17io_uring: pass in struct io_big_cqe to io_alloc_ocqe()Jens Axboe-12/+11
2025-05-17io_uring: make io_alloc_ocqe() take a struct io_cqe pointerJens Axboe-10/+16
2025-05-17io_uring: split alloc and add of overflowJens Axboe-29/+45
2025-05-16io_uring: open code io_req_cqe_overflow()Pavel Begunkov-10/+10
2025-05-16io_uring/fdinfo: get rid of dumping credentialsJens Axboe-38/+0
2025-05-16io_uring/fdinfo: only compile if CONFIG_PROC_FS is setJens Axboe-3/+2
2025-05-16Merge branch 'io_uring-6.15' into for-6.16/io_uringJens Axboe-71/+72
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-36/+24
2025-05-14io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()Jens Axboe-23/+25
2025-05-13io_uring/kbuf: unify legacy buf provision and removalPavel Begunkov-50/+31
2025-05-13io_uring/kbuf: refactor __io_remove_buffersPavel Begunkov-25/+13
2025-05-13io_uring/kbuf: don't compute size twice on prepPavel Begunkov-2/+0
2025-05-13io_uring/kbuf: drop extra vars in io_register_pbuf_ringPavel Begunkov-3/+3
2025-05-13io_uring/kbuf: use mem_is_zero()Pavel Begunkov-10/+4
2025-05-13io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov-1/+1
2025-05-13net: devmem: Implement TX pathMina Almasry-1/+1
2025-05-13netmem: add niov->type attribute to distinguish different net_iov typesMina Almasry-0/+1
2025-05-12io_uring/memmap: don't use page_address() on a highmem pageJens Axboe-1/+1
2025-05-12io_uring: drain based on allocates reqsPavel Begunkov-49/+33
2025-05-12io_uring/uring_cmd: fix hybrid polling initialization issuehexue-0/+5
2025-05-09io_uring: count allocated requestsPavel Begunkov-1/+8
2025-05-09io_uring: open code io_account_cq_overflow()Pavel Begunkov-9/+4
2025-05-09io_uring: consolidate drain seq checkingPavel Begunkov-28/+17
2025-05-09io_uring: remove drain prealloc checksPavel Begunkov-12/+3
2025-05-09io_uring: simplify drain ret passingPavel Begunkov-3/+1
2025-05-09io_uring: fix spurious drain flushingPavel Begunkov-1/+13
2025-05-09io_uring: account drain memory to cgroupPavel Begunkov-1/+1
2025-05-09io_uring: add lockdep asserts to io_add_aux_cqePavel Begunkov-0/+3
2025-05-09io_uring/net: move CONFIG_NET guards to MakefilePavel Begunkov-4/+2
2025-05-09io_uring: update parameter name in io_pin_pages function declarationLong Li-1/+1
2025-05-09io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi-1/+1
2025-05-07io_uring: ensure deferred completions are flushed for multishotJens Axboe-0/+8
2025-05-06io_uring: move io_req_put_rsrc_nodes()Pavel Begunkov-12/+10
2025-05-06io_uring: remove io_preinit_req()Pavel Begunkov-19/+3
2025-05-06io_uring/timeout: don't export link t-out disarm helperPavel Begunkov-16/+8
2025-05-06io_uring/zcrx: dmabuf backed zerocopy receivePavel Begunkov-16/+154
2025-05-06io_uring: enable per-io write streamsKeith Busch-0/+3
2025-05-04io_uring: always arm linked timeouts prior to issueJens Axboe-35/+15