public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-03-25 13:13:03 to 2021-04-01 17:45:53 UTC [more...]

[PATCH v4 00/26] ctx wide rsrc nodes +
 2021-04-01 14:44 UTC  (4+ messages)
` [PATCH v4 06/26] io_uring: refactor io_queue_rsrc_removal()
` [PATCH v4 19/26] io_uring: simplify overflow handling
` [PATCH v4 23/26] io_uring: don't quiesce intial files register

[PATCH 0/6] Allow signals for IO threads
 2021-04-01 14:58 UTC  (32+ 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 for-5.13] io_uring: maintain drain requests' logic
 2021-04-01 10:25 UTC  (6+ messages)

[PATCH v2] io-wq: forcefully cancel on io-wq destroy
 2021-04-01 10:25 UTC  (3+ messages)

[PATCH] io_uring: fix ctx cancellation for rings allocation failure
 2021-04-01  9:11 UTC  (2+ messages)

[PATCH 5.12] io_uring/io-wq: protect against sprintf overflow
 2021-04-01  8:55 UTC 

buffer overflow in io_sq_thread()
 2021-04-01  8:51 UTC  (2+ messages)

[PATCH] block: reexpand iov_iter after read/write
 2021-04-01  7:18 UTC 

[PATCH 0/2] io_uring: add mkdirat support
 2021-03-31 16:46 UTC  (9+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

[FIO PATCH] engines/io_uring: add sqthread_poll_percpu option
 2021-03-31 16:01 UTC 

[PATCH] io_uring: support multiple rings to share same poll thread by specifying same cpu
 2021-03-31 15:59 UTC 

[PATCH v3 0/2] io_uring: add mkdirat support
 2021-03-31 10:43 UTC  (7+ messages)
` [PATCH v3 1/2] fs: make do_mkdirat() take struct filename
` [PATCH v3 2/2] io_uring: add support for IORING_OP_MKDIRAT

Bidding invitation
 2021-03-31  7:13 UTC 

[PATCH 1/1] io-wq: forcefully cancel on io-wq destroy
 2021-03-30 18:40 UTC  (2+ messages)

[PATCH v5 0/2] io_uring: add support for IORING_OP_GETDENTS
 2021-03-30 12:11 UTC  (4+ messages)
` [PATCH v5 1/2] readdir: split the core of getdents64(2) out into vfs_getdents()
` [PATCH v5 2/2] io_uring: add support for IORING_OP_GETDENTS

[PATCH liburing] IORING_OP_GETDENTS: add opcode, prep function, test, man page section
 2021-03-30 11:22 UTC  (2+ messages)

[PATCH liburing] tests: test CQE ordering on early submission fail
 2021-03-30 10:26 UTC 

[PATCH v2 0/2] io_uring: add mkdirat support
 2021-03-30  4:32 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in create_worker_cb
 2021-03-29 23:33 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 32/33] io_uring: fix timeout cancel return code
 2021-03-29 22:22 UTC 

[PATCH AUTOSEL 5.11 37/38] io_uring: fix timeout cancel return code
 2021-03-29 22:21 UTC 

[PATCH v4 0/2] io_uring: add support for IORING_OP_GETDENTS
 2021-03-29 20:38 UTC  (3+ messages)
` [PATCH v4 1/2] readdir: split the core of getdents64(2) out into vfs_getdents()

[syzbot] WARNING: still has locks held in io_sq_thread
 2021-03-29 18:00 UTC  (5+ messages)

[PATCH 5.12] io_uring: handle setup-failed ctx in kill_timeouts
 2021-03-29 12:49 UTC  (2+ messages)

[syzbot] general protection fault in io_commit_cqring (2)
 2021-03-29 11:28 UTC  (2+ messages)

[syzbot] WARNING: suspicious RCU usage in io_sq_thread
 2021-03-29  7:34 UTC 

[PATCH 5.12] io_uring: always go for cancellation spin on exec
 2021-03-29  0:12 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.12-rc5
 2021-03-28 20:38 UTC  (4+ messages)

[PATCHSET v2 0/7] Allow signals for IO threads
 2021-03-27 20:08 UTC  (29+ messages)
` [PATCH 1/7] kernel: don't call do_exit() for PF_IO_WORKER threads
` [PATCH 2/7] io_uring: handle signals for IO threads like a normal thread
` [PATCH 03/10] Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
` [PATCH 3/7] kernel: stop masking signals in create_io_thread()
` [PATCH 04/10] Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
` [PATCH 4/7] Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
` [PATCH 05/10] Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
` [PATCH 5/7] Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
` [PATCH 6/7] Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
` [PATCH 06/10] Revert "signal: don't allow STOP on PF_IO_WORKER threads"
` [PATCH 7/7] "
` [PATCH 07/10] io_uring: fix timeout cancel return code
` [PATCH 08/10] io_uring: do post-completion chore on t-out cancel
` [PATCH 09/10] io_uring: don't cancel-track common timeouts
` [PATCH 10/10] io_uring: don't cancel extra on files match

[PATCH] io_uring: remove unsued assignment to pointer io
 2021-03-26 23:07 UTC  (2+ messages)

[PATCH v2 5.12] io_uring: maintain CQE order of a failed link
 2021-03-26 15:55 UTC  (2+ messages)

[PATCH 1/1] tests: more cancellation tests
 2021-03-26 15:55 UTC  (2+ messages)

[PATCH 5.12 0/4] cancellation fixes
 2021-03-26 15:55 UTC  (6+ 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 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 5.12] io_uring: maintain CQE order of a failed link
 2021-03-25 19:00 UTC 

[syzbot] WARNING in io_wq_put
 2021-03-25 18:00 UTC  (4+ 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 43/44] signal: don't allow STOP on PF_IO_WORKER threads
 2021-03-25 15:10 UTC  (6+ messages)

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  (17+ 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 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox