IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-12 15:14:36 to 2021-06-23 13:52:58 UTC [more...]

[PATCH 0/2] Minor SQPOLL thread fix and improvement
 2021-06-23 13:52 UTC  (12+ messages)
` [PATCH 1/2] io_uring: Fix race condition when sqp thread goes to sleep
    ` [PATCH 1/2 v2] "
` [PATCH 2/2] io_uring: Create define to modify a SQPOLL parameter

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-23 13:13 UTC  (36+ messages)
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v5 08/10] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v5 09/10] io_uring: add support for IORING_OP_LINKAT
` [PATCH v5 10/10] io_uring: add support for IORING_OP_MKNODAT

[PATCH v4] io_uring: reduce latency by reissueing the operation
 2021-06-22 20:52 UTC  (6+ messages)

[PATCH v3] io_uring: reduce latency by reissueing the operation
 2021-06-22 11:00 UTC  (3+ messages)

[PATCH v2] io_uring: reduce latency by reissueing the operation
 2021-06-21 16:03 UTC  (14+ messages)

[PATCH] io_uring: reduce latency by reissueing the operation
 2021-06-20 22:04 UTC  (10+ messages)

[PATCH v2 2/3] io_uring: minor clean up in trace events definition
 2021-06-20 20:13 UTC  (13+ messages)

[RFC 0/2] kvmalloc reg file table
 2021-06-18 23:32 UTC  (3+ messages)
` [PATCH 1/2] io_uring: use kvmalloc for fixed files
` [PATCH 2/2] io_uring: inline fixed part of io_file_get()

[PATCH v2] Add option to ignore O_NONBLOCK for retry purposes
 2021-06-18 22:10 UTC  (2+ messages)
` [PATCH] io_uring: add IORING_SETUP_IGNORE_ONONBLOCK flag

[PATCH] io_uring: reduce latency by reissueing the operation
 2021-06-18 21:38 UTC  (2+ messages)

[PATCH] io_uring: store back buffer in case of failure
 2021-06-18 21:26 UTC  (7+ messages)

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-06-18 20:05 UTC  (19+ messages)
              ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                      ` [PATCH] "

[PATCH] Add option to ignore O_NONBLOCK for retry purposes
 2021-06-18 19:19 UTC  (2+ messages)
` [PATCH] io_uring: add IOSQE_IGNORE_NONBLOCK flag

[PATCH for-next 00/12] another round of 5.14 optimisations
 2021-06-18 15:35 UTC  (16+ messages)
` [PATCH 01/12] io_uring: fix false WARN_ONCE
` [PATCH 02/12] io_uring: refactor io_submit_flush_completions()
` [PATCH 03/12] io_uring: move creds from io-wq work to io_kiocb
` [PATCH 04/12] io_uring: track request creds with a flag
` [PATCH 05/12] io_uring: simplify iovec freeing in io_clean_op()
` [PATCH 06/12] io_uring: clean all flags in io_clean_op() at once
` [PATCH 07/12] io_uring: refactor io_get_sequence()
` [PATCH 08/12] io_uring: inline __tctx_task_work()
` [PATCH 09/12] io_uring: optimise task_work submit flushing
` [PATCH 10/12] io_uring: refactor tctx task_work list splicing
` [PATCH 11/12] io_uring: don't resched with empty task_list
` [PATCH 12/12] io_uring: improve in tctx_task_work() resubmission

[Bug] fio hang when running multiple job io_uring/hipri over nvme
 2021-06-18 14:56 UTC  (5+ messages)

[PATCH RESEND v2 liburing] update rsrc register/update ABI and tests
 2021-06-18 13:28 UTC  (2+ messages)

[PATCHSET 0/2] Allow io-wq user configurable CPU masks
 2021-06-17 16:29 UTC  (3+ messages)
` [PATCH 1/2] io-wq: use private CPU mask
` [PATCH 2/2] io_uring: allow user configurable IO thread CPU affinity

Best way to continually discard incoming socket data
 2021-06-17 10:38 UTC 

[PATCH v2 1/3] io_uring: Add to traces the req pointer when available
 2021-06-16 12:42 UTC 

[RFC] io_uring: enable shmem/memfd memory registration
 2021-06-15 21:58 UTC  (4+ messages)

[PATCH for-next 0/3] further optimise drain
 2021-06-15 21:44 UTC  (5+ messages)
` [PATCH 1/3] io_uring: switch !DRAIN fast path when possible
` [PATCH 2/3] io_uring: shove more drain bits out of hot path
` [PATCH 3/3] io_uring: optimise io_commit_cqring()

[PATCH for-next] io_uring: fix min types mismatch in table alloc
 2021-06-15 21:40 UTC  (3+ messages)

[PATCH] io_uring: Fix comment of io_get_sqe
 2021-06-15 21:39 UTC  (3+ messages)

[PATCH 5.14 00/12] for-next optimisations
 2021-06-15 21:38 UTC  (15+ messages)
` [PATCH 01/12] io_uring: keep SQ pointers in a single cacheline
` [PATCH 02/12] io_uring: move ctx->flags from SQ cacheline
` [PATCH 03/12] io_uring: shuffle more fields into SQ ctx section
` [PATCH 04/12] io_uring: refactor io_get_sqe()
` [PATCH 05/12] io_uring: don't cache number of dropped SQEs
` [PATCH 06/12] io_uring: optimise completion timeout flushing
` [PATCH 07/12] io_uring: small io_submit_sqe() optimisation
` [PATCH 08/12] io_uring: clean up check_overflow flag
` [PATCH 09/12] io_uring: wait heads renaming
` [PATCH 10/12] io_uring: move uring_lock location
` [PATCH 11/12] io_uring: refactor io_req_defer()
` [PATCH 12/12] io_uring: optimise non-drain path

[PATCH] io-wq: remove redundant initialization of variable ret
 2021-06-15 21:38 UTC  (2+ messages)

[PATCH][next][V2] io_uring: Fix incorrect sizeof operator for copy_from_user call
 2021-06-15 21:37 UTC  (3+ messages)

[PATCH liburing 1/1] queue: clean up SQ flushing
 2021-06-15 21:36 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix link timeout refs
 2021-06-15 13:39 UTC  (3+ messages)

[PATCH -next] io_uring: Remove unneeded if-null-free check
 2021-06-15 13:37 UTC  (2+ messages)

[PATCH][next] io_uring: Fix incorrect sizeof operator for copy_from_user call
 2021-06-15 12:10 UTC  (5+ messages)

[PATCH v2 1/3] io_uring: Add to traces the req pointer when available
 2021-06-15  9:51 UTC 

[PATCH v2 3/3] io-wq: remove header files not needed anymore
 2021-06-15  9:49 UTC 

[PATCH v2 for-next 00/13] resend of for-next cleanups
 2021-06-14 14:25 UTC  (15+ messages)
` [PATCH 01/13] io-wq: embed wqe ptr array into struct io_wq
` [PATCH 02/13] io-wq: remove unused io-wq refcounting
` [PATCH 03/13] io_uring: refactor io_iopoll_req_issued
` [PATCH 04/13] io_uring: rename function *task_file
` [PATCH 05/13] io-wq: don't repeat IO_WQ_BIT_EXIT check by worker
` [PATCH 06/13] io-wq: simplify worker exiting
` [PATCH 07/13] io_uring: hide rsrc tag copy into generic helpers
` [PATCH 08/13] io_uring: remove rsrc put work irq save/restore
` [PATCH 09/13] io_uring: add helpers for 2 level table alloc
` [PATCH 10/13] io_uring: don't vmalloc rsrc tags
` [PATCH 11/13] io_uring: cache task struct refs
` [PATCH 12/13] io_uring: unify SQPOLL and user task cancellations
` [PATCH 13/13] io_uring: inline io_iter_do_read()

[PATCH] io_uring: fix blocking inline submission
 2021-06-14 10:24 UTC  (10+ messages)

io_uring: BPF controlled I/O
 2021-06-14  7:54 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 5.13-rc6
 2021-06-12 19:09 UTC  (2+ messages)

INFO: task hung in io_uring_cancel_sqpoll
 2021-06-12 15:48 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).