IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-03 05:30:48 to 2021-06-17 16:48:06 UTC [more...]

[Bug] fio hang when running multiple job io_uring/hipri over nvme
 2021-06-17 16:48 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 2/3] io_uring: minor clean up in trace events definition
 2021-06-16 21:33 UTC  (11+ messages)

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

[PATCH] io_uring: store back buffer in case of failure
 2021-06-16 15:37 UTC  (6+ messages)

[PATCH] io_uring: reduce latency by reissueing the operation
 2021-06-16 12:48 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  (11+ messages)

io_uring: BPF controlled I/O
 2021-06-14  7:54 UTC  (5+ messages)
` [LSF/MM/BPF TOPIC] "

[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 

Re:
 2021-06-12  3:43 UTC 

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

[PATCH liburing 1/1] update rsrc register/update ABI and tests
 2021-06-10 19:24 UTC  (3+ messages)

IOSQE_BUFFER_SELECT buffer returned even in case of failure?
 2021-06-10 18:42 UTC  (2+ messages)

[PATCH 5.13 0/2] ABI change for registration/tagging
 2021-06-10 15:37 UTC  (3+ messages)
` [PATCH 1/2] io_uring: change registration/upd/rsrc tagging ABI
` [PATCH 2/2] io_uring: add feature flag for rsrc tags

[PATCH] io_uring: use io_poll_get_double in io_poll_double_wake
 2021-06-10  9:34 UTC  (3+ messages)

[syzbot] WARNING in io_wqe_enqueue
 2021-06-10  3:03 UTC  (6+ messages)

[PATCH] io-wq: Fix UAF when wakeup wqe in hash waitqueue
 2021-06-10  1:49 UTC  (6+ messages)
  ` 回复: "
      ` 回复: "

Possible unneccessary IORING_OP_READs executed in Async
 2021-06-09 22:08 UTC  (3+ messages)

[PATCH liburing 1/1] tests: update reg-buf limits testing
 2021-06-09 15:13 UTC  (2+ messages)

[PATCH liburing 1/1] tests: test shmem buffer registration
 2021-06-09 15:12 UTC  (2+ messages)

Project
 2021-06-09 11:27 UTC 

[LSF/MM/BPF Topic] Towards more useful nvme-passthrough
 2021-06-09 10:50 UTC 

[RFC PATCH 4/9] audit: add filtering for io_uring records
 2021-06-09  2:45 UTC  (5+ messages)
` [PATCH 1/2] audit: add filtering for io_uring records, addendum

[PATCH] signal: Set PF_SIGNALED flag for io workers during a group exit
 2021-06-08 18:44 UTC  (3+ messages)

Question about poll_multi_file
 2021-06-07 16:45 UTC  (4+ messages)

[RFC 0/4] futex request support
 2021-06-07 12:14 UTC  (20+ messages)
` [RFC 4/4] io_uring: implement futex wait

Memory uninitialized after "io_uring: keep table of pointers to ubufs"
 2021-06-04 14:16 UTC  (5+ messages)

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-06-04  5:04 UTC  (24+ messages)
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support "

[GIT PULL] io_uring fix for 5.13-rc5
 2021-06-03 19:09 UTC  (2+ messages)

[PATCH] io_uring: Remove CONFIG_EXPERT
 2021-06-03 15:46 UTC  (7+ messages)

[PATCH liburing v2 00/11] add mkdir, [sym]linkat, mknodat support
 2021-06-03  5:29 UTC  (3+ messages)
` [PATCH liburing v2 10/11] liburing.h: add mknodat prep helper
` [PATCH liburing v2 11/11] Add mknod test case


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).