summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-06-14Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-13io_uring: run local task_work from ring exit IOPOLL reapingJens Axboe
2025-06-13io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe
2025-06-12io_uring: consistently use rcu semantics with sqpoll threadKeith Busch
2025-06-10io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()Penglei Jiang
2025-06-06Merge tag 'io_uring-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-04io_uring/futex: mark wait requests as inflightJens Axboe
2025-06-04io_uring/futex: get rid of struct io_futex addr unionJens Axboe
2025-06-03io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAXJens Axboe
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-28io_uring/net: only consider msg_inq if larger than 1Jens Axboe
2025-05-27io_uring/zcrx: fix area release on registration failurePavel Begunkov
2025-05-27io_uring/zcrx: init id for xa_findPavel Begunkov
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar
2025-05-23io_uring/cmd: warn on reg buf imports by ineligible cmdsPavel Begunkov
2025-05-23io_uring/io-wq: only create a new worker if it can make progressJens Axboe
2025-05-23io_uring/io-wq: ignore non-busy worker going to sleepJens Axboe
2025-05-23io_uring/io-wq: move hash helpers to the topJens Axboe
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-21io_uring/net: only retry recv bundle for a full transferJens Axboe
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe
2025-05-21io_uring: fix overflow resched cqe reorderingPavel Begunkov
2025-05-20io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declarationCaleb Sander Mateos
2025-05-17io_uring: add new helpers for posting overflowsJens Axboe
2025-05-17io_uring: pass in struct io_big_cqe to io_alloc_ocqe()Jens Axboe
2025-05-17io_uring: make io_alloc_ocqe() take a struct io_cqe pointerJens Axboe
2025-05-17io_uring: split alloc and add of overflowJens Axboe
2025-05-16io_uring: open code io_req_cqe_overflow()Pavel Begunkov
2025-05-16io_uring/fdinfo: get rid of dumping credentialsJens Axboe
2025-05-16io_uring/fdinfo: only compile if CONFIG_PROC_FS is setJens Axboe
2025-05-16Merge branch 'io_uring-6.15' into for-6.16/io_uringJens Axboe
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-14io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()Jens Axboe
2025-05-13io_uring/kbuf: unify legacy buf provision and removalPavel Begunkov
2025-05-13io_uring/kbuf: refactor __io_remove_buffersPavel Begunkov
2025-05-13io_uring/kbuf: don't compute size twice on prepPavel Begunkov
2025-05-13io_uring/kbuf: drop extra vars in io_register_pbuf_ringPavel Begunkov
2025-05-13io_uring/kbuf: use mem_is_zero()Pavel Begunkov
2025-05-13io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-05-13netmem: add niov->type attribute to distinguish different net_iov typesMina Almasry
2025-05-12io_uring/memmap: don't use page_address() on a highmem pageJens Axboe
2025-05-12io_uring: drain based on allocates reqsPavel Begunkov
2025-05-12io_uring/uring_cmd: fix hybrid polling initialization issuehexue
2025-05-09io_uring: count allocated requestsPavel Begunkov
2025-05-09io_uring: open code io_account_cq_overflow()Pavel Begunkov
2025-05-09io_uring: consolidate drain seq checkingPavel Begunkov