messages from 2020-05-27 16:49:44 to 2020-06-09 13:29:10 UTC [more...]
io_uring and POSIX read-write concurrency guarantees
2020-06-09 13:19 UTC
[PATCH v6 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
2020-06-09 8:32 UTC (3+ messages)
` [PATCH v6 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
IORING_OP_CLOSE fails on fd opened with O_PATH
2020-06-09 5:16 UTC (12+ messages)
[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 (27+ messages)
` [PATCH v4 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
` [PATCH v5 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
` [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)
io_uring_queue_exit is REALLY slow
2020-06-07 14:37 UTC (2+ messages)
[PATCHSET v5 0/12] Add support for async buffered reads
2020-06-06 16:04 UTC (46+ messages)
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
[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
io_wq_work task_pid is nonsense
2020-06-04 11:39 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 (8+ messages)
[PATCH v2 0/4] forbid fix {SQ,IO}POLL
2020-06-03 14:54 UTC (6+ messages)
` [PATCH v2 1/4] io_uring: fix {SQ,IO}POLL with unsupported opcodes
` [PATCH v2 2/4] io_uring: do build_open_how() only once
` [PATCH v2 3/4] io_uring: deduplicate io_openat{,2}_prep()
` [PATCH v2 4/4] io_uring: move send/recv IOPOLL check into prep
[GIT PULL] io_uring updates for 5.8-rc1
2020-06-03 2:07 UTC (3+ messages)
[PATCH 0/4] forbid using open/close/statx with {SQ,IO}POLL
2020-06-02 14:12 UTC (6+ messages)
` [PATCH 1/4] io_uring: fix "
` [PATCH 2/4] io_uring: do build_open_how() only once
` [PATCH 3/4] io_uring: deduplicate io_openat{,2}_prep()
` [PATCH 4/4] io_uring: move send/recv IOPOLL check into prep
io_uring: open/close and SQPOLL
2020-06-02 1:49 UTC (2+ messages)
[PATCH] io_uring: don't set REQ_F_NOWAIT for regular files opend O_NONBLOCK
2020-06-01 3:26 UTC (3+ messages)
[PATCH v3 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
2020-05-30 19:38 UTC (9+ messages)
` [PATCH v3 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
[PATCH v3 0/2] CQ-seq only based timeouts
2020-05-30 13:50 UTC (4+ messages)
` [PATCH v3 1/2] io_uring: move timeouts flushing to a helper
` [PATCH v3 2/2] io_uring: off timeouts based only on completions
[PATCH v2] io_uring: fix overflowed reqs cancellation
2020-05-30 13:50 UTC (2+ messages)
[RFC 0/2] io_uring: don't use kiocb.private to store buf_index
2020-05-29 16:20 UTC (10+ messages)
` [RFC 2/2] io_uring: mark REQ_NOWAIT for a non-mq queue as unspported
[PATCH 1/3] io_uring: don't use req->work.creds for inline requests
2020-05-29 8:16 UTC (6+ messages)
[RFC] .flush and io_uring_cancel_files
2020-05-29 8:09 UTC (5+ messages)
[PATCH] io_uring: fix readiness race with poll based retry
2020-05-29 2:25 UTC (2+ messages)
io_uring, IORING_OP_RECVMSG and ancillary data
2020-05-28 18:42 UTC (8+ messages)
[PATCH 1/1] io_uring: fix overflowed reqs cancellation
2020-05-27 17:18 UTC (2+ messages)
[PATCH v2 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
2020-05-27 16:49 UTC (2+ messages)
` [PATCH v2 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox