public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-11-07 21:41:03 to 2023-12-07 17:48:58 UTC [more...]

[PATCH 1/2] iouring: one capable call per iouring instance
 2023-12-07 17:48 UTC  (21+ messages)
` [PATCH 2/2] nvme: use uring_cmd sys_admin flag

[PATCH 1/1] io_uring/af_unix: disable sending io_uring over sockets
 2023-12-06 13:55 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH] io_uring: save repeated issue_flags
 2023-12-06  1:51 UTC  (8+ messages)

[PATCH liburing 0/5] send-zc test/bench improvements
 2023-12-05 16:22 UTC  (7+ messages)
` [PATCH liburing 1/5] tests: comment on io_uring zc and SO_ZEROCOPY
` [PATCH liburing 2/5] examples/sendzc: remove get time overhead
` [PATCH liburing 3/5] examples/sendzc: use stdout for stats
` [PATCH liburing 4/5] examples/sendzc: try to print stats on SIGINT
` [PATCH liburing 5/5] examples/sendzc: improve help message

[bug report] io_uring: free io_buffer_list entries via RCU
 2023-12-05 14:01 UTC  (2+ messages)

[PATCH] io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
 2023-12-05 14:00 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 21/32] io_uring: use fget/fput consistently
 2023-12-04 20:32 UTC 

[PATCH 1/1] io_uring: fix mutex_unlock with unreferenced ctx
 2023-12-04  2:10 UTC  (2+ messages)

[PATCH v2 0/3] clean up io_uring cmd header structure
 2023-12-03 15:22 UTC  (8+ messages)
` [PATCH v2 1/3] io_uring: split out cmd api into a separate header
` [PATCH v2 2/3] io_uring/cmd: inline io_uring_cmd_do_in_task_lazy
` [PATCH v2 3/3] io_uring/cmd: inline io_uring_cmd_get_task

[PATCH for-next 0/2] inline execution ltimeout optimisation
 2023-12-03 15:22 UTC  (5+ messages)
` [PATCH for-next 1/2] io_uring: don't check iopoll if request completes
` [PATCH for-next 2/2] io_uring: optimise ltimeout for inline execution

[PATCHv5 0/4] block integrity: directly map user space addresses
 2023-12-02 14:58 UTC  (12+ messages)
  ` [PATCHv5 1/4] block: bio-integrity: directly map user buffers
  ` [PATCHv5 2/4] nvme: use bio_integrity_map_user
  ` [PATCHv5 3/4] iouring: remove IORING_URING_CMD_POLLED
  ` [PATCHv5 4/4] io_uring: remove uring_cmd cookie

[GIT PULL] io_uring fixes for 6.7-rc4
 2023-12-01 21:49 UTC  (2+ messages)

io_uring: incorrect assumption about mutex behavior on unlock?
 2023-12-01 18:52 UTC  (4+ messages)
  ` mutex/spinlock semantics [was: Re: io_uring: incorrect assumption about mutex behavior on unlock?]

[PATCHSET 0/8] Various io_uring fixes
 2023-11-30 19:45 UTC  (9+ messages)
` [PATCH 1/8] io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP
` [PATCH 2/8] io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP
` [PATCH 3/8] io_uring: enable io_mem_alloc/free to be used in other parts
` [PATCH 4/8] io_uring/kbuf: defer release of mapped buffer rings
` [PATCH 5/8] io_uring/kbuf: recycle freed mapped buffer ring entries
` [PATCH 6/8] io_uring/kbuf: prune deferred locked cache when tearing down
` [PATCH 7/8] io_uring: free io_buffer_list entries via RCU
` [PATCH 8/8] io_uring: use fget/fput consistently

[PATCHv4 0/4] block integrity: directly map user space addresses
 2023-11-29 16:35 UTC  (8+ messages)
` [PATCHv4 1/4] block: bio-integrity: directly map user buffers
` [PATCHv4 2/4] nvme: use bio_integrity_map_user
` [PATCHv4 3/4] iouring: remove IORING_URING_CMD_POLLED
` [PATCHv4 4/4] io_uring: remove uring_cmd cookie

io_uring: risky use of task work, especially wrt fdget()
 2023-11-28 16:46 UTC  (6+ messages)

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-27 16:17 UTC  (18+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
` [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void

[PATCH v2 net-next 2/4] af_unix: Return struct unix_sock from unix_get_socket()
 2023-11-27 12:33 UTC  (2+ messages)

[PATCH 0/3] clean up io_uring cmd header structure
 2023-11-24 15:23 UTC  (9+ messages)
` [PATCH 1/3] io_uring: split out cmd api into a separate header
` [PATCH 2/3] io_uring/cmd: inline io_uring_cmd_do_in_task_lazy
` [PATCH 3/3] io_uring/cmd: inline io_uring_cmd_get_task

[GIT PULL] io_uring fixes for 6.7-rc3
 2023-11-24  1:51 UTC  (2+ messages)

[PATCHv3 0/5] block integrity: directly map user space addresses
 2023-11-22  0:54 UTC  (17+ messages)
` [PATCHv3 1/5] bvec: introduce multi-page bvec iterating
` [PATCHv3 2/5] block: bio-integrity: directly map user buffers
` [PATCHv3 3/5] nvme: use bio_integrity_map_user
` [PATCHv3 4/5] iouring: remove IORING_URING_CMD_POLLED
` [PATCHv3 5/5] io_uring: remove uring_cmd cookie

[PATCH] io_uring: fix off-by one bvec index
 2023-11-21 14:42 UTC  (3+ messages)

[PATCH] io_uring/fs: consider link->flags when getting path for LINKAT
 2023-11-20 16:38 UTC  (5+ messages)

[PATCH v3] io_uring: Statistics of the true utilization of sq threads
 2023-11-20 14:26 UTC  (3+ messages)

[PATCH v3] io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
 2023-11-19 21:23 UTC  (6+ messages)

[GIT PULL] io_uring fix for 6.7-rc2
 2023-11-17 22:16 UTC  (2+ messages)

[PATCH v4] io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
 2023-11-15 16:30 UTC 

[PATCH v2] io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
 2023-11-15  2:34 UTC  (3+ messages)

[PATCH] io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
 2023-11-14 16:59 UTC 

:once again
 2023-11-14 14:49 UTC 

[PATCH v2] io_uring: Statistics of the true utilization of sq threads
 2023-11-13 16:38 UTC  (6+ messages)
      `  "

[GIT PULL] io_uring fixes for 6.7-rc1
 2023-11-10 19:28 UTC  (2+ messages)

[PATCH] io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeups
 2023-11-09 13:07 UTC  (5+ messages)

[PATCHv2 0/4] block integrity: directly map user space addresses
 2023-11-08 17:19 UTC  (8+ messages)
  ` [PATCHv2 1/4] block: bio-integrity: directly map user buffers

[RFC PATCH v2 00/20] Zero copy Rx using io_uring
 2023-11-07 21:40 UTC  (16+ messages)
` [PATCH 06/20] io_uring: add ZC buf and pool
` [PATCH 07/20] io_uring: add ZC pool API
` [PATCH 08/20] skbuff: add SKBFL_FIXED_FRAG and skb_fixed()
` [PATCH 09/20] io_uring: allocate a uarg for freeing zero copy skbs
` [PATCH 10/20] io_uring: delay ZC pool destruction
` [PATCH 11/20] net: add data pool
` [PATCH 12/20] io_uring: add io_recvzc request
` [PATCH 13/20] io_uring/zcrx: propagate ifq down the stack
` [PATCH 14/20] io_uring/zcrx: introduce io_zc_get_rbuf_cqe
` [PATCH 15/20] io_uring/zcrx: add copy fallback
` [PATCH 16/20] net: execute custom callback from napi
` [PATCH 17/20] io_uring/zcrx: copy fallback to ring buffers
` [PATCH 18/20] veth: add support for io_uring zc rx
` [PATCH 19/20] bnxt: use data pool
` [PATCH 20/20] io_uring/zcrx: add multi socket support per Rx queue


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