summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
28 hoursio_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe
28 hoursio_uring/uring_cmd: don't skip completion for a synchronous multishot cmdJens Axboe
28 hoursio_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()Ali Ahmet Memis
28 hoursio_uring/io-wq: fix worker accounting when canceling creation callbacksVishnu Razdan
28 hoursio_uring/cmd: fix iovec leak when the async cmd is not recycledWoraphat Khiaodaeng
28 hoursio_uring/futex: only mark private futex waits as inflightJens Axboe
28 hoursio_uring/futex: don't mark futex wake requests as inflightJens Axboe
2026-08-09io_uring: preserve task restrictions across execKyumin Lee
2026-08-09io_uring/net: initialize mshot_len for sendJens Axboe
2026-08-03io_uring/rw: fix missing ERESTARTSYS conversion in read pathsYitang Yang
2026-07-24io_uring/bpf-ops: reject re-registration of an already-bound opsWoraphat Khiaodaeng
2026-07-18io_uring/rw: preserve partial result for iopollMichael Wigham
2026-07-18io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work itemRunyu Xiao
2026-07-18io_uring/nop: fix file reference leak with IOSQE_FIXED_FILEVasileios Almpanis
2026-06-27io_uring/net: Avoid msghdr on op_connect/op_bind async dataGabriel Krisman Bertazi
2026-06-12Merge tag 'io_uring-7.1-20260611' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-07io_uring/wait: fix min_timeout behaviorChristian A. Ehrhardt
2026-06-07io_uring/kbuf: don't truncate end buffer for bundlesJens Axboe
2026-06-05Merge tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-05io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retriesClément Léger
2026-05-29Merge tag 'io_uring-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-24io_uring/tctx: set ->io_uring before publishing the tctx nodeLim HyeonJun
2026-05-22Merge tag 'io_uring-7.1-20260522' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-21io_uring/nop: pass all errors to userspaceAlexander A. Klimov
2026-05-20io_uring/timeout: splice timed out link in timeout handlerJens Axboe
2026-05-18io_uring: propagate array_index_nospec opcode into req->opcodeMichael Bommarito
2026-05-16io_uring/waitid: clear waitid info before copying it to userspaceHeechan Kang
2026-05-15Merge tag 'io_uring-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-15io_uring/net: punt IORING_OP_BIND async if it needs file createJens Axboe
2026-05-13io_uring: validate user-controlled cq.head in io_cqe_cache_refill()Zizhi Wo
2026-05-13io-wq: check that the predecessor is hashed in io_wq_remove_pending()Nicholas Carlini
2026-05-13io_uring/rw: drop unused attr_type_mask from io_prep_rw_pi()Yang Xiuwei
2026-05-11io_uring: hold uring_lock across io_kill_timeouts() in cancel pathJens Axboe
2026-05-11io_uring: defer linked-timeout chain splice out of hrtimer contextJens Axboe
2026-05-11io_uring: hold uring_lock when walking link chain in io_wq_free_work()Jens Axboe
2026-05-11io_uring/fdinfo: translate SqThread PID through caller's pid_nsMaoyi Xie
2026-05-08Merge tag 'io_uring-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-06io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMERMaoyi Xie
2026-05-06io_uring/timeout: honour caller's time namespace for IORING_TIMEOUT_ABSMaoyi Xie
2026-05-03io_uring/eventfd: reset deferred signal stateYufan Chen
2026-05-03io_uring/napi: clear tracked NAPI entries on unregisterYufan Chen
2026-05-01Merge tag 'io_uring-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-30io_uring/tw: serialize ctx->retry_llist with ->uring_lockJens Axboe
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski
2026-04-28io_uring/napi: cap busy_poll_to 10 msecJens Axboe
2026-04-28io_uring/kbuf: support min length left for incremental buffersMartin Michaelis
2026-04-28io_uring/kbuf: kill dead struct io_buffer_list 'nr_entries' memberJens Axboe
2026-04-21io_uring: take page references for NOMMU pbuf_ring mmapsGreg Kroah-Hartman
2026-04-21io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKEJens Axboe
2026-04-21io_uring/zcrx: warn on freelist violationsPavel Begunkov