public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-07-03 17:40:53 to 2024-08-01 07:36:09 UTC [more...]

[PATCH v7] io_uring: releasing CPU resources when polling
 2024-08-01  7:34 UTC  (2+ messages)
    ` [PATCH V7] "

[PATCH liburing v3] test: add test cases for hugepage registered buffers
 2024-08-01  1:01 UTC  (3+ messages)

[PATCH AUTOSEL 6.10 082/121] io_uring/io-wq: make io_wq_work flags atomic
 2024-08-01  0:00 UTC 

[PATCH v8 0/2] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-07-31 23:09 UTC  (5+ messages)
    ` [PATCH v8 1/2] io_uring/rsrc: store folio shift and mask into imu
    ` [PATCH v8 2/2] io_uring/rsrc: enable multi-hugepage buffer coalescing

io_uring NAPI busy poll RCU is causing 50 context switches/second to my sqpoll thread
 2024-07-31  1:00 UTC  (5+ messages)

[PATCH 0/2] io_uring: minor sqpoll code refactoring
 2024-07-30 21:19 UTC  (3+ messages)
` [PATCH 1/2] io_uring: micro optimization of __io_sq_thread() condition
` [PATCH 2/2] io_uring: do the sqpoll napi busy poll outside the submission block

[PATCH 0/3] Implement absolute value wait timeouts
 2024-07-30 20:29 UTC  (4+ messages)
` [PATCH 1/3] io_uring/napi: refactor __io_napi_busy_loop()
` [PATCH 2/3] io_uring/napi: delay napi timeout adjustment
` [PATCH 3/3] io_uring: add absolute mode wait timeouts

[PATCH] io_uring: add napi busy settings to the fdinfo output
 2024-07-30 19:05 UTC  (9+ messages)

[PATCH v2] io_uring: add napi busy settings to the fdinfo output
 2024-07-30 14:57 UTC 

[PATCH] io_uring: remove unused local list heads in NAPI functions
 2024-07-30 12:20 UTC  (3+ messages)

[PATCH] io_uring: keep multishot request NAPI timeout fresh
 2024-07-30 12:20 UTC  (3+ messages)

[Patch v7 0/2] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-07-30 11:56 UTC  (5+ messages)
    ` [Patch v7 1/2] io_uring/rsrc: store folio shift and mask into imu
    ` [Patch v7 2/2] io_uring/rsrc: enable multi-hugepage buffer coalescing

[PATCH V4 0/8] io_uring: support sqe group and provide group kbuf
 2024-07-29 13:58 UTC  (17+ messages)
` [PATCH V4 1/8] io_uring: add io_link_req() helper
` [PATCH V4 2/8] io_uring: add io_submit_fail_link() helper
` [PATCH V4 3/8] io_uring: add helper of io_req_commit_cqe()
` [PATCH V4 4/8] io_uring: support SQE group
` [PATCH V4 5/8] io_uring: support sqe group with members depending on leader
` [PATCH V4 6/8] io_uring: support providing sqe group buffer
` [PATCH V4 7/8] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V4 8/8] ublk: support provide io buffer

[GIT PULL] io_uring fixes for 6.11-rc1
 2024-07-27 22:38 UTC  (2+ messages)

[PATCH 0/2] improve net busy polling time conversion
 2024-07-26 15:21 UTC  (4+ messages)
` [PATCH 1/2] io_uring/napi: use ktime in busy polling
` [PATCH 2/2] io_uring/napi: pass ktime to io_napi_adjust_timeout

[syzbot] [io-uring?] KMSAN: uninit-value in io_req_cqe_overflow (3)
 2024-07-25 17:58 UTC  (4+ messages)

[syzbot] [io-uring?] KMSAN: uninit-value in io_req_task_work_add_remote
 2024-07-25 17:32 UTC  (9+ messages)

[PATCH] io_uring/msg_ring: fix uninitialized use of target_req->flags
 2024-07-25 14:47 UTC 

[PATCH 0/6] random fixes and patches for io_uring
 2024-07-24 15:52 UTC  (8+ messages)
` [PATCH 1/6] io_uring: tighten task exit cancellations
` [PATCH 2/6] io_uring: don't allow netpolling with SETUP_IOPOLL
` [PATCH 3/6] io_uring: fix io_match_task must_hold
` [PATCH 4/6] io_uring: simplify io_uring_cmd return
` [PATCH 5/6] io_uring: kill REQ_F_CANCEL_SEQ
` [PATCH 6/6] io_uring: align iowq and task request error handling

[PATCH liburing 1/1] test/io-cancel: expand print messages
 2024-07-24 13:58 UTC  (2+ messages)

[PATCH liburing 1/1] tests/sockopt: {g,s}etsockopt with io-wq
 2024-07-24 13:58 UTC  (2+ messages)

[PATCH liburing] configure: Respect relative prefix path
 2024-07-24  0:22 UTC  (2+ messages)

[PATCH liburing v2 0/5] IORING_OP_BIND/LISTEN support
 2024-07-24  0:22 UTC  (7+ messages)
` [PATCH liburing v2 1/5] liburing: Add helper to prepare IORING_OP_BIND command
` [PATCH liburing v2 2/5] liburing: Add helper to prepare IORING_OP_LISTEN command
` [PATCH liburing v2 3/5] tests: Add test for bind/listen commands
` [PATCH liburing v2 4/5] man/io_uring_prep_bind.3: Document the IORING_OP_BIND operation
` [PATCH liburing v2 5/5] man/io_uring_prep_listen.3: Document IORING_OP_LISTEN operation

Kindly Get Back To Me
 2024-07-23  1:50 UTC 

[GIT PULL] io_uring fixes for 6.11-rc1
 2024-07-22 20:45 UTC  (2+ messages)

[PATCH v6 0/2] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-07-22 13:12 UTC  (4+ messages)
    ` [PATCH v6 1/2] io_uring/rsrc: store folio shift and mask into imu
    ` [PATCH v6 2/2] io_uring/rsrc: enable multi-hugepage buffer coalescing

[PATCH v2 1/4] net: Split a __sys_bind helper for io_uring
 2024-07-22 12:37 UTC  (8+ messages)

[PATCH v6 RESEND] io_uring: releasing CPU resources when polling
 2024-07-22 12:31 UTC  (4+ messages)
    ` [PATCH V6] "

[RFC liburing 0/5] IORING_OP_BIND/LISTEN support
 2024-07-21 21:21 UTC  (5+ messages)
` [PATCH liburing 1/5] liburing: Add helper to prepare IORING_OP_BIND command
` [PATCH liburing 3/5] tests: Add test for bind/listen commands

CVE-2024-41001: io_uring/sqpoll: work around a potential audit memory leak
 2024-07-19 19:03 UTC  (3+ messages)

[PATCH 1/1] io_uring: fix error pbuf checking
 2024-07-18 20:34 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix lost getsockopt completions
 2024-07-18 20:34 UTC  (3+ messages)

[syzbot] [io-uring?] general protection fault in __io_remove_buffers
 2024-07-18 18:03 UTC  (3+ messages)

[PATCH v2] io_uring: Avoid polling configuration errors
 2024-07-16  7:16 UTC  (7+ messages)
      `  "

[GIT PULL] io_uring updates for 6.11-rc1
 2024-07-15 21:35 UTC  (4+ messages)
  `  "

[syzbot] [io-uring] general protection fault in tomoyo_socket_bind_permission
 2024-07-13 12:40 UTC  (4+ messages)
` [PATCH] io_uring: Check socket is valid in io_bind()/io_listen()

[PATCH v3 0/2] fix task_work interation with freezing
 2024-07-11  7:54 UTC  (5+ messages)
` [PATCH v3 1/2] io_uring/io-wq: limit retrying worker initialisation
` [PATCH v3 2/2] kernel: rerun task_work while freezing in get_signal()

[PATCH 0/2] fix task_work interation with freezing
 2024-07-10 22:17 UTC  (20+ messages)
` [PATCH 1/2] io_uring/io-wq: limit retrying worker initialisation
` [PATCH 2/2] kernel: rerun task_work while freezing in get_signal()

[PATCH v2 0/2] fix task_work interation with freezing
 2024-07-10 17:55 UTC  (6+ messages)
` [PATCH v2 1/2] io_uring/io-wq: limit retrying worker initialisation
` [PATCH v2 2/2] kernel: rerun task_work while freezing in get_signal()

[PATCH] io_uring/napi: Remove unnecessary s64 cast
 2024-07-10  6:23 UTC  (2+ messages)

[PATCH v5 0/3] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-07-10  2:28 UTC  (8+ messages)
  ` [PATCH v5 1/3] io_uring/rsrc: add hugepage fixed buffer coalesce helpers
  ` [PATCH v5 3/3] io_uring/rsrc: enable multi-hugepage buffer coalescing

[PATCH v6] io_uring: releasing CPU resources when polling
 2024-07-09  9:24 UTC  (3+ messages)
    `  "

[PATCH 0/2] statx NULL path support
 2024-07-04  6:02 UTC  (31+ messages)
` [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)


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