From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 530C930AACB for ; Tue, 14 Oct 2025 04:25:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760415916; cv=none; b=LUkkH+Q6QKN9Lg0TxmD4E5Ef+eja5F07UzHLzYB91JslWCqP5SsEAAzIiLZV8hm/1EFk8YN12N7E52R3/wTSVuinqXc0dGtNClKpwBCpRxoB40RFfSoO77ufXYoqq0NmgRzk28lMc0aB4TnFGrQCommepU8CN4/6rJ5zKiAW2B0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760415916; 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=Wa7pAosFor/j2E+yejiHGwGKFDG2X+RQQyCWGqUxxW+p2WdSZ9XpuUlKo330bWqBLa43xatbPpmEBqIfH+NkPtAQCpI3DnEkBLtU5kQFQ01muFx44jCVNJS+kOpZcMzZ1HaRFHX5NgKe8mhwFCODHOJhgnZ6mjDXFkq5Jr793Wg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 00660227A88; Tue, 14 Oct 2025 06:25:10 +0200 (CEST) Date: Tue, 14 Oct 2025 06:25:10 +0200 From: Christoph Hellwig To: Damien Le Moal Cc: linux-xfs@vger.kernel.org, Carlos Maiolino , Christoph Hellwig , Hans Holmberg Subject: Re: [PATCH v4] xfs: do not tightly pack-write large files Message-ID: <20251014042510.GA30675@lst.de> References: <20251014041945.760013-1-dlemoal@kernel.org> Precedence: bulk X-Mailing-List: linux-xfs@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: <20251014041945.760013-1-dlemoal@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig