IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-20 00:02:10 to 2021-03-26 14:00:19 UTC [more...]

[PATCH 0/6] Allow signals for IO threads
 2021-03-26 13:59 UTC  (12+ messages)
` [PATCH 1/8] io_uring: handle signals for IO threads like a normal thread
` [PATCH 2/8] kernel: unmask SIGSTOP for IO threads
` [PATCH 3/8] Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
` [PATCH 4/8] Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
` [PATCH 5/8] Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
` [PATCH 6/8] Revert "signal: don't allow STOP on PF_IO_WORKER threads"

[PATCH 0/2] Don't show PF_IO_WORKER in /proc/<pid>/task/
 2021-03-26 11:59 UTC  (29+ messages)
` [PATCH 1/2] kernel: don't include PF_IO_WORKERs as part of same_thread_group()
` [PATCH 2/2] proc: don't show PF_IO_WORKER threads as threads in /proc/<pid>/task/

[POSSIBLE BUG] sendmsg ops returning -ETIME
 2021-03-26 11:26 UTC  (2+ messages)

[PATCH v2] io_uring: reg buffer overflow checks hardening
 2021-03-25 19:17 UTC  (3+ messages)

[PATCH v2 5.12] io_uring: maintain CQE order of a failed link
 2021-03-25 19:05 UTC 

[PATCH 5.12] io_uring: maintain CQE order of a failed link
 2021-03-25 19:00 UTC 

[PATCH 5.12 0/4] cancellation fixes
 2021-03-25 18:32 UTC  (5+ messages)
` [PATCH 1/4] io_uring: fix timeout cancel return code
` [PATCH 2/4] io_uring: do post-completion chore on t-out cancel
` [PATCH 3/4] io_uring: don't cancel-track common timeouts
` [PATCH 4/4] io_uring: don't cancel extra on files match

[PATCH 1/1] tests: more cancellation tests
 2021-03-25 18:28 UTC 

[syzbot] WARNING in io_wq_put
 2021-03-25 18:00 UTC  (7+ messages)

[RFC PATCH v4 0/2] Async nvme passthrough via io_uring
 2021-03-25 17:05 UTC  (3+ messages)
    ` [RFC PATCH v4 1/2] io_uring: add helpers for io_uring_cmd completion in submitter-task
    ` [RFC PATCH v4 2/2] nvme: wire up support for async passthrough

[PATCH AUTOSEL 5.11 24/44] io_uring: fix ->flags races by linked timeouts
 2021-03-25 15:10 UTC  (10+ messages)
` [PATCH AUTOSEL 5.11 25/44] io_uring: halt SQO submission on ctx exit
` [PATCH AUTOSEL 5.11 37/44] io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
` [PATCH AUTOSEL 5.11 44/44] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL
      ` [PATCH AUTOSEL 5.11 43/44] signal: don't allow STOP on PF_IO_WORKER threads

Are CAP_SYS_ADMIN and CAP_SYS_NICE still needed for SQPOLL?
 2021-03-25 14:09 UTC  (4+ messages)

[PATCH v3 for-5.13 00/17] ctx wide rsrc nodes + other stuff
 2021-03-25 13:08 UTC  (18+ messages)
` [PATCH v3 01/17] io_uring: name rsrc bits consistently
` [PATCH v3 02/17] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH v3 03/17] io_uring: use rsrc prealloc infra for files reg
` [PATCH v3 04/17] io_uring: encapsulate rsrc node manipulations
` [PATCH v3 05/17] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH v3 06/17] io_uring: refactor io_queue_rsrc_removal()
` [PATCH v3 07/17] io_uring: ctx-wide rsrc nodes
` [PATCH v3 08/17] io_uring: reuse io_rsrc_node_destroy()
` [PATCH v3 09/17] io_uring: remove useless is_dying check on quiesce
` [PATCH v3 10/17] io_uring: refactor rw reissue
` [PATCH v3 11/17] io_uring: combine lock/unlock sections on exit
` [PATCH v3 12/17] io_uring: better ref handling in poll_remove_one
` [PATCH v3 13/17] io_uring: remove unused hash_wait
` [PATCH v3 14/17] io_uring: refactor io_async_cancel()
` [PATCH v3 15/17] io_uring: improve import_fixed overflow checks
` [PATCH v3 16/17] io_uring: store reg buffer end instead of length
` [PATCH v3 17/17] io_uring: kill unused forward decls

[PATCH AUTOSEL 5.10 23/39] io_uring: fix ->flags races by linked timeouts
 2021-03-25 11:25 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 34/39] io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
` [PATCH AUTOSEL 5.10 39/39] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL

[PATCH 5.12] io_uring: reg buffer overflow checks hardening
 2021-03-24 15:02 UTC  (3+ messages)

[PATCH 5.12] io_uring: do ctx sqd ejection in a clear context
 2021-03-24 12:55 UTC  (2+ messages)

[ANNOUNCEMENT] io_uring SQPOLL sharing changes
 2021-03-24  2:14 UTC  (6+ messages)

[PATCH v2 for-5.13 0/7] ctx wide rsrc nodes
 2021-03-23 15:36 UTC  (8+ messages)
` [PATCH v2 1/7] io_uring: name rsrc bits consistently
` [PATCH v2 2/7] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH v2 3/7] io_uring: use rsrc prealloc infra for files reg
` [PATCH v2 4/7] io_uring: encapsulate rsrc node manipulations
` [PATCH v2 5/7] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH v2 6/7] io_uring: refactor io_queue_rsrc_removal()
` [PATCH v2 7/7] io_uring: ctx-wide rsrc nodes

[PATCH 5.13 0/7] ctx wide rsrc nodes
 2021-03-23 14:13 UTC  (8+ messages)
` [PATCH 1/7] io_uring: name rsrc bits consistently
` [PATCH 2/7] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH 3/7] io_uring: use rsrc prealloc infra for files reg
` [PATCH 4/7] io_uring: encapsulate rsrc node manipulations
` [PATCH 5/7] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH 6/7] io_uring: refactor io_queue_rsrc_removal()
` [PATCH 7/7] io_uring: ctx-wide rsrc nodes

[syzbot] WARNING in io_wq_destroy
 2021-03-23 13:59 UTC  (4+ messages)

[PATCHSET 0/2] Eliminated need for io thread manager
 2021-03-23 13:57 UTC  (4+ messages)
` [PATCH 1/2] kernel: allow fork with TIF_NOTIFY_SIGNAL pending
` [PATCH 2/2] io-wq: eliminate the need for a manager thread

[syzbot] WARNING in io_sq_thread_park
 2021-03-23  5:40 UTC 

[PATCHSET 0/2] PF_IO_WORKER signal tweaks
 2021-03-22 16:18 UTC  (24+ messages)
` [PATCH 1/2] signal: don't allow sending any signals to PF_IO_WORKER threads
` [PATCH 2/2] signal: don't allow STOP on "

[PATCH 5.13 00/11] yet another series of random 5.13 patches
 2021-03-22 14:58 UTC  (17+ messages)
` [PATCH 01/11] io_uring: don't clear REQ_F_LINK_TIMEOUT
` [PATCH 02/11] io_uring: don't do extra EXITING cancellations
` [PATCH 03/11] io_uring: optimise out task_work checks on enter
` [PATCH 04/11] io_uring: remove tctx->sqpoll
` [PATCH 05/11] io-wq: refactor *_get_acct()
` [PATCH 06/11] io_uring: don't init req->work fully in advance
` [PATCH 07/11] io_uring: kill unused REQ_F_NO_FILE_TABLE
` [PATCH 08/11] io_uring: optimise kiocb_end_write for !ISREG
` [PATCH 09/11] io_uring: don't alter iopoll reissue fail ret code
` [PATCH 10/11] io_uring: hide iter revert in resubmit_prep
` [PATCH 11/11] io_uring: optimise rw complete error handling

[PATCH] io_uring: fix provide_buffers sign extension
 2021-03-22 13:41 UTC  (3+ messages)

[PATCH 5.12 0/2] minor fixes
 2021-03-22 13:40 UTC  (4+ messages)
` [PATCH 1/2] io_uring: correct io_queue_async_work() traces
` [PATCH 2/2] io_uring: don't skip file_end_write() on reissue

[PATCH] io_uring: Remove redundant NULL check
 2021-03-22  9:31 UTC 

[bug report] io_uring: add multishot mode for IORING_OP_POLL_ADD
 2021-03-22  8:50 UTC 

[PATCH] io_uring: don't use {test,clear}_tsk_thread_flag() for current
 2021-03-21 20:21 UTC 

[GIT PULL] io_uring followup fixes for 5.12-rc4
 2021-03-21 20:15 UTC  (4+ messages)

[PATCH] io-wq: ensure task is running before processing task_work
 2021-03-21 15:43 UTC 

[PATCH 1/2] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() calls
 2021-03-21 13:10 UTC  (5+ messages)
` [PATCH v2 1/1] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL

[RFC PATCH 00/10] Complete setup before calling wake_up_new_task() and improve task->comm
 2021-03-20 22:39 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] io-wq: call set_task_comm() before wake_up_new_task()
  ` [PATCH v2 4/5] io_uring: complete sq_thread setup before calling wake_up_new_task()

Problems with io_threads
 2021-03-20  1:20 UTC  (4+ messages)

[GIT PULL] io_uring fixes for 5.12-rc4
 2021-03-20  0:09 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 read-only IMAP folder(s) and NNTP newsgroup(s).