From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AFD46210FB; Wed, 31 Jan 2024 01:00:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706662825; cv=none; b=mmJHUBtLJJGhLSUsW5ZKKdrGNofGEeraxrH/cB3s6rJsRvqa7aSL41XHDdP2XWNLCxDGC5hgyg0AwAWK2IBUYoOcHGHDy9R9bylrqJvtaF8ACGZwTlTGx3BP22NEhMsDvwc9gbJdWpWQc/URRiFAVMuXIZIMndkdMDQ7dt09rTI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706662825; c=relaxed/simple; bh=ez1CGgenjsF/Is63/eP+yB/neTNt6mvPpFdWEtgf8HA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=F/IkxALtgDa8cxQmuth0EPniekpeRZwfiPCb/kfxc5FqDUr6BASAiMFPzdGQEPgYPh1sZVdGRJSMDyE7fYAcUdSXhvFNLFi/ZaM/Otzj+AemWYC/kwO1syp+VyAL7PWCle7tOuv8TRPJVJfZ8Cc295Q1GPngWj8EEJymEYbKIfA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GDcMV56L; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GDcMV56L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D01E7C433F1; Wed, 31 Jan 2024 01:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706662825; bh=ez1CGgenjsF/Is63/eP+yB/neTNt6mvPpFdWEtgf8HA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GDcMV56LD9h33+lHXOcKL7fIZDvxwA7ZR8UVDBC72qFrvjNCeo9nWdHbKO2Wr0P2+ VUW2ei7W0/0Dxl6kGIC++iqr+CkZzAAV/7XJJ1C/gdIwemOf09VmwlSnPxcQUJXp9b ZqQqqNTUXB+nZX0L8wEnYvKHazUv8EO+HE4yOuyVHNBt2518/UkROKd7sxmYg5Isx+ MMaohYtdfykriCEJ9w/xaeRTQOgApdYVr/3d7YA0ee1f/KYh2kwfhOjEuH4biZ7z82 oSPFS+d3Cu0UFh601y1/bH7qAXxtJEj9yfo3dMEjJRg5UThDvtKZVTJtjOQNqSGek4 Qdb/3mUUYXDBA== Date: Tue, 30 Jan 2024 17:00:23 -0800 From: Eric Biggers To: Gabriel Krisman Bertazi Cc: viro@zeniv.linux.org.uk, jaegeuk@kernel.org, tytso@mit.edu, amir73il@gmail.com, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v5 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops Message-ID: <20240131010023.GE2020@sol.localdomain> References: <20240129204330.32346-1-krisman@suse.de> <20240129204330.32346-8-krisman@suse.de> Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240129204330.32346-8-krisman@suse.de> On Mon, Jan 29, 2024 at 05:43:25PM -0300, Gabriel Krisman Bertazi wrote: > In preparation to get case-insensitive dentry operations from > sb->s_d_op again, use the same structure for case-insensitive > filesystems with and without fscrypt. > > This means that on a casefolded filesystem without fscrypt, we end up Again, we shouldn't use the term "case-insensitive filesystem" (or casefolded filesystem) when we actually mean "case-insensitive capable filesystem", or more precisely "filesystem that supports case-insensitive directories". Real case-insensitive filesystems like FAT are not relevant here. > Also, since the first fscrypt_d_revalidate will call d_set_always_valid for us This is outdated. - Eric 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 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CEDD1C46CD2 for ; Wed, 31 Jan 2024 01:00:40 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1rUyxx-0007OX-CB; Wed, 31 Jan 2024 01:00:38 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1rUyxv-0007OR-J8 for linux-f2fs-devel@lists.sourceforge.net; Wed, 31 Jan 2024 01:00:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=od4iupYQtarrLXzPOZLp1dIy/kPksNSHjQUcmMbHrPw=; b=h7tvit5q8TIxWibGX7EVxgEHg6 PG0+TS1qXbYt2lAwNwW+Ogfal5HtBNlCqWLL+nXNctYf3XyOJ60kWzODuFg/i5LuhsZvNjws62iGW J6ZXoPT5PQk2WFDwgOrpiT/e1W8DD6ZSrwvIWq13QMZaDhU+SxZMmquspBlI4ZNQDyck=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=od4iupYQtarrLXzPOZLp1dIy/kPksNSHjQUcmMbHrPw=; b=JZHM1zxd2+VX9y6eEPcGYjmqb3 gXUP/2wRubnk1TOok07RdCtyIb4wFNkGuL1fLysVkAQTMCjYCSNmwK1MFlLhQ8/Kkd25FPjr63pnX /J1cgvQlYoRqs6Oj/wAfviPB3k4BVVKO4MZF1D6CuhOcBEqd/N5JxMxv0nyXM/+I2dgw=; Received: from dfw.source.kernel.org ([139.178.84.217]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1rUyxv-0003fF-4D for linux-f2fs-devel@lists.sourceforge.net; Wed, 31 Jan 2024 01:00:36 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6B2BC6121B; Wed, 31 Jan 2024 01:00:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D01E7C433F1; Wed, 31 Jan 2024 01:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706662825; bh=ez1CGgenjsF/Is63/eP+yB/neTNt6mvPpFdWEtgf8HA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GDcMV56LD9h33+lHXOcKL7fIZDvxwA7ZR8UVDBC72qFrvjNCeo9nWdHbKO2Wr0P2+ VUW2ei7W0/0Dxl6kGIC++iqr+CkZzAAV/7XJJ1C/gdIwemOf09VmwlSnPxcQUJXp9b ZqQqqNTUXB+nZX0L8wEnYvKHazUv8EO+HE4yOuyVHNBt2518/UkROKd7sxmYg5Isx+ MMaohYtdfykriCEJ9w/xaeRTQOgApdYVr/3d7YA0ee1f/KYh2kwfhOjEuH4biZ7z82 oSPFS+d3Cu0UFh601y1/bH7qAXxtJEj9yfo3dMEjJRg5UThDvtKZVTJtjOQNqSGek4 Qdb/3mUUYXDBA== Date: Tue, 30 Jan 2024 17:00:23 -0800 From: Eric Biggers To: Gabriel Krisman Bertazi Message-ID: <20240131010023.GE2020@sol.localdomain> References: <20240129204330.32346-1-krisman@suse.de> <20240129204330.32346-8-krisman@suse.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240129204330.32346-8-krisman@suse.de> X-Headers-End: 1rUyxv-0003fF-4D Subject: Re: [f2fs-dev] [PATCH v5 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tytso@mit.edu, amir73il@gmail.com, linux-f2fs-devel@lists.sourceforge.net, viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org, jaegeuk@kernel.org, linux-ext4@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Mon, Jan 29, 2024 at 05:43:25PM -0300, Gabriel Krisman Bertazi wrote: > In preparation to get case-insensitive dentry operations from > sb->s_d_op again, use the same structure for case-insensitive > filesystems with and without fscrypt. > > This means that on a casefolded filesystem without fscrypt, we end up Again, we shouldn't use the term "case-insensitive filesystem" (or casefolded filesystem) when we actually mean "case-insensitive capable filesystem", or more precisely "filesystem that supports case-insensitive directories". Real case-insensitive filesystems like FAT are not relevant here. > Also, since the first fscrypt_d_revalidate will call d_set_always_valid for us This is outdated. - Eric _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel