aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07io_uring: ensure deferred completions are flushed for multishotJens Axboe1-0/+8
2025-05-04io_uring: always arm linked timeouts prior to issueJens Axboe1-35/+15
2025-04-24io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe1-6/+7
2025-04-24io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov1-3/+8
2025-04-03io_uring: always do atomic put from iowqPavel Begunkov1-1/+1
2025-03-31io_uring: add req flag invariant build assertionPavel Begunkov1-0/+2
2025-03-28io_uring: don't pass ctx to tw add remote helperPavel Begunkov1-8/+6
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds1-38/+27
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds1-0/+7
2025-03-27io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov1-2/+2
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-104/+145
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-7/+14
2025-03-25io_uring: move min_events sanitisationPavel Begunkov1-9/+7
2025-03-25io_uring: rename "min" arg in io_iopoll_check()Pavel Begunkov1-4/+4
2025-03-25io_uring: open code __io_post_aux_cqe()Pavel Begunkov1-12/+2
2025-03-25io_uring: defer iowq cqe overflow via task_workPavel Begunkov1-4/+7
2025-03-25io_uring: fix retry handling off iowqPavel Begunkov1-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-03-21io_uring/cmd: add iovec cache for commandsPavel Begunkov1-2/+3
2025-03-20io_uring: enable toggle of iowait usage when waiting on CQEsJens Axboe1-13/+19
2025-03-19io_uring/cmd: don't expose entire cmd async dataPavel Begunkov1-1/+1
2025-03-19io_uring: rename the data cmd cachePavel Begunkov1-2/+2
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov1-1/+0
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov1-3/+1
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe1-0/+7
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos1-2/+1
2025-02-28io_uring: cache nodes and mapped buffersKeith Busch1-0/+2
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch1-0/+3
2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe1-0/+2
2025-02-24io_uring: make io_poll_issue() sturdierPavel Begunkov1-7/+33
2025-02-21Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2025-02-18io_uring: use lockless_cq flag in io_req_complete_post()Caleb Sander Mateos1-1/+1
2025-02-18io_uring: Use helper function hrtimer_update_function()Nam Cao1-1/+1
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei1-0/+7
2025-02-17io_uring: pass struct io_tw_state by valueCaleb Sander Mateos1-7/+7
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-14/+14
2025-02-17io_uring: pass ctx instead of req to io_init_req_drain()Caleb Sander Mateos1-3/+2
2025-02-17io_uring: use IO_REQ_LINK_FLAGS moreCaleb Sander Mateos1-3/+4
2025-02-17io_uring/kbuf: introduce io_kbuf_drop_legacy()Pavel Begunkov1-1/+1
2025-02-17io_uring/kbuf: remove legacy kbuf cachingPavel Begunkov1-2/+0
2025-02-17io_uring/kbuf: move locking into io_kbuf_drop()Pavel Begunkov1-4/+1
2025-02-17io_uring/kbuf: remove legacy kbuf kmem cachePavel Begunkov1-2/+0
2025-02-17io_uring: sanitise ring params earlierPavel Begunkov1-33/+44
2025-02-17io_uring: check for iowq alloc_workqueue failurePavel Begunkov1-0/+1
2025-02-17io_uring: deduplicate caches deallocationPavel Begunkov1-12/+12
2025-02-15io_uring: prevent opcode speculationPavel Begunkov1-0/+2
2025-02-07io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz1-2/+3
2025-02-07io_uring: refactor io_uring_allowed()Hamza Mahfooz1-7/+13
2025-01-31Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-5/+7
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1