aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2025-10-23io_uring: correct __must_hold annotation in io_install_fixed_fileAlok Tiwari1-1/+1
2025-10-22io_uring/fdinfo: show SQEs for no array setupKeith Busch1-2/+4
2025-10-22io_uring: check for user passing 0 nr_submitPavel Begunkov1-2/+3
2025-10-22io_uring: Fix code indentation errorRanganath V N2-2/+2
2025-10-22io_uring/sqpoll: be smarter on when to update the stime usageJens Axboe1-11/+32
2025-10-22io_uring/sqpoll: switch away from getrusage() for CPU accountingJens Axboe3-18/+23
2025-10-22io_uring: add support for IORING_SETUP_SQE_MIXEDKeith Busch7-26/+106
2025-10-20io_uring: only publish fully handled mem regionPavel Begunkov3-26/+18
2025-10-20io_uring/kbuf: use io_create_region for kbuf creationPavel Begunkov1-1/+1
2025-10-20io_uring: don't free never created regionsPavel Begunkov1-3/+2
2025-10-20io_uring: remove extra args from io_register_free_ringsPavel Begunkov1-6/+5
2025-10-20io_uring: use no mmap safe region helpers on resizingPavel Begunkov1-2/+2
2025-10-20io_uring: sanity check sizes before attempting allocationPavel Begunkov1-16/+12
2025-10-20io_uring: deduplicate array_size in io_allocate_scq_uringsPavel Begunkov1-3/+5
2025-10-20io_uring/waitid: use io_waitid_remove_wq() consistentlyJens Axboe1-4/+11
2025-10-20io_uring/waitid: have io_waitid_complete() remove wait queue entryJens Axboe1-6/+20
2025-10-20io_uring: unify task_work cancelation checksJens Axboe5-23/+23
2025-10-20io_uring: fix incorrect unlikely() usage in io_waitid_prep()Alok Tiwari1-1/+1
2025-10-15io_uring/rw: check for NULL io_br_sel when putting a bufferJens Axboe1-1/+5
2025-10-15io_uring: fix unexpected placement on same size resizingPavel Begunkov1-7/+0
2025-10-15io_uring: protect mem region deregistrationPavel Begunkov1-0/+1
2025-10-13Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"Jens Axboe1-1/+1
2025-10-08io_uring/zcrx: increment fallback loop src offsetPavel Begunkov1-0/+1
2025-10-08io_uring/zcrx: fix overshooting recv limitPavel Begunkov1-0/+4
2025-10-07io_uring/waitid: always prune wait queue entry in io_waitid_wait()Jens Axboe1-1/+2
2025-10-03io_uring: update liburing git URLJens Axboe1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+2
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds25-406/+839
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-37/+15
2025-09-21io_uring/zcrx: remove nth_page() usage within folioDavid Hildenbrand1-2/+2
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch2-5/+8
2025-09-19Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linuxLinus Torvalds8-37/+15
2025-09-19io_uring/query: cap number of queriesPavel Begunkov1-1/+5
2025-09-19io_uring/query: prevent infinite loopsPavel Begunkov1-0/+4
2025-09-19io_uring: fix incorrect io_kiocb reference in io_link_skbYang Xiuwei1-1/+1
2025-09-18io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe2-26/+2
2025-09-18io_uring: include dying ring in task_work "should cancel" stateJens Axboe5-7/+9
2025-09-16io_uring/zcrx: account niov arrays to cgroupPavel Begunkov1-3/+3
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov3-0/+78
2025-09-16io_uring/zcrx: introduce io_parse_rqe()Pavel Begunkov1-13/+23
2025-09-16io_uring/zcrx: don't adjust free cache spacePavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: use guards for the refill lockPavel Begunkov1-5/+2
2025-09-16io_uring/zcrx: reduce netmem scope in refillPavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: protect netdev with pp_lockPavel Begunkov2-13/+11
2025-09-16io_uring/zcrx: rename dma lockPavel Begunkov2-5/+10
2025-09-16io_uring/zcrx: make niov size variablePavel Begunkov2-10/+21
2025-09-16io_uring/zcrx: set sgt for umem areaPavel Begunkov2-9/+7
2025-09-16io_uring/zcrx: remove dmabuf_offsetPavel Begunkov2-12/+2
2025-09-16io_uring/zcrx: deduplicate area mappingPavel Begunkov1-23/+14