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 A30A9146A68; Mon, 11 Nov 2024 09:42:47 +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=1731318169; cv=none; b=MroHxAVVxldcKL+dyFEPCJ74M7S8a8hM68+nMXaeTGB8SCuAQliiX+Hx8gK+/RdBnOrN7suI0CAizfH3MN+O//HPbHPbLGVP6Lr2ngu5sCajWj+ZtreS8LFXuvn1MmXMmM4VluEsRacoTFEgsLdYynTo1VZFkKG1FHvS4Y/GACw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731318169; c=relaxed/simple; bh=v099hRsyDNUvAYjxqPyiUxYilVKM5wWdcMizVKXaUas=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=O0tGNJX3HK1VQdCn0dGmljqlMB206QUVA3n15zYjD8uxuMWSFT9uve8rVCzI56owrUC6l1mMeChETAeiuAhvDP+lVQRMD2+rlSQGAatQfTjPR3QP0gGhlDTiMBQXsbDPprp6VFwFtb/e94q6f5MA+3w0CeIDcopq/ObIWK53Oo8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=none (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 5E2E868D05; Mon, 11 Nov 2024 10:42:42 +0100 (CET) Date: Mon, 11 Nov 2024 10:42:42 +0100 From: hch To: Javier Gonzalez Cc: Johannes Thumshirn , hch , Matthew Wilcox , Keith Busch , Keith Busch , "linux-block@vger.kernel.org" , "linux-nvme@lists.infradead.org" , "linux-scsi@vger.kernel.org" , "io-uring@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "joshi.k@samsung.com" , "bvanassche@acm.org" Subject: Re: [PATCHv10 0/9] write hints with nvme fdp, scsi streams Message-ID: <20241111094241.GA27090@lst.de> References: <20241108141852.GA6578@lst.de> <20241111065148.GC24107@lst.de> <20241111093038.zk4e7nhpd7ifl7ap@ArmHalley.local> <81a00117-f2bd-401c-b71e-1c35a4459f9a@wdc.com> <20241111094133.5qvumcbquxzv7bzu@ArmHalley.local> Precedence: bulk X-Mailing-List: io-uring@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: <20241111094133.5qvumcbquxzv7bzu@ArmHalley.local> User-Agent: Mutt/1.5.17 (2007-11-01) On Mon, Nov 11, 2024 at 10:41:33AM +0100, Javier Gonzalez wrote: > You are right. Sorry I forgot. > > Would this be through copy_file_range or something different? Just like for f2fs, nilfs2, or the upcoming zoned xfs the prime user would be the file system GC code.