summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2025-06-27io_uring: account drain memory to cgroupPavel Begunkov
2025-06-19io_uring: consistently use rcu semantics with sqpoll threadKeith Busch
2025-05-29io_uring: fix overflow resched cqe reorderingPavel Begunkov
2025-05-29io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov
2025-05-18io_uring: always arm linked timeouts prior to issueJens Axboe
2025-05-18io_uring: ensure deferred completions are flushed for multishotJens Axboe
2025-05-02io_uring: always do atomic put from iowqPavel Begunkov
2025-05-02io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe
2025-04-20io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov
2025-02-27io_uring: prevent opcode speculationPavel Begunkov
2025-01-17io_uring: don't touch sqd->thread off tw addPavel Begunkov
2024-12-27io_uring: check if iowq is killed before queuingPavel Begunkov
2024-12-27io_uring: Fix registered ring file refcount leakJann Horn
2024-09-24io_uring: fix casts to io_req_flags_tMin-Hua Chen
2024-09-24io_uring: fix memory leak when cache init failGuixin Liu
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-20io_uring: check if we need to reschedule during overflow flushJens Axboe
2024-09-20io_uring: improve request linking traceJens Axboe
2024-09-19io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov
2024-09-10io_uring: port to struct kmem_cache_argsChristian Brauner
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe
2024-08-25io_uring: wire up min batch wake timeoutJens Axboe
2024-08-25io_uring: add support for batch wait timeoutJens Axboe
2024-08-25io_uring: implement our own schedule timeout handlingJens Axboe
2024-08-25io_uring: move schedule wait logic into helperJens Axboe
2024-08-25io_uring: encapsulate extraneous wait flags into a separate structJens Axboe
2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov
2024-08-25io_uring: add absolute mode wait timeoutsPavel Begunkov
2024-08-25io_uring/napi: postpone napi timeout adjustmentPavel Begunkov
2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov
2024-07-24io_uring: align iowq and task request error handlingPavel Begunkov
2024-07-24io_uring: tighten task exit cancellationsPavel Begunkov
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-02io_uring/msg_ring: fix overflow postingPavel Begunkov
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe
2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe
2024-06-24io_uring: add io_add_aux_cqe() helperJens Axboe
2024-06-24io_uring: add remote task_work execution helperJens Axboe
2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe
2024-06-16io_uring: use 'state' consistentlyJens Axboe
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov
2024-05-22io_uring: remove checks for NULL 'sq_offset'Jens Axboe
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-04-25io_uring/rw: reinstate thread check for retriesJens Axboe
2024-04-22io_uring/net: support bundles for recvJens Axboe