aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-24io_uring/rsrc: fix folio unpinningPavel Begunkov1-4/+9
2025-06-23io_uring/netcmd: add tx timestamping cmd supportPavel Begunkov1-0/+82
2025-06-23io_uring: add mshot helper for posting CQE32Pavel Begunkov4-0/+56
2025-06-23io_uring/cmd: allow multishot polled commandsPavel Begunkov2-0/+26
2025-06-23io_uring/poll: introduce io_arm_apoll()Pavel Begunkov2-17/+28
2025-06-23io_uring/nop: add IORING_NOP_TW completion flagJens Axboe1-1/+7
2025-06-23io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copiesJens Axboe3-9/+14
2025-06-23io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()Jens Axboe1-21/+13
2025-06-23io_uring: add struct io_cold_def->sqe_copy() methodJens Axboe2-2/+26
2025-06-23io_uring: add IO_URING_F_INLINE issue flagJens Axboe1-5/+7
2025-06-23io_uring: make fallocate be hashed workFengnan Chang1-0/+1
2025-06-21Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-06-20io_uring/net: always use current transfer count for buffer putJens Axboe1-1/+1
2025-06-19Merge tag 'io_uring-6.16-20250619' of git://git.kernel.dk/linuxLinus Torvalds4-10/+10
2025-06-18io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang1-3/+3
2025-06-17io_uring/sqpoll: don't put task_struct on tctx setup failureJens Axboe1-4/+1
2025-06-17io_uring: remove duplicate io_uring_alloc_task_context() definitionJens Axboe2-2/+1
2025-06-15io_uring: fix task leak issue in io_wq_create()Penglei Jiang1-1/+3
2025-06-15io_uring/rsrc: validate buffer count with offset for cloningJens Axboe1-0/+2
2025-06-14Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds6-23/+59
2025-06-13io_uring: run local task_work from ring exit IOPOLL reapingJens Axboe1-0/+3
2025-06-13io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe1-1/+4
2025-06-12io_uring: consistently use rcu semantics with sqpoll threadKeith Busch4-15/+38
2025-06-10io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()Penglei Jiang2-7/+14
2025-06-10fs/pipe: set FMODE_NOWAIT in create_pipe_files()Jens Axboe1-2/+0
2025-06-06Merge tag 'io_uring-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds7-12/+37
2025-06-04io_uring/futex: mark wait requests as inflightJens Axboe3-1/+11
2025-06-04io_uring/futex: get rid of struct io_futex addr unionJens Axboe1-5/+2
2025-06-03io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAXJens Axboe2-2/+18
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+2
2025-05-28io_uring/net: only consider msg_inq if larger than 1Jens Axboe1-2/+2
2025-05-27io_uring/zcrx: fix area release on registration failurePavel Begunkov1-1/+2
2025-05-27io_uring/zcrx: init id for xa_findPavel Begunkov1-1/+2
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds42-703/+944
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds2-0/+3
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar1-3/+1
2025-05-23io_uring/cmd: warn on reg buf imports by ineligible cmdsPavel Begunkov1-0/+6
2025-05-23io_uring/io-wq: only create a new worker if it can make progressJens Axboe1-0/+28
2025-05-23io_uring/io-wq: ignore non-busy worker going to sleepJens Axboe1-0/+2
2025-05-23io_uring/io-wq: move hash helpers to the topJens Axboe1-10/+10
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-24/+31
2025-05-21io_uring/net: only retry recv bundle for a full transferJens Axboe1-4/+10
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe23-47/+46
2025-05-21io_uring: fix overflow resched cqe reorderingPavel Begunkov1-0/+1
2025-05-20io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declarationCaleb Sander Mateos1-6/+0
2025-05-17io_uring: add new helpers for posting overflowsJens Axboe1-21/+29
2025-05-17io_uring: pass in struct io_big_cqe to io_alloc_ocqe()Jens Axboe1-12/+11
2025-05-17io_uring: make io_alloc_ocqe() take a struct io_cqe pointerJens Axboe1-10/+16
2025-05-17io_uring: split alloc and add of overflowJens Axboe1-29/+45