Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp180975ybm; Thu, 28 May 2020 19:55:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz3bWj5JNxIpRrNhSG3Wr1XGXe8Fj0wYOge7KCFcZdz5lL23qaEA5xGtcZLCp09lIjnXh+K X-Received: by 2002:a17:906:8246:: with SMTP id f6mr5634126ejx.350.1590720942826; Thu, 28 May 2020 19:55:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590720942; cv=none; d=google.com; s=arc-20160816; b=PVb2Az1SM/NO80WrS2uWKZkxrFdEUmBX3wY3PVe+O4zPjH8wPMTttyhyWswWfJcAxw ty1zQKC3aBZhQ0yrmI9kS2Dp0NiDSxJMuh3ioETVehXZlvoe6kKkKkEmfY73BMa2gMIj byBHIhHyyreXWx3U7GAG9L7+AfldMIkgLk7hKlmbNhKs1UmzRxD0Qg6Sx71qugrWYpEa 90MnOehJNOyq4LgBFp5mb7jd5fSwc0aw/OCa9JfTLNEipZVx1/AhCkJlVAejJheBvlwx w9W8jWz/ZrqBIwo1oveOlLztBR1ADjIEKP03homPs31kGlukaiKyUdiX3aWDsXYhH0WI NMAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=ADHYJ9k814oHBMt28VGCXvV30sgphCtgDE/gkjQBXwo=; b=Y2RCs9KnHpj9XL3K7cdJ/O7hRDXQTeBVPqUHMOEIP6IHfR53iSySmcdV1jduJDM4JB YLJp2gsCZV5QzBWSUvC/bUwNB7s6OPV7EcCSzjB5af3kfGUEmB3OMgV5rbJF0hWLuthG 6X5wjgBg235txURoNgZ+vbFqFPxR74i7w5uYzDWCahYQznlx/oHuAQaAK0qo53VuVcwc OduWZtGiqD6Wbq1SZ4CzVMxWC4h0zN0YZz4SG/Y/FnmMvQCt2sRGwssK/q4gJ8zP9Mk1 NS3QVh8OC0jwCZF4pqHy6DIXyLlMywiyhF4ingqzU1mdWj5wgnwlelUzz+8L9Fl6+VO6 G3Jg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b22si4929112edr.89.2020.05.28.19.55.12; Thu, 28 May 2020 19:55:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406871AbgE2CzK (ORCPT + 99 others); Thu, 28 May 2020 22:55:10 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:53391 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2406778AbgE2CzJ (ORCPT ); Thu, 28 May 2020 22:55:09 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 04T2sfhO021649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 May 2020 22:54:42 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id AB339420304; Thu, 28 May 2020 22:54:41 -0400 (EDT) Date: Thu, 28 May 2020 22:54:41 -0400 From: "Theodore Y. Ts'o" To: ira.weiny@intel.com Cc: linux-ext4@vger.kernel.org, Andreas Dilger , Jan Kara , Eric Biggers , Al Viro , Dan Williams , Dave Chinner , Christoph Hellwig , Jeff Moyer , "Darrick J. Wong" , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V5 0/9] Enable ext4 support for per-file/directory DAX operations Message-ID: <20200529025441.GI228632@mit.edu> References: <20200528150003.828793-1-ira.weiny@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200528150003.828793-1-ira.weiny@intel.com> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, May 28, 2020 at 07:59:54AM -0700, ira.weiny@intel.com wrote: > From: Ira Weiny > > Changes from V4: > Fix up DAX mutual exclusion with other flags. > Add clean up patch (remove jflags) > > Changes from V3: > Change EXT4_DAX_FL to bit24 > Cache device DAX support in the super block and use that is > ext4_should_use_dax() > > Changes from V2: > Rework DAX exclusivity with verity and encryption based on feedback > from Eric > > Enable the same per file DAX support in ext4 as was done for xfs. This series > builds and depends on the V11 series for xfs.[1] > > This passes the same xfstests test as XFS. > > The only issue is that this modifies the old mount option parsing code rather > than waiting for the new parsing code to be finalized. > > This series starts with 3 fixes which include making Verity and Encrypt truly > mutually exclusive from DAX. I think these first 3 patches should be picked up > for 5.8 regardless of what is decided regarding the mount parsing. > > [1] https://lore.kernel.org/lkml/20200428002142.404144-1-ira.weiny@intel.com/ > > To: linux-ext4@vger.kernel.org > To: Andreas Dilger > To: "Theodore Y. Ts'o" > To: Jan Kara > To: Eric Biggers Thanks, applied to the ext4-dax branch. - Ted