messages from 2025-03-29 11:57:44 to 2025-04-16 20:11:10 UTC [more...]
[PATCH] man: Fix syscall wrappers in example code
2025-04-16 20:11 UTC (2+ messages)
[PATCH] io_uring/rsrc: send exact nr_segs for fixed buffer
2025-04-16 20:03 UTC (10+ 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/io_passthrough: use metadata if format requires it
2025-04-16 16:28 UTC
[PATCH 0/5] add support for multiple ifqs per io_uring
2025-04-16 15:21 UTC (6+ 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
[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
io_uring zero-copy send test results
2025-04-09 9:24 UTC (8+ messages)
[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)
[PATCH 0/4] io_uring: support vectored fixed kernel buffer
2025-04-04 0:23 UTC (9+ messages)
` [PATCH 4/4] selftests: ublk: enable zero copy for stripe target
[GIT PULL] Final io_uring updates for 6.15-rc1
2025-04-03 23:17 UTC (2+ messages)
[PATCH 1/1] io_uring: always do atomic put from iowq
2025-04-03 14:32 UTC (2+ messages)
[syzbot] [io-uring?] KCSAN: data-race in io_req_task_cancel / io_wq_free_work
2025-04-03 9:24 UTC (2+ messages)
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
2025-04-02 23:39 UTC (28+ messages)
` [RFC PATCH 1/4] net: introduce get_optlen() and put_optlen() helpers
` [RFC PATCH 2/4] net: pass 'optlen_t' to proto[ops].getsockopt() hooks
` [RFC PATCH 3/4] net: pass a kernel pointer via "
` [RFC PATCH 4/4] io_uring: let io_uring_cmd_getsockopt() allow level other than SOL_SOCKET
[PATCH v4 0/3] nvme_map_user_request() cleanup
2025-04-02 13:21 UTC (5+ messages)
` [PATCH v4 3/3] nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()
[PATCH v2] io_uring/zcrx: return early from io_zcrx_recv_skb if readlen is 0
2025-04-01 20:01 UTC (3+ messages)
[PATCH] io_uring/zcrx: return early from io_zcrx_recv_skb if readlen is 0
2025-04-01 19:12 UTC (4+ messages)
[PATCH 1/1] io_uring: add lockdep checks for io_handle_tw_list
2025-04-01 18:14 UTC (4+ messages)
[PATCH 1/1] io_uring/kbuf: remove last buf_index manipulation
2025-04-01 14:15 UTC (4+ messages)
[syzbot] [io-uring?] WARNING in io_req_task_complete
2025-03-31 21:25 UTC
[PATCH 0/5] various net improvements
2025-03-31 19:07 UTC (8+ messages)
` [PATCH 1/5] io_uring/net: avoid import_ubuf for regvec send
` [PATCH 2/5] io_uring/net: don't use io_do_buffer_select at prep
` [PATCH 3/5] io_uring: set IMPORT_BUFFER in generic send setup
` [PATCH 4/5] io_uring/kbuf: pass bgid to io_buffer_select()
` [PATCH 5/5] io_uring: don't store bgid in req->buf_index
[PATCH 1/1] io_uring/rsrc: check size when importing reg buffer
2025-03-31 19:06 UTC (2+ messages)
[PATCH] io_uring/wq: avoid indirect do_work/free_work calls
2025-03-31 19:06 UTC (3+ messages)
[PATCH 1/1] io_uring: cleanup {g,s]etsockopt sqe reading
2025-03-31 13:08 UTC (2+ messages)
[PATCH 1/1] io_uring: hide caches sqes from drivers
2025-03-31 13:08 UTC (2+ messages)
[PATCH 1/1] io_uring: make zcrx depend on CONFIG_IO_URING
2025-03-31 13:08 UTC (2+ messages)
[PATCH 1/1] io_uring: add req flag invariant build assertion
2025-03-31 13:07 UTC (2+ messages)
io_uring usage (ordering of commands)
2025-03-31 9:38 UTC
[PATCH 0/3] msg-ring clean ups
2025-03-29 11:57 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