IO-Uring Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 14:00:19 to 2021-04-05 09:16:24 UTC [more...]

[syzbot] INFO: task hung in io_ring_exit_work
 2021-04-05  9:16 UTC 

[PATCH] io-wq: simplify code in __io_worker_busy
 2021-04-05  7:53 UTC  (5+ messages)
    ` [PATCH v3] "
  ` [PATCH v2] "

[PATCH for-5.13] io_uring: maintain drain requests' logic
 2021-04-04 23:07 UTC  (9+ messages)

[syzbot] WARNING in mntput_no_expire (2)
 2021-04-04 20:17 UTC  (16+ messages)

[PATCH v4 00/26] ctx wide rsrc nodes +
 2021-04-04 19:22 UTC  (29+ messages)
` [PATCH v4 01/26] io_uring: name rsrc bits consistently
` [PATCH v4 02/26] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH v4 03/26] io_uring: use rsrc prealloc infra for files reg
` [PATCH v4 04/26] io_uring: encapsulate rsrc node manipulations
` [PATCH v4 05/26] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH v4 06/26] io_uring: refactor io_queue_rsrc_removal()
` [PATCH v4 07/26] io_uring: ctx-wide rsrc nodes
` [PATCH v4 08/26] io_uring: reuse io_rsrc_node_destroy()
` [PATCH v4 09/26] io_uring: remove useless is_dying check on quiesce
` [PATCH v4 10/26] io_uring: refactor rw reissue
` [PATCH v4 11/26] io_uring: combine lock/unlock sections on exit
` [PATCH v4 12/26] io_uring: better ref handling in poll_remove_one
` [PATCH v4 13/26] io_uring: remove unused hash_wait
` [PATCH v4 14/26] io_uring: refactor io_async_cancel()
` [PATCH v4 15/26] io_uring: improve import_fixed overflow checks
` [PATCH v4 16/26] io_uring: store reg buffer end instead of length
` [PATCH v4 17/26] io_uring: kill unused forward decls
` [PATCH v4 18/26] io_uring: lock annotate timeouts and poll
` [PATCH v4 19/26] io_uring: simplify overflow handling
` [PATCH v4 20/26] io_uring: put link timeout req consistently
` [PATCH v4 21/26] io_uring: deduplicate NOSIGNAL setting
` [PATCH v4 22/26] io_uring: set proper FFS* flags on reg file update
` [PATCH v4 23/26] io_uring: don't quiesce intial files register
` [PATCH v4 24/26] io_uring: refactor file tables alloc/free
` [PATCH v4 25/26] io_uring: encapsulate fixed files into struct
` [PATCH v4 26/26] io_uring: kill outdated comment about splice punt

[PATCH v5 0/2] io_uring: add support for IORING_OP_GETDENTS
 2021-04-04 17:25 UTC  (6+ 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] tests: test CQE ordering on early submission fail
 2021-04-04 15:45 UTC  (3+ messages)

[PATCH] io_uring: don't mark S_ISBLK async work as unbounded
 2021-04-04 11:02 UTC  (6+ messages)

[GIT PULL] Single io_uring fix
 2021-04-03 21:33 UTC  (2+ messages)

[RFC 5.12] io-wq: cancel unbounded works on io-wq destroy
 2021-04-03  2:19 UTC  (2+ messages)

[PATCH 0/6] Allow signals for IO threads
 2021-04-03  0:48 UTC  (32+ messages)
` [PATCH 2/8] kernel: unmask SIGSTOP "

[GIT PULL] io_uring fixes for 5.12-rc6
 2021-04-02 23:18 UTC  (2+ messages)

[PATCH] io_uring: move reissue into regular IO path
 2021-04-02 18:41 UTC 

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2021-04-02 16:26 UTC  (11+ messages)

[PATCH] io_uring: support multiple rings to share same poll thread by specifying same cpu
 2021-04-02 14:40 UTC  (4+ messages)

[PATCH 0/2] Don't show PF_IO_WORKER in /proc/<pid>/task/
 2021-04-01 14:40 UTC  (11+ messages)

buffer overflow in io_sq_thread()
 2021-04-01 15:09 UTC  (3+ messages)

[PATCH 5.12] io_uring: fix EIOCBQUEUED iter revert
 2021-04-01 11:18 UTC 

[PATCH] Document that PF_KTHREAD _is_ ABI
 2021-04-01 15:05 UTC 

[PATCH 5.12] io_uring/io-wq: protect against sprintf overflow
 2021-04-01 15:21 UTC  (2+ 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] 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 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 liburing] IORING_OP_GETDENTS: add opcode, prep function, test, man page section
 2021-03-30 11:22 UTC  (2+ messages)

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