messages from 2022-10-10 11:55:29 to 2022-10-26 23:28:32 UTC [more...]
[PATCH net 0/4] a few corrections for SOCK_SUPPORT_ZC
2022-10-26 23:25 UTC
[PATCH liburing-next 1/1] tests: test both TCP ends in send zc tests
2022-10-26 23:13 UTC
[PATCH for-6.1 1/1] selftests/net: don't tests batched TCP io_uring zc
2022-10-26 23:11 UTC
Problems replacing epoll with io_uring in tevent
2022-10-26 17:41 UTC (4+ messages)
[PATCH for-next v3 0/3] implement pcpu bio caching for IRQ I/O
2022-10-25 19:42 UTC (7+ messages)
` [PATCH for-next v3 1/3] bio: split pcpu cache part of bio_put into a helper
` [PATCH for-next v3 2/3] block/bio: add pcpu caching for non-polling bio_put
` [PATCH for-next v3 3/3] io_uring/rw: enable bio caches for IRQ rw
[PATCH 1/1] net: also flag accepted sockets supporting msghdr originated zerocopy
2022-10-25 14:47 UTC (2+ messages)
ublk-qcow2: ublk-qcow2 is available
2022-10-25 12:02 UTC (25+ messages)
[PATCH for-6.1 0/3] fail io_uring zc with sockets not supporting it
2022-10-24 21:15 UTC (16+ messages)
` [PATCH for-6.1 1/3] net: flag sockets supporting msghdr originated zerocopy
` [PATCH for-6.1 2/3] io_uring/net: fail zc send when unsupported by socket
` [PATCH for-6.1 3/3] io_uring/net: fail zc sendmsg "
[PATCH 1/1] uapi:io_uring.h: don't force linux/time_types.h for userspace
2022-10-24 10:00 UTC
[GIT PULL] Followup io_uring pull for 6.1-rc2
2022-10-23 17:18 UTC (2+ messages)
[GIT PULL] io_uring fixes for 6.1-rc2
2022-10-21 22:50 UTC (2+ messages)
[PATCH liburing 0/3] improve sendzc man pages
2022-10-21 14:13 UTC (5+ messages)
` [PATCH liburing 1/3] io_uring_enter.2: add sendzc -EOPNOTSUPP note
` [PATCH liburing 2/3] io_uring_enter.2: document IORING_RECVSEND_POLL_FIRST
` [PATCH liburing 3/3] io_uring_enter.2: document IORING_RECVSEND_FIXED_BUF
IORING_CQE_F_COPIED
2022-10-21 14:03 UTC (23+ 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 10:44 UTC (2+ 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
[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 (3+ messages)
[syzbot] KASAN: slab-out-of-bounds Read in io_uring_show_fdinfo
2022-10-10 12:32 UTC (3+ 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