messages from 2025-05-09 14:02:16 to 2025-05-30 12:17:15 UTC [more...]
[PATCH io_uring-next 0/5] io_uring cmd for tx timestamps
2025-05-30 12:18 UTC
[PATCH v3 0/6] io_uring/mock: add basic infra for test mock files
2025-05-30 11:48 UTC (10+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] io_uring/mock: add cmd using vectored regbufs
` [PATCH v3 3/6] io_uring/mock: add sync read/write
` [PATCH v3 4/6] io_uring/mock: allow to choose FMODE_NOWAIT
` [PATCH v3 5/6] io_uring/mock: support for async read/write
` [PATCH v3 6/6] io_uring: add trivial poll handler
[PATCH] io_uring/net: only consider msg_inq if larger than 1
2025-05-28 20:01 UTC
[RFC PATCH] io_uring: fix io worker thread that keeps creating and destroying
2025-05-28 13:56 UTC (9+ messages)
` [External] "
[PATCH 1/1] io_uring/zcrx: fix area release on registration failure
2025-05-27 21:33 UTC (2+ messages)
[PATCH 1/1] io_uring/zcrx: init id for xa_find
2025-05-27 16:10 UTC (2+ messages)
[syzbot] [io-uring?] KMSAN: uninit-value in xa_find
2025-05-27 15:15 UTC
[GIT PULL] io_uring updates for 6.16-rc1
2025-05-26 19:19 UTC (2+ messages)
[syzbot] [io-uring?] [mm?] general protection fault in lock_vma_under_rcu
2025-05-26 8:50 UTC (2+ messages)
` [syzbot] "
[PATCH liburing 0/2] mock file tests
2025-05-26 7:36 UTC (3+ messages)
` [PATCH liburing 1/2] tests: test cmd regvec support with mock file
` [PATCH liburing 2/2] io_uring/tests: add read/write mock file tests
[PATCH v2 0/6] io_uring/mock: add basic infra for test mock files
2025-05-26 7:32 UTC (7+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] io_uring/mock: add cmd using vectored regbufs
` [PATCH v2 3/6] io_uring/mock: add sync read/write
` [PATCH v2 4/6] io_uring/mock: allow to choose FMODE_NOWAIT
` [PATCH v2 5/6] io_uring/mock: support for async read/write
` [PATCH v2 6/6] io_uring: add trivial poll handler
[PATCH 1/1] MAINTAINERS: remove myself from io_uring
2025-05-23 22:37 UTC
[PATCH 1/1] io_uring/cmd: warn on reg buf imports by ineligible cmds
2025-05-23 12:32 UTC (3+ messages)
[PATCHSET 0/3] Avoid unnecessary io-wq worker creation
2025-05-23 12:15 UTC (4+ messages)
` [PATCH 1/3] io_uring/io-wq: move hash helpers to the top
` [PATCH 2/3] io_uring/io-wq: ignore non-busy worker going to sleep
` [PATCH 3/3] io_uring/io-wq: only create a new worker if it can make progress
[GIT PULL] io_uring fixes for 6.15-final
2025-05-22 20:16 UTC (2+ messages)
[PATCH] trace/io_uring: fix io_uring_local_work_run ctx documentation
2025-05-22 16:07 UTC (2+ messages)
[PATCH liburing] test/io_uring_passthrough: enhance vectored I/O test coverage
2025-05-22 16:07 UTC (2+ messages)
[PATCH V2 0/2] ublk: run auto buf unregister on same io_ring_ctx with register
2025-05-22 16:06 UTC (5+ messages)
` [PATCH V2 1/2] io_uring: add helper io_uring_cmd_ctx_handle()
` [PATCH V2 2/2] ublk: run auto buf unregisgering in same io_ring_ctx with registering
[RFC 0/2] mock files for advanced io_uring testing
2025-05-22 15:10 UTC (3+ messages)
` [PATCH 1/2] io_uring/mock: add basic infra for test mock files
` [PATCH 2/2] io_uring/mock: add cmd using vectored regbufs
[PATCH 0/2] ublk: run auto buf unregister on same io_ring_ctx with register
2025-05-22 14:40 UTC (5+ messages)
` [PATCH 1/2] io_uring: add helper io_uring_cmd_ctx_handle()
` [PATCH 2/2] ublk: run auto buf unregister on same io_ring_ctx with register
[PATCH] io_uring/net: only retry recv bundle for a full transfer
2025-05-22 1:27 UTC
[PATCH liburing] test/io_uring_passthrough: add test for vectored fixed-buffers
2025-05-21 14:51 UTC (11+ messages)
[PATCH] io_uring: finish IOU_OK -> IOU_COMPLETE transition
2025-05-21 14:42 UTC
[PATCH liburing] test/io_uring_passthrough: remove io_uring_prep_read/write*() helpers
2025-05-21 14:16 UTC (2+ messages)
[PATCH liburing] test/io_uring_passthrough: remove io_uring_prep_read/write*() helpers
2025-05-21 13:12 UTC (3+ messages)
[PATCH v2 0/7] simplify overflow CQE handling
2025-05-21 13:02 UTC (9+ messages)
` [PATCH v2 1/7] io_uring: fix overflow resched cqe reordering
` [PATCH v2 2/7] io_uring: init overflow entry before passing to tracing
` [PATCH v2 3/7] io_uring: open code io_req_cqe_overflow()
` [PATCH v2 4/7] io_uring: split __io_cqring_overflow_flush()
` [PATCH v2 5/7] io_uring: separate lock for protecting overflow list
` [PATCH v2 6/7] io_uring: avoid GFP_ATOMIC for overflows if possible
` [PATCH v2 7/7] io_uring: add lockdep warning for overflow posting
` (subset) [PATCH v2 0/7] simplify overflow CQE handling
[PATCH] io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declaration
2025-05-20 20:37 UTC (2+ messages)
[PATCH liburing v3] register: Remove deprecated io_uring_cqwait_reg_arg
2025-05-20 17:15 UTC (2+ messages)
[PATCHSET v4 0/5] Allow non-atomic allocs for overflows
2025-05-18 0:48 UTC (10+ messages)
` [PATCH 1/5] io_uring: open code io_req_cqe_overflow()
` [PATCH 2/5] io_uring: split alloc and add of overflow
` [PATCH 3/5] io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
` [PATCH 4/5] io_uring: pass in struct io_big_cqe to io_alloc_ocqe()
` [PATCH 5/5] io_uring: add new helpers for posting overflows
[PATCH liburing v1] register: Remove old API io_uring_register_wait_reg
2025-05-17 14:36 UTC (5+ messages)
[PATCHSET v3 0/5] Allow non-atomic allocs for overflows
2025-05-16 23:49 UTC (13+ messages)
` [PATCH 1/5] io_uring: open code io_req_cqe_overflow()
` [PATCH 2/5] io_uring: split alloc and add of overflow
` [PATCH 3/5] io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
` [PATCH 4/5] io_uring: pass in struct io_big_cqe to io_alloc_ocqe()
` [PATCH 5/5] io_uring: add new helpers for posting overflows
[GIT PULL] io_uring fixes for 6.16-rc7
2025-05-16 18:57 UTC (2+ messages)
[PATCHSET v2 0/3] Allow non-atomic allocs for overflows
2025-05-16 18:50 UTC (6+ messages)
` [PATCH 1/3] io_uring: open code io_req_cqe_overflow()
` [PATCH 2/3] io_uring: split alloc and add of overflow
` [PATCH 3/3] io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
` [PATCH 4/3] io_uring: add __io_cqring_add_overflow() helper
[PATCHSET 0/2] io_uring fdinfo cleanups
2025-05-16 18:48 UTC (3+ messages)
` [PATCH 1/2] io_uring/fdinfo: only compile if CONFIG_PROC_FS is set
` [PATCH 2/2] io_uring/fdinfo: get rid of dumping credentials
[PATCHSET 0/2] Allow non-atomic allocs for overflows
2025-05-16 18:27 UTC (10+ messages)
` [PATCH 1/2] io_uring: split alloc and add of overflow
` [PATCH 2/2] io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
[PATCH liburing v2] register: Remove deprecated io_uring_cqwait_reg_arg
2025-05-16 17:15 UTC (3+ messages)
[PATCH liburing v1] register: Remove deprecated io_uring_cqwait_reg_arg
2025-05-16 9:03 UTC
[PATCH] io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()
2025-05-15 12:35 UTC
[PATCH 0/4] overflow completion enhancements
2025-05-15 11:04 UTC (12+ messages)
` [PATCH 1/4] io_uring: open code io_req_cqe_overflow()
` [PATCH 2/4] io_uring: move locking inside overflow posting
` [PATCH 3/4] io_uring: alloc overflow entry before locking
` [PATCH 4/4] io_uring: add lockdep warning for overflow posting
[PATCH 0/6] provided buffer cleanups
2025-05-13 20:47 UTC (9+ messages)
` [PATCH 1/6] io_uring/kbuf: account ring io_buffer_list memory
` [PATCH 2/6] io_uring/kbuf: use mem_is_zero()
` [PATCH 3/6] io_uring/kbuf: drop extra vars in io_register_pbuf_ring
` [PATCH 4/6] io_uring/kbuf: don't compute size twice on prep
` [PATCH 5/6] io_uring/kbuf: refactor __io_remove_buffers
` [PATCH 6/6] io_uring/kbuf: unify legacy buf provision and removal
[PATCH v2 0/8] allocated requests based drain and fixes
2025-05-13 13:35 UTC (5+ messages)
` [PATCH v2 8/8] io_uring: drain based on allocates reqs
[PATCH net-next v14 0/9] Device memory TCP TX
2025-05-13 9:30 UTC (4+ messages)
` [PATCH net-next v14 4/9] net: devmem: Implement TX path
[syzbot] [io-uring] KCSAN: data-race in copy_mm / percpu_counter_destroy_many
2025-05-12 17:08 UTC (3+ messages)
[PATCH] io_uring/memmap: don't use page_address() on a highmem page
2025-05-12 15:28 UTC
[syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in io_buffer_select
2025-05-12 15:24 UTC (8+ messages)
[PATCH] io_uring: remove dead code after drain rework
2025-05-12 13:54 UTC (2+ messages)
[PATCH] io_uring/uring_cmd: fix hybrid polling initialization issue
2025-05-12 13:18 UTC (3+ messages)
[syzbot] [io-uring?] [usb?] BUG: unable to handle kernel NULL pointer dereference in module_kobj_release
2025-05-11 14:37 UTC (2+ messages)
[syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in io_ring_buffers_peek
2025-05-10 23:36 UTC
[GIT PULL] io_uring fixes for 6.15-rc6
2025-05-09 18:31 UTC (2+ messages)
[PATCH 1/1] io_uring: add lockdep asserts to io_add_aux_cqe
2025-05-09 14:02 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox