Re: [PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-06-18 16:11:04
Also in:
linux-fsdevel
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-06-18 16:11:04
Also in:
linux-fsdevel
On 6/18/21 12:24 AM, Dmitry Kadashev wrote:
On Thu, Jun 3, 2021 at 12:18 PM Dmitry Kadashev [off-list ref] wrote:quoted
This started out as an attempt to add mkdirat support to io_uring which is heavily based on renameat() / unlinkat() support. During the review process more operations were added (linkat, symlinkat, mknodat) mainly to keep things uniform internally (in namei.c), and with things changed in namei.c adding support for these operations to io_uring is trivial, so that was done too. See https://lore.kernel.org/io-uring/20210514145259.wtl4xcsp52woi6ab@wittgenstein/ (local)Ping. Jens, are we waiting for the audit change to be merged before this can go in?
Not necessarily, as that should go in for 5.14 anyway. Al, are you OK with the generic changes? -- Jens Axboe