From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06000C48BE8 for ; Fri, 18 Jun 2021 16:11:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E327A613B4 for ; Fri, 18 Jun 2021 16:11:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235801AbhFRQNM (ORCPT ); Fri, 18 Jun 2021 12:13:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232825AbhFRQNL (ORCPT ); Fri, 18 Jun 2021 12:13:11 -0400 Received: from mail-oo1-xc2f.google.com (mail-oo1-xc2f.google.com [IPv6:2607:f8b0:4864:20::c2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8BA9C06175F for ; Fri, 18 Jun 2021 09:11:01 -0700 (PDT) Received: by mail-oo1-xc2f.google.com with SMTP id r9-20020a4a37090000b029024b15d2fef9so2333678oor.7 for ; Fri, 18 Jun 2021 09:11:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=vhESHB2fuprKm8qQn68AEA+GxbpLEhL/mzYCL3E+vDM=; b=R37sfzViltwUXr/gzNQ0xemD+gyVroAIGks6VP6ctNDVs4ruFihGex61iVk2bhg2Gk vcMshC6lM5nqrIbr0RhAQ/Cj7+4oKmybgiOfqWHq2hMpyzpRRPY2pt2G5qOyFLv/kT1P vPJ82s675u49TEW9hLbpy3fms+eDEaiDbQy6IXA0AoCDs+8R/1FWKKpadESxvd8FsTyd 5xmWKyw+H6345GVLPM2eiqproimUAfDS0LaEHu0x1wVIcTLWkOhXkqfLDY70qg3Ri8mU LK0rSZRD+5nD0Ny2uoc4mziR7jqqFj1wL7Daq/MlcFKrBcFkicWoL+y4vGRHwR2uJE0i jDXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=vhESHB2fuprKm8qQn68AEA+GxbpLEhL/mzYCL3E+vDM=; b=qnN7VeTyHXw1+bu+5sm2q7nTL9isU4qAhTkkwsB5SOfoCUGon+dYHCHiiqqpKRWEot RfhxS/cRJsC8nhWkAKtjRWZLVzqFOGhTShoDob/FTcu8cBrfrph+3ciuzpsUpO6HU9pv v1ZZ8XchU7xQIrIqOJs1IJz1rNdJpZ3hBTDXAeVNqjWeoVK5d6v5HTYWpLQw15M0oAQS 6fjIs21imkcgsZHAFZk5FaWK1Fk/9JbshZVEGi+ogV3wKGJCtHiHSQt44iXsxIEbepy/ pKkQ42XPiTVw5TZdd4n9FWS0yyex4lF8JxUFtgowTFesWvLBoXvkV0l7bw3j8Umq4c8u 9Y+Q== X-Gm-Message-State: AOAM530oFonxLfi6V20E1Aw6oa1E7+5Erwxd9nFO/Itaai0uAd4ZDOnb fAr92ujYkvuKc5G1TKW+LtJhDA== X-Google-Smtp-Source: ABdhPJzenWHbYw70J0zk1/iySUjenjhRryHqwnndVtlVqnOhDMDQESlZnKUG7ZN2df+M160N9ZJhNQ== X-Received: by 2002:a4a:d312:: with SMTP id g18mr4693350oos.7.1624032660987; Fri, 18 Jun 2021 09:11:00 -0700 (PDT) Received: from [192.168.1.134] ([198.8.77.61]) by smtp.gmail.com with ESMTPSA id t63sm1825354oih.31.2021.06.18.09.11.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Jun 2021 09:11:00 -0700 (PDT) Subject: Re: [PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support To: Dmitry Kadashev , Alexander Viro , Christian Brauner Cc: Pavel Begunkov , linux-fsdevel@vger.kernel.org, io-uring References: <20210603051836.2614535-1-dkadashev@gmail.com> From: Jens Axboe Message-ID: <2c4d5933-965e-29b5-0c76-3f2e5f518fe8@kernel.dk> Date: Fri, 18 Jun 2021 10:10:59 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On 6/18/21 12:24 AM, Dmitry Kadashev wrote: > On Thu, Jun 3, 2021 at 12:18 PM Dmitry Kadashev 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? -- Jens Axboe