messages from 2022-10-21 13:14:47 to 2022-11-08 05:05:35 UTC [more...]
[PATCH v1 00/15] zero-copy RX for io_uring
2022-11-08 5:05 UTC (4+ messages)
` [PATCH v1 01/15] io_uring: add zctap ifq definition
` [PATCH v1 02/15] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [PATCH v1 03/15] io_uring: add register ifq opcode
[PATCH v1 0/2] Add LSM access controls for io_uring_setup
2022-11-07 21:13 UTC (3+ messages)
` [PATCH v1 1/2] lsm,io_uring: add LSM hook "
[PATCH for-next 0/4] io_uring: cleanup allow_overflow on post_cqe
2022-11-07 20:18 UTC (6+ messages)
` [PATCH for-next 1/4] io_uring: revert "io_uring fix multishot accept ordering"
` [PATCH for-next 2/4] io_uring: revert "io_uring: fix multishot poll on overflow"
` [PATCH for-next 3/4] io_uring: allow multishot recv CQEs to overflow
` [PATCH for-next 4/4] io_uring: remove allow_overflow parameter
[PATCH for-next] io_uring: do not always force run task_work in io_uring_register
2022-11-07 20:18 UTC (2+ messages)
[PATCH liburing] Do not always expect multishot recv to stop posting events
2022-11-07 20:18 UTC (2+ messages)
[RFC PATCH v2 0/2] io_uring: add napi busy polling support
2022-11-07 19:08 UTC (5+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] io_uring: add api to set napi busy poll timeout
[RFC PATCH v1 0/3] liburing: add api for napi busy poll timeout
2022-11-07 17:58 UTC (12+ 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
[PATCH 0/4] io_uring: use ITER_UBUF
2022-11-07 17:56 UTC (5+ messages)
` [PATCH 1/4] iov: add import_ubuf()
` [PATCH 2/4] io_uring: switch network send/recv to ITER_UBUF
` [PATCH 3/4] io_uring: use ubuf for single range imports for read/write
` [PATCH 4/4] iov_iter: move iter_ubuf check inside restore WARN
[RFC PATCH v2 0/4] liburing: add api for napi busy poll timeout
2022-11-07 17:53 UTC (5+ messages)
` [RFC PATCH v2 1/4] liburing: add api to set "
` [RFC PATCH v2 2/4] liburing: add documentation for new napi busy polling
` [RFC PATCH v2 3/4] liburing: add test programs for napi busy poll
` [RFC PATCH v2 4/4] liburing: update changelog with new feature
[PATCH liburing] test that unregister_files processes task work
2022-11-07 13:37 UTC (3+ messages)
[RFC PATCH] fs/lock: increase the filp's reference for Posix-style locks
2022-11-07 12:44 UTC (5+ messages)
[RFC PATCH 0/4] io_uring/splice: extend splice for supporting ublk zero copy
2022-11-07 1:05 UTC (10+ 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
[PATCH] io_uring: fix typo in io_uring.h comment
2022-11-06 21:43 UTC
[PATCH v2] io_uring: fix two assignments in if conditions
2022-11-05 15:31 UTC (5+ messages)
[PATCH for-next 0/7] small zc improvements
2022-11-05 15:20 UTC (9+ messages)
` [PATCH for-next 1/7] io_uring: move kbuf put out of generic tw complete
` [PATCH for-next 2/7] io_uring/net: remove extra notif rsrc setup
` [PATCH for-next 3/7] io_uring/net: preset notif tw handler
` [PATCH for-next 4/7] io_uring/net: rename io_uring_tx_zerocopy_callback
` [PATCH for-next 5/7] io_uring/net: inline io_notif_flush()
` [PATCH for-next 6/7] io_uring: move zc reporting from the hot path
` [PATCH for-next 7/7] io_uring/net: move mm accounting to a slower path
[PATCH liburing 0/3] some extra zc tests
2022-11-05 15:20 UTC (5+ messages)
` [PATCH liburing 1/3] tests/zc: create a new ring for test_send_faults()
` [PATCH liburing 2/3] tests/zc: add control flags tests
` [PATCH liburing 3/3] tests/zc: extra verification for notif completions
ublk-qcow2: ublk-qcow2 is available
2022-11-04 6:55 UTC (23+ messages)
[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
[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 (15+ messages)
` IORING_SEND_NOTIF_REPORT_USAGE (was Re: IORING_CQE_F_COPIED)
[PATCH for-next v3 0/3] implement pcpu bio caching for IRQ I/O
2022-10-25 19:42 UTC (4+ messages)
[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 (11+ messages)
` [PATCH for-6.1 1/3] net: flag sockets supporting msghdr originated zerocopy
[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 (4+ messages)
` [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
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