From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 1E3FC255F2F; Mon, 14 Jul 2025 13:21:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752499296; cv=none; b=m3GH4XJQ6e20bX3u2JhQLdJqmumSh9cVQx/ywheEsPXWOTQ0D+CZKsCLaXmJp33HZOp+2/HjUvRefiUu8H/pPGpXbZ/63RWl5swFDETvrVsno/qdvsEzAINJZuTkxc0ilAHwIkgCNJYsIb16tCMtpitv0UZeGaSpEPj0K8juMrY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752499296; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LX8F9cOZ79fiDp9FbMGcncMrWzyd33GM1b1lZT8jexjEEvBSYc9PAA1IYLmp9o3nUczz0Jvui0h6jUKjaVRSWVxEXaPkAMwEHnl5vQLWlFAvev0h12gUiie5gJbxHsSY6TWNK99JVhLmfDayXpM76fJ457aYC9bia+njeA921Fs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=uOyaI7Y2; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="uOyaI7Y2" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=uOyaI7Y2BXb6dF0OF2Pb0Jg0UP AyH0ueBdmW2FYGati+7piXG+RK3nZOKsq0t5295oi+M6LzNCYNIgwJf3St5UaPIf1qZNOY1+4tx5r SB+M/OXydRsR4HNolUp8vGWn51lUGo8VDlgruk7rblsebnb1qWGj7ZPxP5BoYIFuF7kVUwNZRm6iX ONUYMJ/WLVZktf2xixjV2B855PIj6fued4X+9UXPmyYf2hMnbVJ0fGUjTlNzX5UmLMPS8GW57/YHE F/Eba0t606IQ/DgsoBfrmUC+BhUmznsSbzQjUFC+4OBm10YFA5+o71dGjQtg6S/FKchEjDfc+ONUR NfLCtA/w==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ubJ7d-00000002Grk-2LHr; Mon, 14 Jul 2025 13:21:33 +0000 Date: Mon, 14 Jul 2025 06:21:33 -0700 From: Christoph Hellwig To: Brian Foster Cc: linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-mm@kvack.org, hch@infradead.org, djwong@kernel.org, willy@infradead.org Subject: Re: [PATCH v2 5/7] xfs: fill dirty folios on zero range of unwritten mappings Message-ID: References: <20250714132059.288129-1-bfoster@redhat.com> <20250714132059.288129-6-bfoster@redhat.com> Precedence: bulk X-Mailing-List: linux-fsdevel@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: <20250714132059.288129-6-bfoster@redhat.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Looks good: Reviewed-by: Christoph Hellwig