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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 3C049C433E0 for ; Sat, 13 Jun 2020 14:39:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 154602078A for ; Sat, 13 Jun 2020 14:39:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HrXvEgAl" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726367AbgFMOjI (ORCPT ); Sat, 13 Jun 2020 10:39:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726323AbgFMOjI (ORCPT ); Sat, 13 Jun 2020 10:39:08 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15563C03E96F; Sat, 13 Jun 2020 07:39:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; 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; bh=/UHutX/651XYnkKnM6NBQmM9y2YAVAGn9Ikzmv3dpFY=; b=HrXvEgAlgagihhn3EqpqltDMf7 yF996n0G0Pn33lzbHmvYhJYxdX2LWPBDe6SDuGDCM+YcT+arcaXMJahc6LeqQE4Q19kpbVQaywGjA AEil84nspQ/yWQG2TqX9ZXrtBpcoQLafN9wkXGtkL94oRtyKbPSQ8Fe8tsJMAfXQIqo6/InSiuK4F vFnwAIPXCAE+QjvYyyUAa+PauVeEYpQRXNqinEPUqfkH8EV6I165Sf+KTYdSmJAnoE3ECKgLsNXe3 umf9gEUQdltUqPK5yO8hvMvM4JUf40Whej0I8TbZMumrTv0bbCHMpmeyo8ADEF7sM8p2BlfwLvORb n+239RWg==; Received: from willy by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jk7J8-0001SL-DS; Sat, 13 Jun 2020 14:38:54 +0000 Date: Sat, 13 Jun 2020 07:38:54 -0700 From: Matthew Wilcox To: Amir Goldstein Cc: Mike Kravetz , Al Viro , Linux MM , linux-fsdevel , overlayfs , linux-kernel , Miklos Szeredi , Colin Walters , Andrew Morton , syzbot , syzkaller-bugs Subject: Re: [PATCH v4 1/2] hugetlb: use f_mode & FMODE_HUGETLBFS to identify hugetlbfs files Message-ID: <20200613143854.GN8681@bombadil.infradead.org> References: <20200612004644.255692-1-mike.kravetz@oracle.com> <20200612015842.GC23230@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-unionfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-unionfs@vger.kernel.org On Sat, Jun 13, 2020 at 09:53:24AM +0300, Amir Goldstein wrote: > Currently, the only in-tree stacking fs are overlayfs and ecryptfs, but there > are some out of tree implementations as well (shiftfs). > So you may only take that option if you do not care about the combination > of hugetlbfs with any of the above. I could see shiftfs being interesting, maybe. I don't really see the usecase for layering overlayfs or ecryptfs on top of a ram-based filesystem.