io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-17 04:00:48 to 2024-02-15 22:32:44 UTC [more...]

[PATCH] io_uring/napi: enable even with a timeout of 0
 2024-02-15 22:32 UTC 

[PATCH] io_uring: kill stale comment for io_cqring_overflow_kill()
 2024-02-15 21:07 UTC 

[PATCHSET v2 0/4] Add support for batched min timeout
 2024-02-15 16:06 UTC  (5+ messages)
` [PATCH 1/4] io_uring: move schedule wait logic into helper
` [PATCH 2/4] io_uring: implement our own schedule timeout handling
` [PATCH 3/4] io_uring: add support for batch wait timeout
` [PATCH 4/4] io_uring: wire up min batch wake timeout

[PATCH] io_uring/sqpoll: use the correct check for pending task_work
 2024-02-14 20:59 UTC 

[PATCH] io_uring: wake SQPOLL task when task_work is added to an empty queue
 2024-02-14 20:59 UTC 

[PATCH] io_uring/napi: ensure napi polling is aborted when work is available
 2024-02-14 20:02 UTC 

[PATCH] io_uring/net: fix multishot accept overflow handling
 2024-02-14 15:28 UTC 

[PATCHSET 0/4] Add support for batched min timeout
 2024-02-13 19:03 UTC  (5+ messages)
` [PATCH 1/4] io_uring: move schedule wait logic into helper
` [PATCH 2/4] io_uring: implement our own schedule timeout handling
` [PATCH 3/4] io_uring: add support for batch wait timeout
` [PATCH 4/4] io_uring: wire up min batch wake timeout

[PATCH v1] io_uring: Don't include af_unix.h
 2024-02-13  2:02 UTC  (2+ messages)

[syzbot] [io-uring?] KMSAN: uninit-value in io_rw_fail (2)
 2024-02-12 14:06 UTC  (3+ messages)

[PATCHSET v16 0/7] io_uring: add napi busy polling support
 2024-02-09 18:59 UTC  (11+ messages)
` [PATCH 1/7] net: split off __napi_busy_poll from napi_busy_poll
` [PATCH 2/7] net: add napi_busy_loop_rcu()
` [PATCH 3/7] io-uring: move io_wait_queue definition to header file
` [PATCH 4/7] io-uring: add napi busy poll support
` [PATCH 5/7] io-uring: add sqpoll support for napi busy poll
` [PATCH 6/7] io_uring: add register/unregister napi function
` [PATCH 7/7] io_uring: add prefer busy poll to register and unregister napi api

[PATCHSET v2 0/6] Misc cleanups / optimizations
 2024-02-08 20:52 UTC  (10+ messages)
` [PATCH 1/6] io_uring: expand main struct io_kiocb flags to 64-bits
` [PATCH 2/6] io_uring/cancel: don't default to setting req->work.cancel_seq
` [PATCH 3/6] io_uring: add io_file_can_poll() helper
` [PATCH 4/6] io_uring: mark the need to lock/unlock the ring as unlikely
` [PATCH 5/6] io_uring: cleanup io_req_complete_post()
` [PATCH 6/6] io_uring/rw: remove dead file == NULL check

Re:Re: [PATCH] io_uring: Simplify the allocation of slab caches
 2024-02-08 18:33 UTC 

[PATCH] io_uring: Simplify the allocation of slab caches
 2024-02-08 18:32 UTC  (2+ messages)

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-08  9:02 UTC  (6+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[bug report] watchdog: BUG: soft lockup - CPU#19 stuck for 26s! [poll-cancel-all:33473]
 2024-02-08  3:01 UTC  (2+ messages)

[bug report] BUG: unable to handle page fault for address: 00000002de3ac841
 2024-02-07 17:06 UTC  (3+ messages)

Re:Re: [bug report] BUG: unable to handle page fault for address: 00000002de3ac841
 2024-02-07 16:37 UTC 

[PATCHSET next 0/6] Misc cleanups / optimizations
 2024-02-07  3:33 UTC  (14+ messages)
` [PATCH 1/6] io_uring: expand main struct io_kiocb flags to 64-bits
` [PATCH 2/6] io_uring: add io_file_can_poll() helper
` [PATCH 3/6] io_uring/cancel: don't default to setting req->work.cancel_seq
` [PATCH 4/6] io_uring: move io_kiocb->nr_tw into comp_list union
` [PATCH 5/6] io_uring: mark the need to lock/unlock the ring as unlikely
` [PATCH 6/6] io_uring/rw: remove dead file == NULL check

[PATCHSET next 0/10] Various network improvements
 2024-02-06 16:24 UTC  (11+ messages)
` [PATCH 01/10] io_uring/kbuf: cleanup passing back cflags
` [PATCH 02/10] io_uring: remove looping around handling traditional task_work
` [PATCH 03/10] io_uring: remove 'loops' argument from trace_io_uring_task_work_run()
` [PATCH 04/10] io_uring: handle traditional task_work in FIFO order
` [PATCH 05/10] io_uring: remove next io_kiocb fetch in task_work running
` [PATCH 06/10] io_uring: remove unconditional looping in local task_work handling
` [PATCH 07/10] io_uring/poll: improve readability of poll reference decrementing
` [PATCH 08/10] io_uring: cleanup handle_tw_list() calling convention
` [PATCH 09/10] io_uring: pass in counter to handle_tw_list() rather than return it
` [PATCH 10/10] io_uring/sqpoll: manage task_work privately

Re:[PATCHSET next 0/6] Misc cleanups / optimizations
 2024-02-06 16:24 UTC 

[PATCH -next] io_uring: switch struct io_kiocb flag definitions to BIT_ULL()
 2024-02-06 13:41 UTC 

Re:[PATCH v8] io_uring: Statistics of the true utilization of sq threads
 2024-02-06  7:45 UTC 

[PATCH] liburing: add script for statistics sqpoll running time
 2024-02-06  2:40 UTC 

[PATCH v8] io_uring: Statistics of the true utilization of sq threads
 2024-02-06  2:39 UTC 

[PATCH v9 0/4] liburing: add api for napi busy poll
 2024-02-03  2:30 UTC  (12+ messages)
` [PATCH v9 1/4] liburing: add api to set napi busy poll settings

[PATCH v15 0/7] io_uring: add napi busy polling support
 2024-02-02 22:58 UTC  (12+ messages)

[GIT PULL] io_uring fixes for 6.8-rc3
 2024-02-02 20:43 UTC  (2+ messages)

[PATCH] io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
 2024-02-01 13:50 UTC 

[PATCH v1] Add compatibility check for idtype_t
 2024-01-31 19:46 UTC  (2+ messages)

[PATCH 2/2] io_uring: use file_mnt_idmap helper
 2024-01-30  9:40 UTC  (2+ messages)

[PATCH v7] io_uring: Statistics of the true utilization of sq threads
 2024-01-30  6:57 UTC  (7+ messages)
      `  "

[PATCHSET 0/4] Limit multishot receive retries
 2024-01-29 20:23 UTC  (5+ messages)
` [PATCH 1/4] io_uring/poll: move poll execution helpers higher up
` [PATCH 2/4] io_uring/net: un-indent mshot retry path in io_recv_finish()
` [PATCH 3/4] io_uring/poll: add requeue return code from poll multishot handling
` [PATCH 4/4] io_uring/net: limit inline multishot retries

[PATCH] io_uring/rw: ensure poll based multishot read retries appropriately
 2024-01-27 21:11 UTC 

[GIT PULL] io_uring fix for 6.8-rc2
 2024-01-26 23:22 UTC  (2+ messages)

[PATCH v5 0/2] io_uring: add support for ftruncate
 2024-01-25 18:01 UTC  (9+ messages)
` [PATCH v5 1/2] Add ftruncate_file that truncates a struct file
` [PATCH v5 2/2] io_uring: add support for ftruncate

[PATCH] io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALL
 2024-01-23 23:58 UTC  (7+ messages)

[PATCH v2 1/2] Add __do_ftruncate that truncates a struct file*
 2024-01-23 23:40 UTC  (19+ messages)
  ` [PATCH v2 2/2] io_uring: add support for ftruncate
    ` [PATCH v3 0/2] Add ftruncate to io_uring
      ` [PATCH v3 1/2] Add ftruncate_file that truncates a struct file*
      ` [PATCH v3 2/2] io_uring: add support for ftruncate
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] Add ftruncate_file that truncates a struct file
      ` [PATCH v4 2/2] io_uring: add support for ftruncate

[PATCH v2 1/2] Add __do_ftruncate that truncates a struct file*
 2024-01-23 11:32 UTC  (2+ messages)
  ` [PATCH v2 2/2] io_uring: add support for ftruncate

[PATCH 1/2] io_uring: add support for truncate
 2024-01-22 20:22 UTC  (8+ messages)
` [PATCH 2/2] io_uring: add support for ftruncate

IORING_OP_FIXED_FD_INSTALL and audit/LSM interactions
 2024-01-22 15:15 UTC  (7+ messages)

[PATCH v3] iouring:added boundary value check for io_uring_group systl
 2024-01-20 18:19 UTC 

[PATCH v2] iouring:added boundary value check for io_uring_group systl
 2024-01-20 18:19 UTC  (3+ messages)

[PATCH] iouring:added boundary value check for io_uring_group systl
 2024-01-20 14:09 UTC  (6+ messages)

[GIT PULL] Followup io_uring fixes for 6.8-rc1
 2024-01-19  2:40 UTC  (2+ messages)

[PATCH v6] io_uring: Statistics of the true utilization of sq threads
 2024-01-18  2:56 UTC  (5+ messages)
  `  "

[PATCH] io_uring/register: guard compat syscall with CONFIG_COMPAT
 2024-01-17 16:45 UTC  (5+ messages)

[PATCH 0/4] clean up deferred tw wakeups
 2024-01-17 14:59 UTC  (2+ messages)

Hit 'nvme nvme0: request 0x100 genctr mismatch' when run fio testing
 2024-01-17  4:00 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;
as well as URLs for NNTP newsgroup(s).