io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-20 08:26:44 to 2022-11-04 06:57:06 UTC [more...]

ublk-qcow2: ublk-qcow2 is available
 2022-11-04  6:55 UTC  (24+ messages)

[RFC PATCH 0/4] io_uring/splice: extend splice for supporting ublk zero copy
 2022-11-04  0:44 UTC  (7+ messages)
` [RFC PATCH 1/4] io_uring/splice: support do_splice_direct
` [RFC PATCH 2/4] fs/splice: add helper of splice_dismiss_pipe()
` [RFC PATCH 3/4] io_uring/splice: support splice from ->splice_read to ->splice_read
` [RFC PATCH 4/4] ublk_drv: support splice based read/write zero copy

[RFC PATCH v1 0/3] liburing: add api for napi busy poll timeout
 2022-11-03 22:20 UTC  (8+ messages)
` [RFC PATCH v1 1/3] liburing: add api to set "
` [RFC PATCH v1 2/3] liburing: add documentation for new napi busy polling
` [RFC PATCH v1 3/3] liburing: add test programs for napi busy poll

[RFC PATCH v1 0/2] io_uring: add napi busy polling support
 2022-11-03 20:39 UTC  (3+ messages)
` [RFC PATCH v1 1/2] "
` [RFC PATCH v1 2/2] io_uring: add api to set napi busy poll timeout

[PATCH v2] io_uring: fix two assignments in if conditions
 2022-11-03  2:50 UTC  (3+ messages)

[RFC PATCH v2 00/13] zero-copy RX for io_uring
 2022-11-02 23:33 UTC  (3+ messages)

[RFC PATCH v3 00/15] zero-copy RX for io_uring
 2022-11-02 23:32 UTC  (16+ messages)
` [RFC PATCH v3 01/15] io_uring: add zctap ifq definition
` [RFC PATCH v3 02/15] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [RFC PATCH v3 03/15] io_uring: add register ifq opcode
` [RFC PATCH v3 04/15] io_uring: create a zctap region for a mapped buffer
` [RFC PATCH v3 05/15] io_uring: mark pages in ifq region with zctap information
` [RFC PATCH v3 06/15] io_uring: Provide driver API for zctap packet buffers
` [RFC PATCH v3 07/15] io_uring: Allocate zctap device buffers and dma map them
` [RFC PATCH v3 08/15] io_uring: Add zctap buffer get/put functions and refcounting
` [RFC PATCH v3 09/15] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed()
` [RFC PATCH v3 10/15] io_uring: Allocate a uarg for use by the ifq RX
` [RFC PATCH v3 11/15] io_uring: Define the zctap iov[] returned to the user
` [RFC PATCH v3 12/15] io_uring: add OP_RECV_ZC command
` [RFC PATCH v3 13/15] io_uring: Make remove_ifq_region a delayed work call
` [RFC PATCH v3 14/15] io_uring: Add a buffer caching mechanism for zctap
` [RFC PATCH v3 15/15] io_uring: Notify the application as the fillq is drained

[PATCH for-6.1 1/1] selftests/net: don't tests batched TCP io_uring zc
 2022-11-02 14:27 UTC  (3+ messages)

[PATCH for-next 00/12] io_uring: retarget rsrc nodes periodically
 2022-11-02 14:12 UTC  (30+ messages)
` [PATCH for-next 01/12] io_uring: infrastructure for retargeting rsrc nodes
` [PATCH for-next 02/12] io_uring: io-wq helper to iterate all work
` [PATCH for-next 03/12] io_uring: support retargeting rsrc on requests in the io-wq
` [PATCH for-next 04/12] io_uring: reschedule retargeting at shutdown of ring
` [PATCH for-next 05/12] io_uring: add tracing for io_uring_rsrc_retarget
` [PATCH for-next 06/12] io_uring: add fixed file peeking function
` [PATCH for-next 07/12] io_uring: split send_zc specific struct out of io_sr_msg
` [PATCH for-next 08/12] io_uring: recv/recvmsg retarget_rsrc support
` [PATCH for-next 09/12] io_uring: accept "
` [PATCH for-next 10/12] io_uring: read "
` [PATCH for-next 11/12] io_uring: read_fixed "
` [PATCH for-next 12/12] io_uring: poll_add "

[PATCH 1/1] io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag
 2022-11-02 14:02 UTC  (4+ messages)

[PATCH] io_uring: fix two assignments in if conditions
 2022-11-02  8:06 UTC  (2+ messages)

[PATCH AUTOSEL 6.0 23/34] io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
 2022-11-01 11:27 UTC 

[GIT PULL] io_uring fixes for 6.1-rc3
 2022-10-30  1:29 UTC  (2+ messages)

[PATCH net 0/4] a few corrections for SOCK_SUPPORT_ZC
 2022-10-29  4:50 UTC  (6+ messages)
` [PATCH net 1/4] udp: advertise ipv6 udp support for msghdr::ubuf_info
` [PATCH net 2/4] net: remove SOCK_SUPPORT_ZC from sockmap
` [PATCH net 3/4] net/ulp: remove SOCK_SUPPORT_ZC from tls sockets
` [PATCH net 4/4] net: also flag accepted sockets supporting msghdr originated zerocopy

Problems replacing epoll with io_uring in tevent
 2022-10-27 19:54 UTC  (11+ messages)

[PATCH 0/2] io_uring: fix locking in __io_run_local_work
 2022-10-27 15:57 UTC  (7+ messages)
` [PATCH 1/2] io_uring: use io_run_local_work_locked helper
` [PATCH 2/2] io_uring: unlock if __io_run_local_work locked inside

[PATCH liburing-next 1/1] tests: test both TCP ends in send zc tests
 2022-10-27 13:13 UTC  (2+ messages)

IORING_CQE_F_COPIED
 2022-10-27 10:51 UTC  (25+ messages)
          ` IORING_SEND_NOTIF_REPORT_USAGE (was Re: IORING_CQE_F_COPIED)
          ` IORING_SEND_NOTIF_USER_DATA "

[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)

[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

[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  (8+ messages)
` [PATCH for-6.1 1/2] io_uring/net: fail zc send for unsupported protocols

[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  (12+ 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
` (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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).