io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-03 14:48:47 to 2020-06-16 16:08:14 UTC [more...]

[RFC] io_uring: add restrictions to support untrusted applications and guests
 2020-06-16 16:07 UTC  (13+ messages)

[PATCH v3] io_uring: add EPOLLEXCLUSIVE flag for POLL_ADD operation
 2020-06-16 13:58 UTC  (9+ messages)
` [PATCH v3 1/2] io_uring: change the poll events to be 32-bits
` [PATCH v3 2/2] io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior

[PATCH v2 0/2] add proper memory barrier for IOPOLL mode
 2020-06-15 18:06 UTC  (3+ messages)
` [PATCH v2 1/2] io_uring: don't fail links for EAGAIN error in "
` [PATCH v2 2/2] io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed

[PATCH 0/2] add proper memory barrier for IOPOLL mode
 2020-06-15 17:53 UTC  (11+ messages)
` [PATCH 1/2] io_uring: don't fail links for EAGAIN error in "
` [PATCH 2/2] io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed

[PATCH 0/2] don't use pid for request cancellation
 2020-06-15 16:01 UTC  (5+ messages)
` [PATCH 1/2] io_uring: lazy get task
` [PATCH 2/2] io_uring: cancel by ->task not pid

race between REQ_F_NEED_CLEANUP and io_complete_rw_iopoll,io_complete_rw
 2020-06-15 16:02 UTC 

[PATCH v2 0/4][RESEND] cancel all reqs of an exiting task
 2020-06-15 15:04 UTC  (6+ messages)
` [PATCH v2 1/4] io-wq: reorder cancellation pending -> running
` [PATCH v2 2/4] io-wq: add an option to cancel all matched reqs
` [PATCH v2 3/4] io_uring: cancel all task's requests on exit
` [PATCH v2 4/4] io_uring: batch cancel in io_uring_cancel_files()

[PATCH 1/1] io_uring: fix lazy work init
 2020-06-15 14:38 UTC  (3+ messages)

Does need memory barrier to synchronize req->result with req->iopoll_completed
 2020-06-15  2:10 UTC  (3+ messages)

[RFC 0/2] io_uring: disallow overlapping ranges for buffer registration
 2020-06-14 15:57 UTC  (11+ messages)
` [RFC 1/2] "
` [RFC 2/2] io_uring: report pinned memory usage

[RFC] do_iopoll() and *grab_env()
 2020-06-13 19:12 UTC  (9+ messages)

io_wq_work task_pid is nonsense
 2020-06-12 19:19 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.8-rc1
 2020-06-11 23:45 UTC  (2+ messages)

[PATCH v2] io_uring: fix io_kiocb.flags modification race in IOPOLL mode
 2020-06-11 15:46 UTC  (2+ messages)

[PATCH] io_uring: fix io_kiocb.flags modification race in IOPOLL mode
 2020-06-11 15:20 UTC  (3+ messages)

[PATCH v2] io_uring: add EPOLLEXCLUSIVE flag to aoid thundering herd type behavior
 2020-06-11 15:07 UTC  (2+ messages)

[PATCH v6 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
 2020-06-11 13:45 UTC  (7+ messages)
` [PATCH v6 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature

[PATCH] change poll_events to 32 bits to cover EPOLLEXCLUSIVE
 2020-06-11  4:34 UTC 

[PATCH] io_uring: add EPOLLEXCLUSIVE flag to aoid thundering herd type behavior
 2020-06-11  1:40 UTC  (4+ messages)

[PATCH v7 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
 2020-06-11  1:19 UTC  (3+ messages)
` [PATCH v7 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature

[PATCH] io_uring: check file O_NONBLOCK state for accept
 2020-06-11  0:06 UTC  (2+ messages)

[PATCH] io_uring: don't set REQ_F_NOWAIT for regular files opend O_NONBLOCK
 2020-06-10  6:16 UTC  (4+ messages)

io_uring_queue_exit is REALLY slow
 2020-06-10  3:10 UTC  (3+ messages)

IORING_OP_CLOSE fails on fd opened with O_PATH
 2020-06-10  1:52 UTC  (8+ messages)

io_uring and POSIX read-write concurrency guarantees
 2020-06-09 13:19 UTC 

[PATCH AUTOSEL 5.7 052/274] io_uring: cleanup io_poll_remove_one() logic
 2020-06-08 23:05 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 206/274] io_uring: allow POLL_ADD with double poll_wait() users
` [PATCH AUTOSEL 5.7 258/274] io_uring: fix overflowed reqs cancellation

[PATCH v4 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
 2020-06-08 20:08 UTC  (13+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature

[PATCH 0/4] remove work.func
 2020-06-08 20:00 UTC  (7+ messages)
` [PATCH 1/4] io_uring: don't derive close state from ->func
` [PATCH 2/4] io_uring: remove custom ->func handlers
` [PATCH 3/4] io_uring: don't arm a timeout through work.func
` [PATCH 4/4] io_wq: add per-wq work handler instead of per work

[PATCH 0/4] cancel all reqs of an exiting task
 2020-06-08  7:35 UTC  (8+ messages)
` [liburing PATCH] flush/test: test flush of dying process
` [PATCH 1/4] io-wq: reorder cancellation pending -> running
` [PATCH 2/4] io-wq: add an option to cancel all matched reqs
` [PATCH 3/4] io_uring: cancel all task's requests on exit
` [PATCH 4/4] io_uring: batch cancel in io_uring_cancel_files()

[BUG] ->flush and links
 2020-06-07 16:01 UTC 

[PATCH] io_uring: execute task_work_run() before dropping mm
 2020-06-07 15:36 UTC  (7+ messages)

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-06-06 16:04 UTC  (19+ messages)

[PATCH] io_uring: re-issue plug based block requests that failed
 2020-06-05 22:27 UTC  (3+ messages)

support suspend/resume SQPOLL on inflight io-uring instance
 2020-06-05 13:13 UTC  (2+ messages)

[PATCH] io_uring: use kvfree() in io_sqe_buffer_register()
 2020-06-05 12:47 UTC  (2+ messages)

[PATCHSET] io_uring: never block for block based IO submit
 2020-06-05  3:20 UTC  (6+ messages)
` [PATCH 1/4] block: provide plug based way of signaling forced no-wait semantics
` [PATCH 2/4] io_uring: always plug for any number of IOs
` [PATCH 3/4] io_uring: catch -EIO from buffered issue request failure
` [PATCH 4/4] io_uring: re-issue plug based block requests that failed
  ` [PATCH v2] "

[PATCH 0/1] io_uring: validate the full range of provided buffers for access
 2020-06-05  1:33 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v3 0/4] forbid fix {SQ,IO}POLL
 2020-06-04 20:25 UTC  (13+ messages)
` [PATCH v3 1/4] io_uring: fix {SQ,IO}POLL with unsupported opcodes
` [PATCH v3 2/4] io_uring: do build_open_how() only once
` [PATCH v3 3/4] io_uring: deduplicate io_openat{,2}_prep()
` [PATCH v3 4/4] io_uring: move send/recv IOPOLL check into prep

[PATCH] io_uring: re-set iov base/len for buffer select retry
 2020-06-04 17:42 UTC 

How good single uring scales across multiple cpu cores
 2020-06-04  2:17 UTC 

[PATCH] io_uring: disallow close of ring itself
 2020-06-03 20:09 UTC 

[PATCH] io_uring: create percpu io sq thread when IORING_SETUP_SQ_AFF is flagged
 2020-06-03 18:48 UTC  (7+ messages)

[PATCH v2 0/4] forbid fix {SQ,IO}POLL
 2020-06-03 14:54 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).