io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-06 16:11:07 to 2020-04-19 22:22:59 UTC [more...]

[PATCH v4 0/3] Support userspace-selected fds
 2020-04-19 22:22 UTC  (7+ messages)
` [PATCH v4 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
` [PATCH v4 3/3] fs: pipe2: Support O_SPECIFIC_FD

INFO: rcu detected stall in io_uring_release
 2020-04-19 19:57 UTC 

[PATCH] io_uring: only restore req->work for req that needs do completion
 2020-04-19 19:56 UTC  (3+ messages)

Suggestion: chain SQEs - single CQE for N chained SQEs
 2020-04-19 10:43 UTC  (4+ messages)

INFO: rcu detected stall in io_uring_release
 2020-04-18 18:59 UTC 

[PATCH 0/2] CQ vs SQ timeout accounting
 2020-04-18 17:20 UTC  (3+ messages)
` [PATCH 1/2] io_uring: trigger timeout after any sqe->off CQEs
` [PATCH 2/2] io_uring: don't trigger timeout with another t-out

[GIT PULL] io_uring fixes for 5.7-rc
 2020-04-17 17:45 UTC  (5+ messages)

Upcoming liburing-0.6 release
 2020-04-17 16:52 UTC  (2+ messages)

Odd timeout behavior
 2020-04-17 14:37 UTC  (14+ messages)

improve use_mm / unuse_mm v2
 2020-04-17 14:25 UTC  (9+ messages)
` [PATCH 1/3] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 2/3] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 3/3] kernel: set USER_DS in kthread_use_mm

[RFC 0/1] io_uring: preserve work->mm since actual work processing may need it
 2020-04-16 20:30 UTC  (10+ messages)
` [RFC 1/1] "

Should io_sq_thread belongs to specific cpu, not io_uring instance
 2020-04-15 12:18 UTC  (3+ messages)

[PATCH 0/4] timeout and sequence fixes
 2020-04-15  1:29 UTC  (6+ messages)
` [PATCH 1/4] io_uring: fix cached_sq_head in io_timeout()
` [PATCH 2/4] io_uring: kill already cached timeout.seq_offset
` [PATCH 3/4] io_uring: don't count rqs failed after current one
` [PATCH 4/4] io_uring: fix timeout's seq catching old requests

improve use_mm / unuse_mm
 2020-04-14  7:03 UTC  (17+ messages)
` [PATCH 2/6] i915/gvt/kvm: a NULL ->mm does not mean a thread is a kthread
` [PATCH 3/6] i915/gvt: remove unused xen bits
` [PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 5/6] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 6/6] kernel: set USER_DS in kthread_use_mm

[PATCH] io_uring: only post events in io_poll_remove_all() if we completed some
 2020-04-13 23:09 UTC 

[LIBURING PATCH] sq_ring_needs_enter: check whether there are sqes when SQPOLL is not enabled
 2020-04-13 22:27 UTC  (5+ messages)

[PATCHSET 0/2] io_uring async poll fixes
 2020-04-13 17:26 UTC  (4+ messages)
` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling
` [PATCH 2/2] io_uring: io_async_task_func() should check and honor cancelation

[PATCHSET v2 0/2]
 2020-04-13 17:26 UTC  (3+ messages)
` [PATCH 1/2] io_uring: check for need to re-wait in polled async handling
` [PATCH 2/2] io_uring: io_async_task_func() should check and honor cancelation

io_uring's openat doesn't work with large (2G+) files
 2020-04-13 10:19 UTC  (13+ messages)

[PATCH] io_uring: correct O_NONBLOCK check for splice punt
 2020-04-13  7:21 UTC  (2+ messages)

[PATCH v2] io_uring: restore req->work when canceling poll request
 2020-04-13  2:39 UTC  (2+ messages)

[PATCH] io_uring: restore req->work when canceling poll request
 2020-04-13  1:44 UTC  (3+ messages)

[PATCH 0/5] submission path refactoring pt.2
 2020-04-12 15:23 UTC  (7+ messages)
` [PATCH 1/5] io_uring: remove obsolete @mm_fault
` [PATCH 2/5] io_uring: track mm through current->mm
` [PATCH 3/5] io_uring: DRY early submission req fail code
` [PATCH 4/5] io_uring: keep all sqe->flags in req->flags
` [PATCH 5/5] io_uring: move all request init code in one place

[GIT PULL] io_uring fixes for 5.7-rc1
 2020-04-10 17:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 41/68] io-uring: drop completion when removing file
 2020-04-10  3:46 UTC 

[PATCHSET v2] io_uring and task_work interactions
 2020-04-10  0:29 UTC  (18+ messages)
` [PATCH 1/4] task_work: add task_work_pending() helper
` [PATCH 2/4] task_work: kill current->task_works checking in callers
` [PATCH 3/4] task_work: make exit_work externally visible
` [PATCH 4/4] io_uring: flush task work before waiting for ring exit

[PATCH] io_uring: punt final io_ring_ctx wait-and-free to workqueue
 2020-04-10  0:18 UTC 

[PATCH] io_uring: set error code to be ENOMEM when io_alloc_async_ctx() fails
 2020-04-09 16:01 UTC  (3+ messages)

[PATCH] io_uring: fix fs cleanup on cqe overflow
 2020-04-09 15:37 UTC  (2+ messages)

[PATCH v3 0/3] Support userspace-selected fds
 2020-04-09  8:10 UTC  (11+ messages)
` [PATCH v3 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v3 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
` [PATCH v3 3/3] fs: pipe2: Support O_SPECIFIC_FD

Spurious/undocumented EINTR from io_uring_enter
 2020-04-08 18:57 UTC  (5+ messages)

[PATCH 0/4] clean early submission path
 2020-04-08 15:27 UTC  (6+ messages)
` [PATCH 1/4] io_uring: simplify io_get_sqring
` [PATCH 2/4] io_uring: alloc req only after getting sqe
` [PATCH 3/4] io_uring: remove req init from io_get_req()
` [PATCH 4/4] io_uring: don't read user-shared sqe flags twice

[PATCH] io_uring: do not always copy iovec in io_req_map_rw()
 2020-04-08 15:24 UTC  (2+ messages)

[PATCH] io_uring:IORING_SETUP_SQPOLL don't need to enter io_cqring_wait
 2020-04-08  5:43 UTC  (4+ messages)

[PATCH v3 0/3] Support userspace-selected fds
 2020-04-08  0:40 UTC  (3+ messages)

[PATCHSET 0/4] io_uring and task_work interactions
 2020-04-07 17:43 UTC  (15+ messages)
` [PATCH 1/4] task_work: add task_work_pending() helper
` [PATCH 2/4] task_work: don't run task_work if task_work_exited is queued
` [PATCH 3/4] task_work: kill current->task_works checking in callers
` [PATCH 4/4] io_uring: flush task work before waiting for ring exit

[PATCH for-next] io_uring: initialize fixed_file_data lock
 2020-04-07 15:46 UTC  (2+ messages)

INFO: trying to register non-static key in __io_uring_register
 2020-04-07  8:16 UTC 

[PATCH] io_uring: remove redundant variable pointer nxt and io_wq_assign_next call
 2020-04-07  6:12 UTC  (4+ messages)

[POC RFC 0/3] splice(2) support for io_uring
 2020-04-06 20:01 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).