IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 14:10:43 to 2021-06-24 11:15:13 UTC [more...]

[PATCH v6 0/9] io_uring: add mkdir and [sym]linkat support
 2021-06-24 11:14 UTC  (4+ messages)
` [PATCH v6 1/9] fs: make do_mkdirat() take struct filename
` [PATCH v6 2/9] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v6 3/9] fs: make do_mknodat() take struct filename

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-24 11:11 UTC  (41+ 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

[LSF/MM/BPF Topic] Towards more useful nvme-passthrough
 2021-06-24  9:24 UTC  (2+ messages)

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

[PATCH 0/2] Minor SQPOLL thread fix and improvement
 2021-06-23 15:58 UTC  (13+ 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

[PATCHSET 0/2] Add iopoll/sqe field checks to unlink/rename
 2021-06-23 15:17 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
` [PATCH 2/2] io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT

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