messages from 2022-10-05 12:22:09 to 2022-10-21 10:19:29 UTC [more...]
[PATCH for-6.1 0/3] fail io_uring zc with sockets not supporting it
2022-10-21 10:16 UTC (3+ messages)
` [PATCH for-6.1 1/3] net: flag sockets supporting msghdr originated zerocopy
` [PATCH for-6.1 3/3] io_uring/net: fail zc sendmsg when unsupported by socket
IORING_CQE_F_COPIED
2022-10-21 10:15 UTC (17+ messages)
` IORING_SEND_NOTIF_REPORT_USAGE (was Re: IORING_CQE_F_COPIED)
` IORING_SEND_NOTIF_USER_DATA "
[PATCH liburing] fix recv-multishot test skipping in 6.1
2022-10-21 8:12 UTC
ublk-qcow2: ublk-qcow2 is available
2022-10-21 6:30 UTC (36+ messages)
[PATCH liburing v2 0/3] Clean up clang `-Wshorten-64-to-32` warnings
2022-10-20 14:11 UTC (5+ messages)
` [PATCH liburing v2 1/3] liburing: Clean up `-Wshorten-64-to-32` warnings from clang
` [PATCH liburing v2 2/3] Makefile: Introduce `LIBURING_CFLAGS` variable
` [PATCH liburing v2 3/3] github: Append `-Wshorten-64-to-32` flag for clang build
[PATCH for-6.1 0/2] don't fallback if sock doesn't undestand zc
2022-10-20 13:05 UTC (10+ messages)
` [PATCH for-6.1 1/2] io_uring/net: fail zc send for unsupported protocols
` [PATCH for-6.1 2/2] io_uring/net: fail zc sendmsg "
[PATCH liburing v1 0/3] Clean up clang `-Wshorten-64-to-32` warnings
2022-10-20 12:57 UTC (8+ messages)
` [PATCH liburing v1 1/3] liburing: Clean up `-Wshorten-64-to-32` warnings from clang
` [PATCH liburing v1 2/3] Makefile: Introduce `LIBURING_CFLAGS` variable
` [PATCH liburing v1 3/3] github: Append `-Wshorten-64-to-32` flag for clang build
[RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
2022-10-20 12:53 UTC (13+ messages)
` [RFC for-next v2 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next v2 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next v2 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next v2 4/4] io_uring/rw: enable bio caches for IRQ rw
` (subset) [RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
[PATCH liburing] Document maximum ring size for io_uring_register_buf_ring
2022-10-20 12:47 UTC (2+ messages)
[RFC PATCH v2 00/13] zero-copy RX for io_uring
2022-10-20 3:35 UTC (15+ messages)
` [RFC PATCH v2 01/13] io_uring: add zctap ifq definition
` [RFC PATCH v2 02/13] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [RFC PATCH v2 03/13] io_uring: add register ifq opcode
` [RFC PATCH v2 04/13] io_uring: create a zctap region for a mapped buffer
` [RFC PATCH v2 05/13] io_uring: create page freelist for the ifq region
` [RFC PATCH v2 06/13] io_uring: Provide driver API for zctap packet buffers
` [RFC PATCH v2 07/13] io_uring: Allocate the zctap buffers for the device
` [RFC PATCH v2 08/13] io_uring: Add zctap buffer get/put functions and refcounting
` [RFC PATCH v2 09/13] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed()
` [RFC PATCH v2 10/13] io_uring: Allocate a uarg for use by the ifq RX
` [RFC PATCH v2 11/13] io_uring: Define the zctap iov[] returned to the user
` [RFC PATCH v2 12/13] io_uring: add OP_RECV_ZC command
` [RFC PATCH v2 13/13] io_uring: Make remove_ifq_region a delayed work call
[PATCH] io-wq: Fix memory leak in worker creation
2022-10-20 2:26 UTC (2+ messages)
[PATCH liburing for-next 0/5] expand send / zc tests
2022-10-20 2:26 UTC (7+ messages)
` [PATCH liburing for-next 1/5] tests: improve zc cflags handling
` [PATCH liburing for-next 2/5] tests: pass params in a struct
` [PATCH liburing for-next 3/5] tests: add non-zc tests in send-zerocopy.c
` [PATCH liburing for-next 4/5] tests: add tests for retries with long iovec
` [PATCH liburing for-next 5/5] tests: test poll_first
[PATCH liburing 1/1] tests: use only UDP/TCP for zc testing
2022-10-19 21:54 UTC (2+ messages)
[PATCH liburing 0/2] liburing: fix shortening api issues
2022-10-19 20:52 UTC (5+ messages)
` [PATCH liburing 1/2] fix int shortening bug in io_uring_recvmsg_validate
` [PATCH liburing 2/2] fix len type of fgettxattr etc
[PATCH] io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
2022-10-19 19:49 UTC (3+ messages)
[RFC for-next 0/4] enable pcpu bio caching for IRQ I/O
2022-10-18 19:33 UTC (6+ messages)
` [RFC for-next 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next 4/4] io_uring/rw: enable bio caches for IRQ rw
Problems replacing epoll with io_uring in tevent
2022-10-18 14:42 UTC
[PATCH liburing 1/1] tests: fix zc support checks
2022-10-16 23:28 UTC (2+ messages)
[PATCH] io_uring/rw: remove leftover debug statement
2022-10-16 23:26 UTC
[PATCH 0/4] random io_uring cleanups
2022-10-16 23:08 UTC (6+ messages)
` [PATCH 1/4] io_uring: remove FFS_SCM
` [PATCH 2/4] io_uring: kill hot path fixed file bitmap debug checks
` [PATCH 3/4] io_uring: reuse io_alloc_req()
` [PATCH 4/4] io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
fast io_uring development using livepatching to test/debug simple changes
2022-10-14 12:14 UTC
[GIT PULL] Followup io_uring fixes for 6.1-rc1
2022-10-14 5:07 UTC (2+ messages)
[PATCH] io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC
2022-10-14 3:17 UTC (6+ messages)
[PATCH AUTOSEL 5.19 54/63] block: replace blk_queue_nowait with bdev_nowait
2022-10-13 0:18 UTC
[PATCH AUTOSEL 6.0 44/67] io_uring: fix CQE reordering
2022-10-13 0:15 UTC (2+ messages)
` [PATCH AUTOSEL 6.0 56/67] block: replace blk_queue_nowait with bdev_nowait
[PATCH] io_uring/rw: ensure kiocb_end_write() is always called
2022-10-11 15:10 UTC
[regression, v6.0-rc0, io-uring?] filesystem freeze hangs on sb_wait_write()
2022-10-11 14:47 UTC (8+ messages)
[PATCH 1/1] io_uring: fix fdinfo sqe offsets calculation
2022-10-11 2:54 UTC (2+ messages)
[PATCH v1] io_uring: local variable rw shadows outer variable in io_write
2022-10-11 2:54 UTC (2+ messages)
BUG: corrupted list in io_poll_task_func
2022-10-11 1:03 UTC (2+ messages)
[RFC v1 0/9] zero-copy RX for io_uring
2022-10-10 19:34 UTC (12+ messages)
` [RFC v1 1/9] io_uring: add zctap ifq definition
` [RFC v1 2/9] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [RFC v1 3/9] io_uring: add register ifq opcode
` [RFC v1 4/9] io_uring: add provide_ifq_region opcode
` [RFC v1 5/9] io_uring: Add io_uring zctap iov structure and helpers
` [RFC v1 6/9] io_uring: introduce reference tracking for user pages
` [RFC v1 7/9] page_pool: add page allocation and free hooks
` [RFC v1 8/9] io_uring: provide functions for the page_pool
` [RFC v1 9/9] io_uring: add OP_RECV_ZC command
[syzbot] KASAN: slab-out-of-bounds Read in io_uring_show_fdinfo
2022-10-10 12:32 UTC (3+ messages)
[GIT PULL] io_uring updates for 6.1-rc1
2022-10-08 18:12 UTC (5+ messages)
[RFC] liburing: add an example for a TCP/UDP ZC RX server
2022-10-07 21:19 UTC
IORING_OP_SENDMSG_ZC should enable auditing just like IORING_OP_SENDMSG
2022-10-07 18:22 UTC (2+ messages)
[GIT PULL] Passthrough updates for 6.1-rc1
2022-10-07 17:00 UTC (2+ messages)
[GIT PULL] v2 Passthrough updates for 6.1-rc1
2022-10-07 17:00 UTC (2+ messages)
[PATCH 1/1] io_uring: optimise locking for local tw with submit_wait
2022-10-06 21:14 UTC (5+ messages)
[PATCH for-next 0/2] net fixes
2022-10-06 20:54 UTC (5+ messages)
[PATCH 1/1] io_uring: optimise mb() in io_req_local_work_add
2022-10-06 13:40 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