io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-12 15:50:56 to 2020-06-23 15:16:38 UTC [more...]

[PATCHSET 0/5] Allow batching of inline completions
 2020-06-23 15:16 UTC 

[RFC] io_commit_cqring __io_cqring_fill_event take up too much cpu
 2020-06-23 14:44 UTC  (6+ messages)

(no subject)
 2020-06-23 14:38 UTC  (24+ messages)
` [PATCH 01/15] block: provide plug based way of signaling forced no-wait semantics
` [PATCH 02/15] io_uring: always plug for any number of IOs
` [PATCH 03/15] io_uring: catch -EIO from buffered issue request failure
` [PATCH 04/15] io_uring: re-issue block requests that failed because of resources
` [PATCH 05/15] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 06/15] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 07/15] mm: add support for async page locking
` [PATCH 08/15] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 09/15] fs: add FMODE_BUF_RASYNC
` [PATCH 10/15] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 11/15] xfs: flag files as supporting buffered async reads
` [PATCH 12/15] btrfs: "
` [PATCH 13/15] ext4: flag "
` [PATCH 14/15] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 15/15] io_uring: support true async buffered reads, if file provides it
` [PATCHSET v7 0/12] Add support for async buffered reads

[PATCH 0/4] iopoll fixes + cleanups
 2020-06-23 11:57 UTC  (8+ messages)
` [PATCH 1/4] io_uring: fix hanging iopoll in case of -EAGAIN
` [PATCH 2/4] io_uring: handle EAGAIN iopoll
` [PATCH 3/4] io-wq: compact io-wq flags numbers
` [PATCH 4/4] io-wq: return next work from ->do_work() directly

[PATCH v2] io_uring: fix io_sq_thread no schedule when busy
 2020-06-23 11:34 UTC 

[RFC 0/1] io_uring: use valid mm in io_req_work_grab_env() in SQPOLL mode
 2020-06-22 20:48 UTC  (6+ messages)
` [RFC 1/1] "

[PATCH] io_uring: fix io_sq_thread no schedule when busy
 2020-06-22 14:43 UTC  (2+ messages)

[PATCH 0/4] small random patches
 2020-06-22  3:06 UTC  (6+ messages)
` [PATCH 1/4] io_uring: remove setting REQ_F_MUST_PUNT in rw
` [PATCH 2/4] io_uring: remove REQ_F_MUST_PUNT
` [PATCH 3/4] io_uring: set @poll->file after @poll init
` [PATCH 4/4] io_uring: kill NULL checks for submit state

[PATCH liburing 0/3] Three small liburing patches
 2020-06-22  2:50 UTC  (5+ messages)
` [PATCH liburing 1/3] Makefiles: Enable -Wextra
` [PATCH liburing 2/3] src/include/liburing/barrier.h: Use C11 atomics
` [PATCH liburing 3/3] Convert __io_uring_get_sqe() from a macro into an inline function

[PATCH v2 0/2] Fix hang in io_uring_get_cqe() with iopoll
 2020-06-21 19:54 UTC  (5+ messages)
` [PATCH v2 1/2] barriers: add load relaxed
` [PATCH v2 2/2] Fix hang in io_uring_get_cqe() with iopoll

[PATCH 0/3] zone-append support in aio and io-uring
 2020-06-21 18:55 UTC  (40+ messages)
    ` [PATCH 1/3] fs,block: Introduce IOCB_ZONE_APPEND and direct-io handling
    ` [PATCH 2/3] aio: add support for zone-append
    ` [PATCH 3/3] io_uring: "

[PATCH liburing] Fix hang in in io_uring_get_cqe() with iopoll
 2020-06-21 15:30 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 5.8-rc2
 2020-06-19 20:25 UTC  (2+ messages)

[PATCH] io_uring: fix possible race condition against REQ_F_NEED_CLEANUP
 2020-06-18 14:32 UTC  (2+ messages)

[PATCH] io_uring: reap poll completions while waiting for refs to drop on exit
 2020-06-17 21:05 UTC 

[PATCH 0/4] io_uring: report locked memory usage
 2020-06-17 15:35 UTC  (6+ messages)
` [PATCH 1/4] io_uring: add wrappers for memory accounting
` [PATCH 2/4] io_uring: rename ctx->account_mem field
` [PATCH 3/4] io_uring: report pinned memory usage
` [PATCH 4/4] io_uring: separate reporting of ring pages from registered pages

[PATCH v2] change poll_events to 32 bits to cover EPOLLEXCLUSIVE
 2020-06-17 15:23 UTC  (2+ messages)

[PATCH v4 0/2] io_uring: add EPOLLEXCLUSIVE flag for POLL_ADD operation
 2020-06-17 15:15 UTC  (4+ messages)
` [PATCH v4 1/2] io_uring: change the poll type to be 32-bits
` [PATCH v4 2/2] io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior

[PATCH v3] io_uring: add EPOLLEXCLUSIVE flag for POLL_ADD operation
 2020-06-17  1:39 UTC  (15+ messages)
` [PATCH v3 1/2] io_uring: change the poll events to be 32-bits

[PATCH v2 0/2] add proper memory barrier for IOPOLL mode
 2020-06-17  1:22 UTC  (4+ 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] io_uring: acquire 'mm' for task_work for SQPOLL
 2020-06-17  1:09 UTC 

[PATCH liburing] test/stdout: fix strcmp non-\0 string
 2020-06-16 19:47 UTC  (2+ messages)

Does need memory barrier to synchronize req->result with req->iopoll_completed
 2020-06-16 19:35 UTC  (5+ messages)

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

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

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


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