public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-11-07 17:54:29 to 2022-11-21 10:42:07 UTC [more...]

[PATCH for-next 00/10] io_uring: batch multishot completions
 2022-11-21 10:03 UTC  (8+ messages)
` [PATCH for-next 01/10] io_uring: merge io_req_tw_post and io_req_task_complete
` [PATCH for-next 04/10] io_uring: lock on remove in io_apoll_task_func
` [PATCH for-next 06/10] io_uring: simplify io_issue_sqe
` [PATCH for-next 07/10] io_uring: make io_req_complete_post static
` [PATCH for-next 08/10] io_uring: allow defer completion for aux posted cqes
` [PATCH for-next 09/10] io_uring: allow io_post_aux_cqe to defer completion
` [PATCH for-next 10/10] io_uring: allow multishot polled reqs "

[RFC PATCH v4 0/4] liburing: add api for napi busy poll
 2022-11-20 19:34 UTC  (10+ messages)
` [RFC PATCH v4 1/4] liburing: add api to set napi busy poll settings
` [RFC PATCH v4 2/4] liburing: add documentation for new napi busy polling
` [RFC PATCH v4 3/4] liburing: add example programs for napi busy poll
` [RFC PATCH v4 4/4] liburing: update changelog with new feature

[PATCHSET 0/4] Terminate multishot early on dependencies
 2022-11-20 17:28 UTC  (5+ messages)
` [PATCH 1/4] eventpoll: add EPOLL_URING wakeup flag
` [PATCH 2/4] eventfd: provide a eventfd_signal_mask() helper
` [PATCH 3/4] io_uring: pass in EPOLL_URING as part of eventfd signaling and wakeups
` [PATCH 4/4] Revert "io_uring: disallow self-propelled ring polling"

[PATCH v3 0/2] poll_refs armoring
 2022-11-20 16:57 UTC  (3+ messages)
` [PATCH v3 1/2] io_uring: cmpxchg for poll arm refs release
` [PATCH v3 2/2] io_uring: make poll refs more robust

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

[PATCH AUTOSEL 6.0 44/44] io_uring/poll: lockdep annote io_poll_req_insert_locked
 2022-11-19  2:11 UTC 

[GIT PULL] io_uring fixes for 6.1-rc6
 2022-11-19  1:24 UTC  (2+ messages)

[PATCH for-6.1 v2] io_uring: make poll refs more robust
 2022-11-18 22:43 UTC  (4+ messages)

[PATCH for-6.1 1/1] io_uring: make poll refs more robust
 2022-11-18 18:46 UTC  (2+ messages)

[PATCH for-6.1] io_uring: disallow self-propelled ring polling
 2022-11-18 16:29 UTC  (2+ messages)

[RFC 0/1] RFC on how to include LSM hooks for io_uring commands
 2022-11-17 22:10 UTC  (7+ messages)
    ` [RFC 1/1] Use ioctl selinux callback io_uring commands that implement the ioctl op convention

[PATCH v1 00/15] zero-copy RX for io_uring
 2022-11-17 21:01 UTC  (24+ 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

[PATCH for-6.1 0/4] minor poll fixes
 2022-11-17 20:31 UTC  (7+ messages)
` [PATCH for-6.1 1/4] io_uring: update res mask in io_poll_check_events
` [PATCH for-6.1 2/4] io_uring: fix tw losing poll events
` [PATCH for-6.1 3/4] io_uring: fix multishot accept request leaks
` [PATCH for-6.1 4/4] io_uring: fix multishot recv "

[PATCH for-next 1/1] io_uring: inline __io_req_complete_post()
 2022-11-17 19:49 UTC  (3+ messages)

[PATCH] io_uring: kill tw-related outdated comments
 2022-11-17 19:45 UTC  (2+ messages)

[PATCH v2 1/1] uapi:io_uring.h: allow linux/time_types.h to be skipped
 2022-11-17 17:53 UTC  (2+ messages)

[PATCH v1 0/2] io_uring uapi updates
 2022-11-16 20:31 UTC  (15+ 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

[RFC PATCH v3 0/3] io_uring: add napi busy polling support
 2022-11-16 20:12 UTC  (9+ 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

[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

[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  (6+ messages)
` [RFC PATCH 1/4] io_uring/splice: support do_splice_direct
` [RFC PATCH 3/4] io_uring/splice: support splice from ->splice_read to ->splice_read

[PATCH for-next 0/4] io_uring: cleanup allow_overflow on post_cqe
 2022-11-07 20:18 UTC  (2+ messages)

[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  (11+ messages)
` [RFC PATCH v1 1/3] liburing: add api to set "
` [RFC PATCH v1 3/3] liburing: add test programs for napi busy poll


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox