summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2026-01-13io_uring: track restrictions separately for IORING_OP and IORING_REGISTERJens Axboe2-7/+16
2026-01-13io_uring: move ctx->restricted check into io_check_restriction()Jens Axboe1-1/+3
2026-01-13io_uring/register: set ctx->restricted when restrictions are parsedJens Axboe1-4/+3
2026-01-13io_uring/register: have io_parse_restrictions() set restrictions enabledJens Axboe1-1/+1
2026-01-13io_uring/register: have io_parse_restrictions() return number of opsJens Axboe1-7/+10
2026-01-12io_uring/register: drop io_register_enable_rings() submitter_task checkCaleb Sander Mateos1-1/+1
2026-01-12io_uring/msg_ring: drop unnecessary submitter_task checksCaleb Sander Mateos3-20/+7
2026-01-12io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos3-4/+17
2026-01-10Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+4
2026-01-07io_uring: remove nr_segs recalculation in io_import_kbuf()Ming Lei1-11/+0
2026-01-06io_uring: Trim out unused includesGabriel Krisman Bertazi5-16/+1
2026-01-06io_uring/io-wq: remove io_wq_for_each_worker() return valueJens Axboe1-6/+3
2026-01-06io_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-31io_uring: use GFP_NOWAIT for overflow CQEs on legacy ringsAlexandre Negrel1-1/+1
2025-12-29io_uring: IOPOLL polling improvementsJens Axboe5-56/+21
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-10io_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-06Merge 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-05io_uring/kbuf: use READ_ONCE() for userspace-mapped memoryCaleb Sander Mateos1-5/+5
2025-12-05io_uring/rsrc: fix lost entries after cloned rangeJoanne Koong1-1/+11
2025-12-05io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()Joanne Koong1-4/+4
2025-12-05io_uring/rsrc: clean up buffer cloning arg validationJoanne Koong1-21/+6
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang1-1/+0
2025-12-04io_uring/io-wq: always retry worker create on ERESTART*Caleb Sander Mateos1-2/+3
2025-12-04io_uring/poll: correctly handle io_poll_add() return value on updateJens Axboe1-2/+7
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds32-770/+1158
2025-12-02Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+15
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+2
2025-11-28io_uring: convert io_create_mock_file() to FD_PREPARE()Christian Brauner1-28/+15
2025-11-26io_uring: Introduce getsockname io_uring cmdGabriel Krisman Bertazi1-0/+22
2025-11-26io_uring/query: drop unused io_handle_query_entry() ctx argCaleb Sander Mateos3-7/+6
2025-11-25io_uring: fix mixed cqe overflow handlingPavel Begunkov1-0/+2
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-14/+2
2025-11-24io_uring/net: ensure vectored buffer node import is tied to notificationJens Axboe1-2/+4
2025-11-20io_uring/kbuf: remove obsolete buf_nr_pages and update commentsJoanne Koong1-3/+2
2025-11-20io_uring/cmd_net: fix wrong argument types for skb_queue_splice()Jens Axboe1-1/+1
2025-11-19io_uring/register: use correct location for io_rings_layoutJens Axboe1-1/+1
2025-11-17mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-1/+1
2025-11-13io_uring/zcrx: share an ifq between ringsDavid Wei1-2/+61