public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-12-01 00:40:47 to 2024-01-10 18:46:24 UTC [more...]

[PATCH v2] io_uring/rw: cleanup io_rw_done()
 2024-01-10 18:46 UTC  (2+ messages)

[PATCH] io_uring/rw: cleanup io_rw_done()
 2024-01-10 18:35 UTC  (3+ messages)

[GIT PULL] io_uring updates for 6.8-rc1
 2024-01-10 18:13 UTC  (2+ messages)

io_uring: Fix exception handling in io_ring_ctx_alloc()
 2024-01-10 16:55 UTC  (2+ messages)
  ` [cocci] [PATCH] "

[PATCH v6] io_uring: Statistics of the true utilization of sq threads
 2024-01-10 16:15 UTC  (12+ messages)
        `  "

[PATCH] io_uring: ensure local task_work is run on wait timeout
 2024-01-04 19:24 UTC 

[RFC PATCH v3 00/20] Zero copy Rx using io_uring
 2024-01-02 16:11 UTC  (50+ messages)
` [RFC PATCH v3 01/20] net: page_pool: add ppiov mangling helper
` [RFC PATCH v3 02/20] tcp: don't allow non-devmem originated ppiov
` [RFC PATCH v3 03/20] net: page pool: rework ppiov life cycle
` [RFC PATCH v3 04/20] net: enable napi_pp_put_page for ppiov
` [RFC PATCH v3 05/20] net: page_pool: add ->scrub mem provider callback
` [RFC PATCH v3 06/20] io_uring: separate header for exported net bits
` [RFC PATCH v3 07/20] io_uring: add interface queue
` [RFC PATCH v3 08/20] io_uring: add mmap support for shared ifq ringbuffers
` [RFC PATCH v3 09/20] netdev: add XDP_SETUP_ZC_RX command
` [RFC PATCH v3 10/20] io_uring: setup ZC for an Rx queue when registering an ifq
` [RFC PATCH v3 11/20] io_uring/zcrx: implement socket registration
` [RFC PATCH v3 12/20] io_uring: add ZC buf and pool
` [RFC PATCH v3 13/20] io_uring: implement pp memory provider for zc rx
` [RFC PATCH v3 14/20] net: page pool: add io_uring memory provider
` [RFC PATCH v3 15/20] io_uring: add io_recvzc request
` [RFC PATCH v3 16/20] net: execute custom callback from napi
` [RFC PATCH v3 17/20] io_uring/zcrx: add copy fallback
` [RFC PATCH v3 18/20] veth: add support for io_uring zc rx
` [RFC PATCH v3 19/20] net: page pool: generalise ppiov dma address get
` [RFC PATCH v3 20/20] bnxt: enable io_uring zc page pool

[PATCH v5] io_uring: Statistics of the true utilization of sq threads
 2023-12-25  2:36 UTC  (5+ messages)
      `  "

KMSAN: uninit-value in io_rw_fail
 2023-12-23 14:56 UTC  (4+ messages)

[syzbot] [mm?] [io-uring?] WARNING in get_pte_pfn
 2023-12-23  4:59 UTC  (5+ messages)
` [syzbot] [mm] "

[PATCH] io_uring/kbuf: add method for returning provided buffer ring head
 2023-12-21 16:06 UTC 

[PATCH] io_uring/rw: ensure io->bytes_done is always initialized
 2023-12-21 15:53 UTC 

[linux-next:master] BUILD REGRESSION 20d857259d7d10cd0d5e8b60608455986167cfad
 2023-12-21 11:48 UTC 

[PATCHSET 0/2] Drop remnants of SCM_RIGHTS support
 2023-12-19 19:42 UTC  (3+ messages)
` [PATCH 1/2] io_uring/unix: drop usage of io_uring socket
` [PATCH 2/2] io_uring: drop any code related to SCM_RIGHTS

[PATCH] io_uring/register: move io_uring_register(2) related code to register.c
 2023-12-19 15:57 UTC 

[PATCH liburing v1 0/2] Makefile and t/no-mmap-inval updates
 2023-12-19 15:22 UTC  (5+ messages)
` [PATCH liburing v1 1/2] Makefile: Remove the `partcheck` target
` [PATCH liburing v1 2/2] t/no-mmap-inval: Replace `valloc()` with `t_posix_memalign()`

[GIT PULL] io_uring fixes for 6.7-rc6
 2023-12-15 20:22 UTC  (2+ messages)

[PATCH] fix breakage in SOCKET_URING_OP_SIOC* implementation
 2023-12-14 23:53 UTC  (2+ messages)

[PATCH] io_uring/poll: don't enable lazy wake for POLLEXCLUSIVE
 2023-12-13 16:01 UTC 

[PATCH v2 00/13] Remove _folio_dtor and _folio_order
 2023-12-13 12:23 UTC  (5+ messages)
` [PATCH v2 07/13] mm: Remove HUGETLB_PAGE_DTOR

[PATCH v4] io_uring: Statistics of the true utilization of sq threads
 2023-12-13  3:25 UTC 

[PATCH 1/1] io_uring/af_unix: disable sending io_uring over sockets
 2023-12-12  4:45 UTC  (15+ messages)
` [PATCH RESEND] "

[PATCH v2] io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALL
 2023-12-08 22:18 UTC 

[PATCH] io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALL
 2023-12-08 22:08 UTC  (7+ messages)

[GIT PULL] io_uring fixes for 6.7-rc5
 2023-12-08 20:45 UTC  (2+ messages)

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

[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?]


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