summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
39 hoursio_uring/cmd_net: use READ_ONCE() for ->addr3 readJens Axboe1-1/+1
10 daysio_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen1-3/+7
10 daysio_uring/cmd_net: fix too strict requirement on ioctlAsbjørn Sloth Tønnesen1-3/+6
10 daysio_uring/zcrx: check unsupported flags on importPavel Begunkov1-0/+2
10 daysio_uring/zcrx: fix post open error handlingPavel Begunkov1-6/+3
10 daysio_uring/zcrx: fix sgtable leak on mapping failuresPavel Begunkov1-0/+3
10 daysio_uring/openclose: fix io_pipe_fixed() slot tracking for specific slotsJens Axboe1-3/+6
10 daysio_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe1-0/+4
10 daysio_uring/net: don't continue send bundle if poll was required for retryJens Axboe1-1/+5
10 daysio_uring/timeout: annotate data race in io_flush_timeouts()Jens Axboe1-1/+1
10 daysio_uring: add IORING_OP_URING_CMD128 to opcode checksCaleb Sander Mateos3-3/+9
2026-02-26io_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe1-4/+2
2026-02-26io_uring: delay sqarray static branch disablementPavel Begunkov1-4/+4
2026-02-26io_uring/kbuf: fix memory leak if io_buffer_add_list failsJens Axboe1-2/+3
2026-02-26io_uring/sync: validate passed in offsetJens Axboe1-0/+2
2026-02-26io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos3-4/+17
2026-02-16io_uring: allow io-wq workers to exit when unusedLi Chen1-0/+11
2026-02-16io_uring/io-wq: add exit-on-idle stateLi Chen2-2/+26
2026-02-05Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-8/+14
2026-02-03io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEsJens Axboe1-3/+8
2026-02-03io_uring/fdinfo: kill unnecessary newline feed in CQE32 printingJens Axboe1-1/+1
2026-02-02io_uring/zcrx: fix rq flush lockingPavel Begunkov1-4/+4
2026-02-02io_uring/zcrx: fix page array leakPavel Begunkov1-0/+1
2026-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-8/+15
2026-01-20io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loopJens Axboe1-1/+1
2026-01-19io_uring/waitid: fix KCSAN warning on io_waitid->headJens Axboe1-3/+3
2026-01-19io_uring/rw: free potentially allocated iovec on cache put failureJens Axboe1-4/+11
2026-01-16Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2026-01-14io_uring: move local task_work in exit cancel loopMing Lei1-4/+4
2026-01-09Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+4
2026-01-05io_uring/io-wq: remove io_wq_for_each_worker() return valueJens Axboe1-6/+3
2026-01-05io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logicJens Axboe1-3/+3
2026-01-02Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-10/+21
2026-01-01io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()Caleb Sander Mateos1-5/+4
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe4-4/+16
2025-12-30io_uring: use GFP_NOWAIT for overflow CQEs on legacy ringsAlexandre Negrel1-1/+1
2025-12-26Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-12-25io_uring: fix filename leak in __io_openat_prep()Prithvi Tambewagh1-1/+1
2025-12-20Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-12-17io_uring: fix nr_segs calculation in io_import_kbufhuang-jl1-0/+1
2025-12-12Merge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-12-09io_uring: fix min_wait wakeups for SQPOLLJens Axboe1-0/+3
2025-12-09Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-59/+61
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-12-05io_uring/poll: unify poll waitqueue entry and list removalJens Axboe1-21/+22
2025-12-05io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fieldsJoanne Koong1-4/+4
2025-12-04io_uring/kbuf: use READ_ONCE() for userspace-mapped memoryCaleb Sander Mateos1-5/+5
2025-12-04io_uring/rsrc: fix lost entries after cloned rangeJoanne Koong1-1/+11
2025-12-04io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()Joanne Koong1-4/+4