io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 08:12:46 to 2021-07-08 06:05:45 UTC [more...]

[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

Question about sendfile
 2021-07-07 14:16 UTC  (2+ messages)

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-07-07 14:06 UTC  (43+ messages)
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v5 08/10] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v5 09/10] io_uring: add support for IORING_OP_LINKAT
` [PATCH v5 10/10] io_uring: add support for IORING_OP_MKNODAT

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

Possible io_uring regression with QEMU on Ubuntu's kernel
 2021-07-01 18:16 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  (9+ 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  (8+ messages)
` [PATCH 1/6] io_uring: don't change sqpoll creds if not needed
` [PATCH 2/6] io_uring: refactor io_sq_thread()
` [PATCH 3/6] io_uring: fix code style problems
` [PATCH 4/6] io_uring: update sqe layout build checks
` [PATCH 5/6] io_uring: simplify struct io_uring_sqe layout
` [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  (14+ messages)
` [PATCH v6 1/9] fs: make do_mkdirat() take struct filename
` [PATCH v6 2/9] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v6 3/9] fs: make do_mknodat() take struct filename
` [PATCH v6 4/9] fs: make do_symlinkat() "
` [PATCH v6 5/9] namei: add getname_uflags()
` [PATCH v6 6/9] fs: make do_linkat() take struct filename
` [PATCH v6 7/9] fs: update do_*() helpers to return ints
` [PATCH v6 8/9] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v6 9/9] io_uring: add support for IORING_OP_LINKAT

[LSF/MM/BPF Topic] Towards more useful nvme-passthrough
 2021-06-24  9:24 UTC  (2+ messages)

[PATCH v2 0/2] Minor SQPOLL thread fix and improvement
 2021-06-23 23:39 UTC  (8+ messages)
` [PATCH v2 1/2] io_uring: Fix race condition when sqp thread goes to sleep
` [PATCH v2 2/2] io_uring: Create define to modify a SQPOLL parameter

[PATCH 0/2] Minor SQPOLL thread fix and improvement
 2021-06-23 15:58 UTC  (13+ messages)
` [PATCH 1/2] io_uring: Fix race condition when sqp thread goes to sleep
    ` [PATCH 1/2 v2] "
` [PATCH 2/2] io_uring: Create define to modify a SQPOLL parameter

[PATCHSET 0/2] Add iopoll/sqe field checks to unlink/rename
 2021-06-23 15:17 UTC  (3+ messages)
` [PATCH 1/2] io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
` [PATCH 2/2] io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT

[PATCH v3] io_uring: reduce latency by reissueing the operation
 2021-06-22 11:00 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).