summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2025-04-24io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe
2025-04-24io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov
2025-04-03io_uring: always do atomic put from iowqPavel Begunkov
2025-03-31io_uring: add req flag invariant build assertionPavel Begunkov
2025-03-28io_uring: don't pass ctx to tw add remote helperPavel Begunkov
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-27io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-25io_uring: move min_events sanitisationPavel Begunkov
2025-03-25io_uring: rename "min" arg in io_iopoll_check()Pavel Begunkov
2025-03-25io_uring: open code __io_post_aux_cqe()Pavel Begunkov
2025-03-25io_uring: defer iowq cqe overflow via task_workPavel Begunkov
2025-03-25io_uring: fix retry handling off iowqPavel Begunkov
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-21io_uring/cmd: add iovec cache for commandsPavel Begunkov
2025-03-20io_uring: enable toggle of iowait usage when waiting on CQEsJens Axboe
2025-03-19io_uring/cmd: don't expose entire cmd async dataPavel Begunkov
2025-03-19io_uring: rename the data cmd cachePavel Begunkov
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos
2025-02-28io_uring: cache nodes and mapped buffersKeith Busch
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch
2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe
2025-02-24io_uring: make io_poll_issue() sturdierPavel Begunkov
2025-02-21Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-18io_uring: use lockless_cq flag in io_req_complete_post()Caleb Sander Mateos
2025-02-18io_uring: Use helper function hrtimer_update_function()Nam Cao
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei
2025-02-17io_uring: pass struct io_tw_state by valueCaleb Sander Mateos
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos
2025-02-17io_uring: pass ctx instead of req to io_init_req_drain()Caleb Sander Mateos
2025-02-17io_uring: use IO_REQ_LINK_FLAGS moreCaleb Sander Mateos
2025-02-17io_uring/kbuf: introduce io_kbuf_drop_legacy()Pavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf cachingPavel Begunkov
2025-02-17io_uring/kbuf: move locking into io_kbuf_drop()Pavel Begunkov
2025-02-17io_uring/kbuf: remove legacy kbuf kmem cachePavel Begunkov
2025-02-17io_uring: sanitise ring params earlierPavel Begunkov
2025-02-17io_uring: check for iowq alloc_workqueue failurePavel Begunkov
2025-02-17io_uring: deduplicate caches deallocationPavel Begunkov
2025-02-15io_uring: prevent opcode speculationPavel Begunkov
2025-02-07io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz
2025-02-07io_uring: refactor io_uring_allowed()Hamza Mahfooz
2025-01-31Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds