summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
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
2024-04-17io_uring/rw: ensure retry condition isn't lostJens Axboe
2024-04-15io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe
2024-04-15io_uring: consolidate overflow flushingPavel Begunkov
2024-04-15io_uring: always lock __io_cqring_overflow_flushPavel Begunkov
2024-04-15io_uring: open code io_cqring_overflow_flush()Pavel Begunkov
2024-04-15io_uring: remove extra SQPOLL overflow flushPavel Begunkov
2024-04-15io_uring: unexport io_req_cqe_overflow()Pavel Begunkov
2024-04-15io_uring: return void from io_put_kbuf_comp()Ming Lei
2024-04-15io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov
2024-04-15io_uring: remove async request cachePavel Begunkov
2024-04-15io_uring: turn implicit assumptions into a warningPavel Begunkov
2024-04-15io_uring: kill dead code in io_req_complete_postMing Lei
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe