Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp4113795ybz; Tue, 28 Apr 2020 06:05:39 -0700 (PDT) X-Google-Smtp-Source: APiQypKvqo8dUl0OiSPHrvPsOsitGbkrwqrsY+cAL9VGXCTSEkod87D6QRVQjuqKKOfRE3hcSrZq X-Received: by 2002:aa7:dc48:: with SMTP id g8mr22834722edu.33.1588079139038; Tue, 28 Apr 2020 06:05:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588079139; cv=none; d=google.com; s=arc-20160816; b=OMB/cbjMOeharFZyynEwVuAQORSM3nhc05aw4H5CNnW+AZ1vv76QihQyz5sI3Wsbh1 46GgeGAQi44A1cNzjttTYW86i3aPw15jrFwR3Qd1ba730C+kT5ssJSxns0jUfcS+0Uni prpWO1vBLFFuLk2lZMayRRdCeKr8KNNlLBpPdnuLP110algxjpvhX4OL8ZlrGRZXXv6Y 7wLafCVkYBX/8ge1Km8IRD+VHhefXBC66M5RdtE5iCgyEQuDQh+Pv0dFGWOdgVRi67u2 88FCVol8VnuVOevZ3yBKpqTVlRdzMjOPnjd2HSPbEC9hsdN4k5QhZ9hbLSxCh6nn4SA9 81Fw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=KkqsuYgatIeZvOFqiYC8oXPyrsiF9Yn95BLSHnH+2uQ=; b=B6QNKGccQ6LFTp8wZSNur2cqw/YP3eQE3k62cGCB4YfUv64/cFxtZcUs21xjlniqqG Q3Bib/i3rULU1jK4cTgCCst2hxP8PmRIHOgKeVSX74ujo5BmUAlNM9ZQ+OELgwIMsZEV 87/e9S9rV0UuuOs8Wo+QRATHuU/YVrGqaEY+9fCs5b2DkAJ75E2fksA2334ifl5yw31f LGqaDFDBHEggsheZwmjTWLyjibpTGg7YMz3y3lcBgt2g5EQbZfvG2i6EZY9921IbBICj HHjB2BHVv/S0GNS90PqiBRLRCsFiY48nqRsqKudrfx2M23GCi4nlQZIJ8o+UP52tOYcg RBqw== 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 oq22si1829323ejb.213.2020.04.28.06.04.55; Tue, 28 Apr 2020 06:05:39 -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 S1726836AbgD1NEj (ORCPT + 99 others); Tue, 28 Apr 2020 09:04:39 -0400 Received: from mx2.suse.de ([195.135.220.15]:56196 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726746AbgD1NEi (ORCPT ); Tue, 28 Apr 2020 09:04:38 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 0B96AAC5F; Tue, 28 Apr 2020 13:04:36 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id EB7251E1294; Tue, 28 Apr 2020 15:04:35 +0200 (CEST) Date: Tue, 28 Apr 2020 15:04:35 +0200 From: Jan Kara To: ira.weiny@intel.com Cc: linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, "Darrick J. Wong" , Al Viro , Jan Kara , Dan Williams , Dave Chinner , Christoph Hellwig , "Theodore Y. Ts'o" , Jeff Moyer , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE Message-ID: <20200428130435.GA6426@quack2.suse.cz> References: <20200428002142.404144-1-ira.weiny@intel.com> <20200428002142.404144-11-ira.weiny@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200428002142.404144-11-ira.weiny@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon 27-04-20 17:21:41, ira.weiny@intel.com wrote: > From: Ira Weiny > > DCACHE_DONTCACHE indicates a dentry should not be cached on final > dput(). > > Also add a helper function to mark DCACHE_DONTCACHE on all dentries > pointing to a specific inode when that inode is being set I_DONTCACHE. > > This facilitates dropping dentry references to inodes sooner which > require eviction to swap S_DAX mode. > > Cc: Al Viro > Signed-off-by: Ira Weiny The patch looks good to me. You can add: Reviewed-by: Jan Kara Honza > > --- > Changes from V10: > rename to d_mark_dontcache() > Move function to fs/dcache.c > > Changes from V9: > modify i_state under i_lock > Update comment > "Purge from memory on final dput()" > > Changes from V8: > Update commit message > Use mark_inode_dontcache in XFS > Fix locking... can't use rcu here. > Change name to mark_inode_dontcache > --- > fs/dcache.c | 19 +++++++++++++++++++ > fs/xfs/xfs_icache.c | 2 +- > include/linux/dcache.h | 2 ++ > include/linux/fs.h | 1 + > 4 files changed, 23 insertions(+), 1 deletion(-) > > diff --git a/fs/dcache.c b/fs/dcache.c > index b280e07e162b..0d07fb335b78 100644 > --- a/fs/dcache.c > +++ b/fs/dcache.c > @@ -647,6 +647,10 @@ static inline bool retain_dentry(struct dentry *dentry) > if (dentry->d_op->d_delete(dentry)) > return false; > } > + > + if (unlikely(dentry->d_flags & DCACHE_DONTCACHE)) > + return false; > + > /* retain; LRU fodder */ > dentry->d_lockref.count--; > if (unlikely(!(dentry->d_flags & DCACHE_LRU_LIST))) > @@ -656,6 +660,21 @@ static inline bool retain_dentry(struct dentry *dentry) > return true; > } > > +void d_mark_dontcache(struct inode *inode) > +{ > + struct dentry *de; > + > + spin_lock(&inode->i_lock); > + hlist_for_each_entry(de, &inode->i_dentry, d_u.d_alias) { > + spin_lock(&de->d_lock); > + de->d_flags |= DCACHE_DONTCACHE; > + spin_unlock(&de->d_lock); > + } > + inode->i_state |= I_DONTCACHE; > + spin_unlock(&inode->i_lock); > +} > +EXPORT_SYMBOL(d_mark_dontcache); > + > /* > * Finish off a dentry we've decided to kill. > * dentry->d_lock must be held, returns with it unlocked. > diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c > index de76f7f60695..888646d74d7d 100644 > --- a/fs/xfs/xfs_icache.c > +++ b/fs/xfs/xfs_icache.c > @@ -559,7 +559,7 @@ xfs_iget_cache_miss( > */ > iflags = XFS_INEW; > if (flags & XFS_IGET_DONTCACHE) > - VFS_I(ip)->i_state |= I_DONTCACHE; > + d_mark_dontcache(VFS_I(ip)); > ip->i_udquot = NULL; > ip->i_gdquot = NULL; > ip->i_pdquot = NULL; > diff --git a/include/linux/dcache.h b/include/linux/dcache.h > index c1488cc84fd9..a81f0c3cf352 100644 > --- a/include/linux/dcache.h > +++ b/include/linux/dcache.h > @@ -177,6 +177,8 @@ struct dentry_operations { > > #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ > > +#define DCACHE_DONTCACHE 0x00000080 /* Purge from memory on final dput() */ > + > #define DCACHE_CANT_MOUNT 0x00000100 > #define DCACHE_GENOCIDE 0x00000200 > #define DCACHE_SHRINK_LIST 0x00000400 > diff --git a/include/linux/fs.h b/include/linux/fs.h > index 44bd45af760f..7c3e8c0306e0 100644 > --- a/include/linux/fs.h > +++ b/include/linux/fs.h > @@ -3055,6 +3055,7 @@ static inline int generic_drop_inode(struct inode *inode) > return !inode->i_nlink || inode_unhashed(inode) || > (inode->i_state & I_DONTCACHE); > } > +extern void d_mark_dontcache(struct inode *inode); > > extern struct inode *ilookup5_nowait(struct super_block *sb, > unsigned long hashval, int (*test)(struct inode *, void *), > -- > 2.25.1 > -- Jan Kara SUSE Labs, CR