summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2026-01-20nvme/io_uring: optimize IOPOLL completions for local ring contextMing Lei-0/+6
2026-01-20io_uring/timeout: annotate data race in io_flush_timeouts()Jens Axboe-1/+1
2026-01-20io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loopJens Axboe-1/+1
2026-01-19io_uring/waitid: fix KCSAN warning on io_waitid->headJens Axboe-3/+3
2026-01-19io_uring/rw: free potentially allocated iovec on cache put failureJens Axboe-4/+11
2026-01-16Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2026-01-16filename_...xattr(): don't consume filename referenceAl Viro-4/+4
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro-2/+3
2026-01-16non-consuming variant of do_mkdirat()Al Viro-1/+2
2026-01-16non-consuming variant of do_symlinkat()Al Viro-2/+3
2026-01-16non-consuming variant of do_linkat()Al Viro-2/+3
2026-01-16non-consuming variant of do_renameat2()Al Viro-3/+4
2026-01-14io_uring/uring_cmd: explicitly disallow cancelations for IOPOLLJens Axboe-0/+9
2026-01-14io_uring: fix IOPOLL with passthrough I/OJens Axboe-2/+3
2026-01-14io_uring: move local task_work in exit cancel loopMing Lei-4/+4
2026-01-13rename do_filp_open() to do_file_open()Al Viro-1/+1
2026-01-13allow incomplete imports of filenamesAl Viro-90/+84
2026-01-13io_uring: track restrictions separately for IORING_OP and IORING_REGISTERJens Axboe-7/+16
2026-01-13io_uring: move ctx->restricted check into io_check_restriction()Jens Axboe-1/+3
2026-01-13io_uring/register: set ctx->restricted when restrictions are parsedJens Axboe-4/+3
2026-01-13io_uring/register: have io_parse_restrictions() set restrictions enabledJens Axboe-1/+1
2026-01-13io_uring/register: have io_parse_restrictions() return number of opsJens Axboe-7/+10
2026-01-12io_uring/register: drop io_register_enable_rings() submitter_task checkCaleb Sander Mateos-1/+1
2026-01-12io_uring/msg_ring: drop unnecessary submitter_task checksCaleb Sander Mateos-20/+7
2026-01-12io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos-4/+17
2026-01-09Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+4
2026-01-07io_uring: remove nr_segs recalculation in io_import_kbuf()Ming Lei-11/+0
2026-01-05io_uring: Trim out unused includesGabriel Krisman Bertazi-16/+1
2026-01-05io_uring/io-wq: remove io_wq_for_each_worker() return valueJens Axboe-6/+3
2026-01-05io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logicJens Axboe-3/+3
2026-01-02Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-10/+21
2026-01-01io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()Caleb Sander Mateos-5/+4
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe-4/+16
2025-12-30io_uring: use GFP_NOWAIT for overflow CQEs on legacy ringsAlexandre Negrel-1/+1
2025-12-28io_uring: IOPOLL polling improvementsJens Axboe-56/+21
2025-12-26Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-12-25io_uring: fix filename leak in __io_openat_prep()Prithvi Tambewagh-1/+1
2025-12-20Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2025-12-17io_uring: fix nr_segs calculation in io_import_kbufhuang-jl-0/+1
2025-12-12Merge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+3
2025-12-09io_uring: fix min_wait wakeups for SQPOLLJens Axboe-0/+3
2025-12-09Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-59/+61
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-12-05io_uring/poll: unify poll waitqueue entry and list removalJens Axboe-21/+22
2025-12-05io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fieldsJoanne Koong-4/+4
2025-12-04io_uring/kbuf: use READ_ONCE() for userspace-mapped memoryCaleb Sander Mateos-5/+5
2025-12-04io_uring/rsrc: fix lost entries after cloned rangeJoanne Koong-1/+11
2025-12-04io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()Joanne Koong-4/+4
2025-12-04io_uring/rsrc: clean up buffer cloning arg validationJoanne Koong-21/+6