public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-11-02 14:02:47 to 2022-11-16 10:16:32 UTC [more...]

[PATCH v1 0/2] io_uring uapi updates
 2022-11-16 10:14 UTC  (8+ messages)
` [PATCH v1 1/2] io_uring: uapi: Don't force linux/time_types.h for userspace
` [PATCH v1 2/2] io_uring: uapi: Don't use a zero-size array
` (subset) [PATCH v1 0/2] io_uring uapi updates

[PATCH v1 00/15] zero-copy RX for io_uring
 2022-11-16  8:17 UTC  (21+ 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 04/15] io_uring: create a zctap region for a mapped buffer
` [PATCH v1 05/15] io_uring: mark pages in ifq region with zctap information
` [PATCH v1 06/15] io_uring: Provide driver API for zctap packet buffers
` [PATCH v1 07/15] io_uring: Allocate zctap device buffers and dma map them
` [PATCH v1 08/15] io_uring: Add zctap buffer get/put functions and refcounting
` [PATCH v1 09/15] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed()
` [PATCH v1 10/15] io_uring: Allocate a uarg for use by the ifq RX
` [PATCH v1 11/15] io_uring: Define the zctap iov[] returned to the user
` [PATCH v1 12/15] io_uring: add OP_RECV_ZC command
` [PATCH v1 13/15] io_uring: Make remove_ifq_region a delayed work call
` [PATCH v1 14/15] io_uring: Add a buffer caching mechanism for zctap
` [PATCH v1 15/15] io_uring: Notify the application as the fillq is drained

[RFC PATCH v3 0/4] liburing: add api for napi busy poll timeout
 2022-11-15  7:09 UTC  (5+ messages)
` [RFC PATCH v3 1/4] liburing: add api to set napi busy poll settings
` [RFC PATCH v3 2/4] liburing: add documentation for new napi busy polling
` [RFC PATCH v3 3/4] liburing: add test programs for napi busy poll
` [RFC PATCH v3 4/4] liburing: update changelog with new feature

[RFC PATCH v3 0/3] io_uring: add napi busy polling support
 2022-11-15  7:09 UTC  (4+ messages)
` [RFC PATCH v3 1/3] "
` [RFC PATCH v3 2/3] io_uring: add api to set napi busy poll timeout
` [RFC PATCH v3 3/3] io_uring: add api to set napi prefer busy poll

[PATCH v1 0/2] Add LSM access controls for io_uring_setup
 2022-11-15  5:39 UTC  (7+ messages)
` [PATCH v1 1/2] lsm,io_uring: add LSM hook "

[PATCH v1] io_uring/filetable: fix file reference underflow
 2022-11-14 14:50 UTC 

[PATCH for-next 0/2] small tw add improvements
 2022-11-12 16:00 UTC  (4+ messages)
` [PATCH for-next 1/2] io_uring: inline io_req_task_work_add()
` [PATCH for-next 2/2] io_uring: split tw fallback into a function

[PATCH for-6.1 0/2] Subject: [PATCH for-6.1 0/2] 6.1 poll patches
 2022-11-11 22:59 UTC  (4+ messages)
` [PATCH for-6.1 1/2] io_uring/poll: fix double poll req->flags races
` [PATCH for-6.1 2/2] io_uring/poll: lockdep annote io_poll_req_insert_locked

[GIT PULL] io_uring fixes for 6.1-rc5
 2022-11-11 22:16 UTC  (2+ messages)

[PATCH] tools/io_uring/io_uring-cp: fix compile warning in copy_file()
 2022-11-11  3:56 UTC 

[RFC PATCH v2 0/2] io_uring: add napi busy polling support
 2022-11-11  1:35 UTC  (8+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] io_uring: add api to set napi busy poll timeout

[PATCH v1] io_uring: update outdated comment of callbacks
 2022-11-10 18:16 UTC  (2+ messages)

[PATCH v1] io_uring: remove outdated comments of caching
 2022-11-10 18:16 UTC  (2+ messages)

[PATCH] io_uring: check for rollover of buffer ID when providing buffers
 2022-11-10 18:08 UTC  (2+ messages)

liburing 2.3 API/ABI breakage
 2022-11-10 13:46 UTC  (4+ messages)

[PATCH liburing] Alphabetise the test list
 2022-11-09  8:53 UTC  (5+ messages)

[PATCH 0/4] io_uring: use ITER_UBUF
 2022-11-08 20:25 UTC  (9+ 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

samba does not work with liburing 2.3
 2022-11-08 19:18 UTC  (4+ messages)

[PATCH] io_uring: calculate CQEs from the user visible value
 2022-11-08 17:36 UTC  (2+ messages)

[PATCH liburing v4] test that unregister_files processes task work
 2022-11-08 14:13 UTC  (4+ messages)

[PATCH liburing v3] test that unregister_files processes task work
 2022-11-08 12:26 UTC 

[PATCH liburing v2] test that unregister_files processes task work
 2022-11-08 10:23 UTC  (3+ messages)

[RFC PATCH v2 0/4] liburing: add api for napi busy poll timeout
 2022-11-08  9:47 UTC  (9+ 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

[RFC PATCH 0/4] io_uring/splice: extend splice for supporting ublk zero copy
 2022-11-08  8:29 UTC  (13+ 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 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 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 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)

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

[PATCH for-next 00/12] io_uring: retarget rsrc nodes periodically
 2022-11-02 14:12 UTC  (6+ messages)
` [PATCH for-next 07/12] io_uring: split send_zc specific struct out of io_sr_msg

[PATCH 1/1] io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag
 2022-11-02 14:02 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