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