messages from 2025-05-06 16:11:49 to 2025-05-22 01:27:41 UTC [more...]
[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 (12+ messages)
` [PATCH v2 1/8] io_uring: account drain memory to cgroup
` [PATCH v2 2/8] io_uring: fix spurious drain flushing
` [PATCH v2 3/8] io_uring: simplify drain ret passing
` [PATCH v2 4/8] io_uring: remove drain prealloc checks
` [PATCH v2 5/8] io_uring: consolidate drain seq checking
` [PATCH v2 6/8] io_uring: open code io_account_cq_overflow()
` [PATCH v2 7/8] io_uring: count allocated requests
` [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 (12+ messages)
` [PATCH net-next v14 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v14 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v14 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v14 4/9] net: devmem: Implement TX path
` [PATCH net-next v14 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v14 6/9] net: enable driver support for netmem TX
` [PATCH net-next v14 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v14 8/9] net: check for driver support in netmem TX
` [PATCH net-next v14 9/9] selftests: ncdevmem: Implement devmem TCP TX
[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)
[PATCH 1/1] io_uring/net: move CONFIG_NET guards to Makefile
2025-05-09 14:02 UTC (2+ messages)
[PATCH v2] io_uring: update parameter name in io_pin_pages function declaration
2025-05-09 14:02 UTC (2+ messages)
[PATCH] io_uring/sqpoll: Increase task_work submission batch size
2025-05-09 13:57 UTC (3+ messages)
[PATCH 0/6] drain cleanups and extra
2025-05-08 15:43 UTC (8+ messages)
` [PATCH 1/6] io_uring: account drain memory to cgroup
` [PATCH 2/6] io_uring: simplify drain ret passing
` [PATCH 3/6] io_uring: remove drain prealloc checks
` [PATCH 4/6] io_uring: consolidate drain seq checking
` [PATCH 5/6] io_uring/net: move CONFIG_NET guards to Makefile
` [PATCH 6/6] io_uring: add lockdep asserts to io_add_aux_cqe
[PATCH] Fix Hybrid Polling initialization issue
2025-05-08 15:05 UTC (2+ messages)
[PATCH] io_uring/poll: use regular CQE posting for multishot termination
2025-05-08 8:11 UTC (4+ messages)
[PATCH] io_uring: update parameter name in io_pin_pages function declaration
2025-05-08 6:26 UTC (3+ messages)
[PATCH liburing v1] io_uring.h: Use Tab to separate macro define value
2025-05-07 18:20 UTC (2+ messages)
[PATCH] io_uring: ensure deferred completions are flushed for multishot
2025-05-07 17:51 UTC (9+ messages)
[PATCH 1/1] io_uring/zcrx: fix builds without dmabuf
2025-05-07 7:35 UTC (5+ messages)
[PATCH AUTOSEL 6.1 6/6] io_uring/fdinfo: annotate racy sq/cq head/tail reads
2025-05-06 21:37 UTC
[PATCH AUTOSEL 6.6 10/12] io_uring/fdinfo: annotate racy sq/cq head/tail reads
2025-05-06 21:36 UTC
[PATCH AUTOSEL 6.12 15/18] io_uring/fdinfo: annotate racy sq/cq head/tail reads
2025-05-06 21:36 UTC
[PATCH AUTOSEL 6.14 16/20] io_uring/fdinfo: annotate racy sq/cq head/tail reads
2025-05-06 21:35 UTC
[PATCH v16 00/11] Block write streams with nvme fdp
2025-05-06 19:03 UTC (9+ messages)
` [PATCH v16 10/11] nvme: register fdp parameters with the block layer
` [PATCH v16 11/11] nvme: use fdp streams if write stream is provided
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