messages from 2025-04-04 01:09:39 to 2025-04-21 02:38:35 UTC [more...]
[PATCH 0/3] registrered buffer coalescing cleanup
2025-04-21 2:37 UTC (5+ messages)
` [PATCH 1/3] io_uring/rsrc: use unpin_user_folio
` [PATCH 2/3] io_uring/rsrc: clean up io_coalesce_buffer()
` [PATCH 3/3] io_uring/rsrc: remove null check on import
[PATCH liburing 0/3] zcrx refill queue allocation modes
2025-04-21 0:28 UTC (7+ messages)
` [PATCH liburing 1/3] examples: remove zcrx size limiting
` [PATCH liburing 2/3] examples/zcrx: constants for request types
` [PATCH liburing 3/3] examples/zcrx: add refill queue allocation modes
[PATCH v2 0/6] add support for multiple ifqs per io_uring
2025-04-20 9:31 UTC (7+ messages)
` [PATCH v2 1/6] io_uring/zcrx: remove duplicated freelist init
` [PATCH v2 2/6] io_uring/zcrx: move io_zcrx_iov_page
` [PATCH v2 3/6] io_uring/zcrx: remove sqe->file_index check
` [PATCH v2 4/6] io_uring/zcrx: let zcrx choose region for mmaping
` [PATCH v2 5/6] io_uring/zcrx: move zcrx region to struct io_zcrx_ifq
` [PATCH v2 6/6] io_uring/zcrx: add support for multiple ifqs
[PATCH liburing v3] zcrx: Get the page size at runtime
2025-04-20 0:39 UTC (2+ messages)
[PATCH liburing v1] zcrx: Get the page size at runtime
2025-04-19 16:51 UTC (3+ messages)
[PATCH v1] selftests: iou-zcrx: Get the page size at runtime
2025-04-19 14:10 UTC
[PATCH liburing v1 1/2] examples/zcrx: Use PAGE_SIZE for ring refill alignment
2025-04-19 13:13 UTC (5+ messages)
` [PATCH liburing v1 2/2] .gitignore: Add `examples/zcrx`
` (subset) [PATCH liburing v1 1/2] examples/zcrx: Use PAGE_SIZE for ring refill alignment
[PATCH v1] selftests: io_uring/zcrx: Use PAGE_SIZE for ring refill alignment
2025-04-19 12:53 UTC (2+ messages)
[PATCH] io_uring: update parameter name in io_pin_pages function declaration
2025-04-19 6:47 UTC
[PATCH 0/5] add support for multiple ifqs per io_uring
2025-04-18 18:54 UTC (16+ messages)
` [PATCH 1/5] io_uring/zcrx: remove duplicated freelist init
` [PATCH 2/5] io_uring/zcrx: move io_zcrx_iov_page
` [PATCH 3/5] io_uring/zcrx: let zcrx choose region for mmaping
` [PATCH 4/5] io_uring/zcrx: move zcrx region to struct io_zcrx_ifq
` [PATCH 5/5] io_uring/zcrx: add support for multiple ifqs
[GIT PULL] io_uring fixes for 6.15-rc3
2025-04-18 16:45 UTC (2+ messages)
[PATCH io_uring-6.15] io_uring/zcrx: fix late dma unmap for a dead dev
2025-04-18 14:01 UTC (2+ messages)
io_uring zero-copy send test results
2025-04-18 8:50 UTC (9+ messages)
[PATCH] liburing/io_passthrough: use metadata if format requires it
2025-04-18 4:47 UTC (5+ messages)
[moderation] KCSAN: data-race in io_sq_thread / io_sq_thread_stop
2025-04-18 4:00 UTC
[PATCH net-next v9 0/9] Device memory TCP TX
2025-04-17 23:15 UTC (10+ messages)
` [PATCH net-next v9 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v9 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v9 4/9] net: devmem: Implement TX path
` [PATCH net-next v9 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v9 6/9] net: enable driver support for netmem TX
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v9 8/9] net: check for driver support in netmem TX
` [PATCH net-next v9 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH 0/4] io_import_fixed cleanups and optimisation
2025-04-17 14:15 UTC (15+ messages)
` [PATCH 1/4] io_uring/rsrc: don't skip offset calculation
` [PATCH 2/4] io_uring/rsrc: separate kbuf offset adjustments
` [PATCH 3/4] io_uring/rsrc: refactor io_import_fixed
` [PATCH 4/4] io_uring/rsrc: send exact nr_segs for fixed buffer
[PATCH] io_uring/rsrc: ensure segments counts are correct on kbuf buffers
2025-04-17 13:53 UTC (2+ messages)
[PATCH] io_uring/rsrc: send exact nr_segs for fixed buffer
2025-04-17 9:12 UTC (16+ messages)
[PATCH] man: Fix syscall wrappers in example code
2025-04-16 20:11 UTC (2+ messages)
[PATCH for-next] io_uring/rsrc: remove node assignment helpers
2025-04-16 19:27 UTC
[PATCH net-next v8 1/9] netmem: add niov->type attribute to distinguish different net_iov types
2025-04-16 17:26 UTC (10+ messages)
` [PATCH net-next v8 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v8 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v8 4/9] net: devmem: Implement TX path
` [PATCH net-next v8 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v8 6/9] net: enable driver support for netmem TX
` [PATCH net-next v8 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v8 8/9] net: check for driver support in netmem TX
` [PATCH net-next v8 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH liburing 0/5] zcrx example and other changes
2025-04-16 14:48 UTC (7+ messages)
` [PATCH liburing 1/5] Update io_uring.h for zcrx
` [PATCH liburing 2/5] tests/zcrx: rename a test
` [PATCH liburing 3/5] tests/zcrx: use returned right zcrx id
` [PATCH liburing 4/5] examples: add extra helpers
` [PATCH liburing 5/5] examples: add a zcrx example
[PATCH 1/1] io_uring/zcrx: return ifq id to the user
2025-04-15 13:38 UTC (2+ messages)
[PATCH 1/1] io_uring/zcrx: add pp to ifq conversion helper
2025-04-15 13:38 UTC (2+ messages)
[PATCHSET v3 0/5] Cancel and wait for all requests on exit
2025-04-14 19:35 UTC (14+ messages)
` [PATCH 1/5] fs: gate final fput task_work on PF_NO_TASKWORK
` [PATCH 2/5] io_uring: mark exit side kworkers as task_work capable
` [PATCH 3/5] io_uring: consider ring dead once the ref is marked dying
` [PATCH 4/5] io_uring: wait for cancelations on final ring put
` [PATCH 5/5] io_uring: switch away from percpu refcounts
[GIT PULL] io_uring fixes for 6.15-rc2
2025-04-10 14:09 UTC (2+ messages)
[PATCH liburing 0/2] add zcrx example
2025-04-09 23:00 UTC (4+ messages)
` [PATCH liburing 1/2] examples/send-zerocopy: add data verification
` [PATCH liburing 2/2] examples: add a zcrx example
[PATCH 1/1] io_uring/zcrx: separate niov number from pages
2025-04-09 13:45 UTC (2+ messages)
[PATCH 1/1] io_uring/zcrx: put refill data into separate cache line
2025-04-09 13:45 UTC (2+ messages)
[PATCHSET RFC v2 0/5] Cancel and wait for all requests on exit
2025-04-09 13:15 UTC (6+ messages)
` [PATCH 3/5] io_uring: consider ring dead once the ref is marked dying
[PATCH] io_uring: add support for IORING_OP_PIPE
2025-04-08 16:45 UTC
[PATCH 01/13] ublk: delay aborting zc request until io_uring returns the buffer
2025-04-08 2:18 UTC
[PATCH AUTOSEL 6.6 6/6] io_uring: always do atomic put from iowq
2025-04-07 18:17 UTC
[PATCH AUTOSEL 6.12 7/7] io_uring: always do atomic put from iowq
2025-04-07 18:17 UTC
[PATCH AUTOSEL 6.13 8/8] io_uring: always do atomic put from iowq
2025-04-07 18:16 UTC
[PATCH AUTOSEL 6.14 9/9] io_uring: always do atomic put from iowq
2025-04-07 18:16 UTC
[PATCH] io_uring/sqpoll: Increase task_work submission batch size
2025-04-07 15:47 UTC (4+ messages)
[syzbot] [io-uring?] INFO: task hung in io_wq_put_and_exit (4)
2025-04-07 14:25 UTC (9+ messages)
[PATCH] io_uring/kbuf: reject zero sized provided buffers
2025-04-07 13:53 UTC
[PATCH 0/4] buffer table registration cleanup
2025-04-04 22:00 UTC (8+ messages)
` [PATCH 1/4] io_uring/rsrc: avoid assigning buf table on failure
` [PATCH 2/4] io_uring: deduplicate node tagging
` [PATCH 3/4] io_uring: early return for sparse buf table registration
` [PATCH 4/4] io_uring: reuse buffer updates for registration
[PATCH liburing 1/1] tests/rsrc_tags: partial registration failure tags
2025-04-04 16:21 UTC (4+ messages)
[PATCH 1/1] io_uring: fix rsrc tagging on registration failure
2025-04-04 15:42 UTC (5+ messages)
[PATCH 1/1] io_uring: fix typo in io_uring.h header
2025-04-04 14:38 UTC (2+ messages)
[PATCH] selftests: ublk: fix test_stripe_04
2025-04-04 12:37 UTC (5+ 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