From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugh Dickins Subject: Re: [PATCH 3/3] btrfs: set FS_SUPPORTS_SEEK_HOLE flag. Date: Tue, 21 Apr 2015 03:23:42 -0700 (PDT) Message-ID: References: <20150420193347.29378d69@notabene.brown> <20150420052752.26554.13596.stgit@notabene.brown> <20150420052558.26554.97143.stgit@notabene.brown> <30419.1429519662@warthog.procyon.org.uk> <31824.1429523209@warthog.procyon.org.uk> <20150420094855.GA21116@infradead.org> <20150420125835.GJ889@ZenIV.linux.org.uk> <20150421084312.GA1088@infradead.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Christoph Hellwig , Al Viro , David Howells , Chris Mason , Josef Bacik , David Sterba , Dave Chinner , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-btrfs@vger.kernel.org To: NeilBrown Return-path: In-Reply-To: <20150421084312.GA1088@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, 21 Apr 2015, Christoph Hellwig wrote: > On Mon, Apr 20, 2015 at 01:58:35PM +0100, Al Viro wrote: > > > > Do ext4 and xfs support this, do you know? > > > > > > Yes. As do f2fs, ocfs2, gfs2, ceph and NFSv4.2 > > > > Er... Nominally, gfs2 supports it. By treating all files as "there's a > > hole starting at EOF". Same as ext2 or even minix... > > Yeah remove gfs2 from the list. But please add tmpfs to the list - though I doubt you're interested in caching its files. Hugh