On Tue, Jun 22, 2021 at 03:34:37PM +0700, Dmitry Kadashev wrote: > On Tue, Jun 22, 2021 at 3:12 PM Christian Brauner > <christian.brauner@xxxxxxxxxx> wrote: > > > > On Mon, Jun 21, 2021 at 09:21:23AM -0600, Jens Axboe wrote: > > > On 6/18/21 10:10 AM, Jens Axboe wrote: > > > > On 6/18/21 12:24 AM, Dmitry Kadashev wrote: > > > >> On Thu, Jun 3, 2021 at 12:18 PM Dmitry Kadashev <dkadashev@xxxxxxxxx> wrote: > > > >>> > > > >>> 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/ > > > >> > > > >> 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? > > > > > > I have tentatively queued this up. > > > > Hey Dmitry, > > hey Jens, > > > > The additional op codes and suggested rework is partially on me. So I > > should share the blame in case this gets a NAK: > > > > Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx> > > Hi Christian, > > Thank you very much for your help with this! Just wanted to say that you > were quite supportive and really helped me a lot. Hey Dmitry, Thank you for saying that! Much appreciated. Thanks for working on this! Christian