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 E74A4C07E9C for ; Thu, 8 Jul 2021 19:25:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D06B76162B for ; Thu, 8 Jul 2021 19:25:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229768AbhGHT2e (ORCPT ); Thu, 8 Jul 2021 15:28:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229631AbhGHT2d (ORCPT ); Thu, 8 Jul 2021 15:28:33 -0400 Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 681DEC06175F for ; Thu, 8 Jul 2021 12:25:50 -0700 (PDT) Received: by mail-io1-xd32.google.com with SMTP id h190so9612546iof.12 for ; Thu, 08 Jul 2021 12:25:50 -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=6S7YAMaQ5hfgByK0Q7Ny9TcwwQexuIxF/Xc0CIcaWLA=; b=Ry4SqUX9x7mHYKMfgGodpI0I3kZbGYMpXAFQYKMRCRxS7maDwMC5Ge1QxXI+vaVQ8e aFGJBj4sdBl4t7fyHgOxy9617DiPMW6hF92k1YlsGdINHrfZy39iZplY3KUT/EJTLWIo B8292tosNeCRuJnDfdWRiqfCw7kNAVna5QTDbfMRVhyXuXseL0ZXQuRQhdN+/NuxYhQx yW24yHr3x3w3Y4+BeeutYB0XZOERGvoNaj9SBZaWT3W4Vb5gEeGa2B8UkAX9ZYkKt/Qz phQduBU6lSt2+8PAgG+BnoiNp+38wWnfmeq80hri1/6bqJcAMKGGR5F5BaTYGQQ+BPSE Ae/A== 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=6S7YAMaQ5hfgByK0Q7Ny9TcwwQexuIxF/Xc0CIcaWLA=; b=WK/rIktq3DW97vuAZqS8D7Soj8Gm2QmP8peS1tEt0WN8j9Rp8CDkwDYSS7WlfeeK3H 0W9TFyKd5r4o5PxKAYvWVDMPkmrZdIKi7+WNBQxFcweTMIL2GIxBeSjiVn+bNXYzGI9/ qNej3aXmHvu5qgC9pNuJuPXWihqhQb1SvR1eqBlCQxAOWOowV2v349Lnhao/ulgtdZjz 6OgS884rVAmuRhZ4uHHiES3VW5SCARFbszJvCwvkTTFlbhmBRNm7dhR1oRWMBDoZjAkI fE17B+Q4aTp3PLrFg97UCj08Ftm2KERP++yUYVWNT8Kwhc4/KBCNVNw23H1EOiBm1I8j 35iQ== X-Gm-Message-State: AOAM531QDr6eifrqVAFCMJakiEh6a8vxBcGWSpDyvgzDzUiDabnVFxzu q6GVSPehxLm1JLd0DCoQLAtCEKfv5uvELg== X-Google-Smtp-Source: ABdhPJzwWROlk8K1InwDLGCBXKS/2celn8lsHzD2mOOW7DMAqYUycHyX7FhjHXMYwvyTr+ThMW2w1Q== X-Received: by 2002:a05:6638:d93:: with SMTP id l19mr14887413jaj.46.1625772349716; Thu, 08 Jul 2021 12:25:49 -0700 (PDT) Received: from [192.168.1.134] ([198.8.77.61]) by smtp.gmail.com with ESMTPSA id p8sm1541773iln.83.2021.07.08.12.25.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 08 Jul 2021 12:25:49 -0700 (PDT) Subject: Re: [PATCH v9 00/11] io_uring: add mkdir and [sym]linkat support To: Linus Torvalds , Dmitry Kadashev Cc: Alexander Viro , Christian Brauner , Pavel Begunkov , linux-fsdevel , io-uring References: <20210708063447.3556403-1-dkadashev@gmail.com> From: Jens Axboe Message-ID: Date: Thu, 8 Jul 2021 13:25:43 -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: io-uring@vger.kernel.org On 7/8/21 12:34 PM, Linus Torvalds wrote: > On Wed, Jul 7, 2021 at 11:35 PM Dmitry Kadashev wrote: >> >> v9: >> - reorder commits to keep io_uring ones nicely grouped at the end >> - change 'fs:' to 'namei:' in related commit subjects, since this is >> what seems to be usually used in such cases > > Ok, ack from me on this series, and as far as I'm concerned it can go > through the io_uring branch. I'll queue it up in a separate branch. I'm assuming we're talking 5.15 at this point. > Al, please holler if you have any concerns. Indeed. -- Jens Axboe