io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-24 14:10:34 to 2021-07-15 10:36:25 UTC [more...]

[PATCH 00/14] namei: clean up retry logic in various do_* functions
 2021-07-15 10:35 UTC  (10+ messages)
` [PATCH 01/14] namei: prepare do_rmdir for refactoring
` [PATCH 02/14] namei: clean up do_rmdir retry logic
` [PATCH 03/14] namei: prepare do_unlinkat for refactoring
` [PATCH 04/14] namei: clean up do_unlinkat retry logic
` [PATCH 05/14] namei: prepare do_mkdirat for refactoring
` [PATCH 06/14] namei: clean up do_mkdirat retry logic
` [PATCH 07/14] namei: prepare do_mknodat for refactoring
` [PATCH 08/14] namei: clean up do_mknodat retry logic
` [PATCH 09/14] namei: prepare do_symlinkat for refactoring

[syzbot] INFO: task hung in io_sq_thread_park (2)
 2021-07-15  9:15 UTC  (3+ messages)

Question about sendfile
 2021-07-14  3:50 UTC  (3+ messages)

[PATCH 0/7] namei: clean up retry logic in various do_* functions
 2021-07-13 16:57 UTC  (18+ messages)
` [PATCH 1/7] namei: clean up do_rmdir retry logic
` [PATCH 2/7] namei: clean up do_unlinkat "
` [PATCH 3/7] namei: clean up do_mkdirat "
` [PATCH 4/7] namei: clean up do_mknodat "
` [PATCH 5/7] namei: clean up do_symlinkat "
` [PATCH 6/7] namei: clean up do_linkat "
` [PATCH 7/7] namei: clean up do_renameat "

[syzbot] kernel BUG in io_queue_async_work
 2021-07-13 11:02 UTC  (5+ messages)

[PATCH 2/2] io_uring: store pid of sqthread for userspace usage
 2021-07-12 17:31 UTC 

[PATCH 1/2] io_uring: add more uring info to fdinfo for debug
 2021-07-12 17:31 UTC 

[PATCH 0/2] Close a hole where IOCB_NOWAIT reads could sleep
 2021-07-12 14:37 UTC  (6+ messages)
` [PATCH 1/2] mm/readahead: Add gfp_flags to ractl
` [PATCH 2/2] mm/filemap: Prevent waiting for memory for NOWAIT reads

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-07-12 13:14 UTC  (18+ messages)
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT

[PATCH] io_uring: fix io_drain_req()
 2021-07-11 22:39 UTC  (2+ messages)

[syzbot] INFO: task hung in io_uring_cancel_generic
 2021-07-11 22:05 UTC  (8+ messages)

[PATCH 5.14] io_uring: use right task for exiting checks
 2021-07-10 15:36 UTC  (4+ messages)

[GIT PULL] io_uring fixes for 5.14-rc1
 2021-07-09 19:20 UTC  (2+ messages)

[PATCH] io_uring: remove dead non-zero 'poll' check
 2021-07-09 14:24 UTC 

potential null pointer deference (or maybe invalid null check) in io_uring io_poll_remove_double()
 2021-07-09 14:19 UTC  (2+ messages)

[PATCH 1/1] io_uring: mitigate unlikely iopoll lag
 2021-07-08 20:08 UTC  (2+ messages)

[PATCH v9 00/11] io_uring: add mkdir and [sym]linkat support
 2021-07-08 19:25 UTC  (14+ messages)
` [PATCH v9 01/11] namei: ignore ERR/NULL names in putname()
` [PATCH v9 02/11] namei: change filename_parentat() calling conventions
` [PATCH v9 03/11] namei: make do_mkdirat() take struct filename
` [PATCH v9 04/11] namei: make do_mknodat() "
` [PATCH v9 05/11] namei: make do_symlinkat() "
` [PATCH v9 06/11] namei: add getname_uflags()
` [PATCH v9 07/11] namei: make do_linkat() take struct filename
` [PATCH v9 08/11] namei: update do_*() helpers to return ints
` [PATCH v9 09/11] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v9 10/11] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v9 11/11] io_uring: add support for IORING_OP_LINKAT

Possible io_uring regression with QEMU on Ubuntu's kernel
 2021-07-08 10:02 UTC  (3+ messages)

[PATCH v8 00/11] io_uring: add mkdir and [sym]linkat support
 2021-07-08  6:05 UTC  (18+ messages)
` [PATCH v8 01/11] namei: ignore ERR/NULL names in putname()
` [PATCH v8 02/11] namei: change filename_parentat() calling conventions
` [PATCH v8 03/11] fs: make do_mkdirat() take struct filename
` [PATCH v8 04/11] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v8 05/11] fs: make do_mknodat() take struct filename
` [PATCH v8 06/11] fs: make do_symlinkat() "
` [PATCH v8 07/11] namei: add getname_uflags()
` [PATCH v8 08/11] fs: make do_linkat() take struct filename
` [PATCH v8 09/11] fs: update do_*() helpers to return ints
` [PATCH v8 10/11] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v8 11/11] io_uring: add support for IORING_OP_LINKAT

[PATCH 1/1] io_uring: fix drain alloc fail return code
 2021-07-07 18:54 UTC  (2+ messages)

[RFC 0/4] open/accept directly into io_uring fixed file table
 2021-07-07 15:04 UTC  (9+ messages)
` [PATCH 1/4] io_uring: allow open directly into fixed fd table
` [PATCH 2/4] net: add an accept helper not installing fd
` [PATCH 3/4] io_uring: hand code io_accept()' fd installing
` [PATCH 4/4] io_uring: accept directly into fixed file table

[PATCH v7 00/10] io_uring: add mkdir and [sym]linkat support
 2021-07-07  7:27 UTC  (13+ messages)
` [PATCH v7 01/10] namei: ignore ERR/NULL names in putname()
` [PATCH v7 02/10] fs: make do_mkdirat() take struct filename
` [PATCH v7 03/10] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v7 04/10] fs: make do_mknodat() take struct filename
` [PATCH v7 05/10] fs: make do_symlinkat() "
` [PATCH v7 06/10] namei: add getname_uflags()
` [PATCH v7 07/10] fs: make do_linkat() take struct filename
` [PATCH v7 08/10] fs: update do_*() helpers to return ints
` [PATCH v7 09/10] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v7 10/10] io_uring: add support for IORING_OP_LINKAT

io_uring/recvmsg using io_provide_buffers causes kernel NULL pointer dereference bug
 2021-07-06 15:46 UTC  (3+ messages)

[GIT PULL] io_uring updates for 5.14-rc1
 2021-07-06 12:06 UTC  (10+ messages)

[PATCH AUTOSEL 5.12 106/160] io_uring: fix false WARN_ONCE
 2021-07-06 11:17 UTC 

[PATCH AUTOSEL 5.10 094/137] io_uring: fix false WARN_ONCE
 2021-07-06 11:21 UTC 

[PATCH AUTOSEL 5.13 127/189] io_uring: fix false WARN_ONCE
 2021-07-06 11:13 UTC 

[Bug] io_uring_register_files_update broken
 2021-07-02  0:20 UTC  (7+ messages)

[PATCH 1/1] io_uring: fix exiting io_req_task_work_add leaks
 2021-07-01 19:41 UTC  (6+ messages)

[GIT PULL] io_uring updates for 5.14-rc1
 2021-07-01 19:20 UTC  (2+ messages)

[PATCH 5.14 0/3] fallback fix and task_work cleanup
 2021-06-30 22:53 UTC  (18+ messages)
` [PATCH 1/3] io_uring: fix stuck fallback reqs
` [PATCH 2/3] io_uring: simplify task_work func
` [PATCH 3/3] io_uring: tweak io_req_task_work_add

[PATCH v4] io_uring: reduce latency by reissueing the operation
 2021-06-28  6:42 UTC  (4+ messages)

[PATCH] io_uring: Remove NULL test before kfree
 2021-06-28  2:35 UTC 

[PATCH for-next 0/6] small for-next optimisations
 2021-06-27 22:23 UTC  (8+ messages)
` [PATCH 1/6] io_uring: refactor io_arm_poll_handler()
` [PATCH 2/6] io_uring: mainstream sqpoll task_work running
` [PATCH 3/6] io_uring: remove not needed PF_EXITING check
` [PATCH 4/6] io_uring: optimise hot path restricted checks
` [PATCH 5/6] io_uring: refactor io_submit_flush_completions
` [PATCH 6/6] io_uring: pre-initialise some of req fields

[PATCH] io_uring: code clean for kiocb_done()
 2021-06-27 22:23 UTC  (2+ messages)

[PATCH] io_uring: spin in iopoll() only when reqs are in a single queue
 2021-06-27 22:22 UTC  (2+ messages)

[PATCH for-next 0/6] straightforward for-next cleanups
 2021-06-24 15:35 UTC  (3+ messages)
` [PATCH 6/6] io_uring: refactor io_openat2()

[PATCH v6 0/9] io_uring: add mkdir and [sym]linkat support
 2021-06-24 15:13 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).