From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F25FC45BFE; Wed, 27 Dec 2023 16:25:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=acm.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-f169.google.com with SMTP id 41be03b00d2f7-5cd8667c59eso3990625a12.2; Wed, 27 Dec 2023 08:25:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703694344; x=1704299144; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=0PE/DGxKJhbVAIXggezPl80ntLg4MQz3qOXEinxT3MQ=; b=abXivxEDFIs3dNKGPmYb+/VsjFBrhDlcCbH+ejyujhJzxdBVPmJ+PT8BRU+ujiqAur E1NzksvclTuV86JBId84m+nRahNxRakw8Qj20BVU9pkiN77Rl/aafE7IoQ3eaplglgD0 edOD3uKaWXGtntjvHUNMDRibWP7SeCDMeTjz2+hw/HanzThEvAa89HlJqKoJllH2L+8C vnxFNmY3VDLnr5l1xbESpB68mDNXIdsgcXy4/+TnEQZmx7Ty+0gBHjdAD5q8+8YaNxCs GMJH5fN5bFKKeJj8iRSK7TWPIgmCTUOcLGSuMeSH/VYn6yKlQ9SY5SDvGgo1dtIvoeWH UO0w== X-Gm-Message-State: AOJu0Yye6eji3Zn2zAMXdouB94dlWdEcp1mgyUsVbWhcIq7dLY5pFDIy TnK1SxArlXyHySuJwOVIqxQ= X-Google-Smtp-Source: AGHT+IH/zOwNn75wpOY+KOiDM+na3AfqciidrM3SLh6/wTidYd/xK5Sq6/igVjj6fouqBLfRDPXL8A== X-Received: by 2002:a05:6a20:993:b0:193:fdb7:f48f with SMTP id e19-20020a056a20099300b00193fdb7f48fmr8394414pzb.30.1703694343908; Wed, 27 Dec 2023 08:25:43 -0800 (PST) Received: from [192.168.51.14] (c-73-231-117-72.hsd1.ca.comcast.net. [73.231.117.72]) by smtp.gmail.com with ESMTPSA id x23-20020a056a00189700b006d9a6953f08sm7707913pfh.103.2023.12.27.08.25.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 27 Dec 2023 08:25:42 -0800 (PST) Message-ID: Date: Wed, 27 Dec 2023 08:25:41 -0800 Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v8 00/19] Pass data lifetime information to SCSI disk devices Content-Language: en-US To: Jens Axboe , "Martin K . Petersen" Cc: linux-scsi@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , Daejun Park , Kanchan Joshi References: <20231219000815.2739120-1-bvanassche@acm.org> <6b3f9f28-1ddf-41dc-9f88-744cd9cd4b96@kernel.dk> From: Bart Van Assche In-Reply-To: <6b3f9f28-1ddf-41dc-9f88-744cd9cd4b96@kernel.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 12/18/23 17:12, Jens Axboe wrote: > Bart, can you please stop reposting so quickly, it achieves the opposite > of what I suspect you are looking for. Got it. I will repost less frequently. Jens, can you please help with reviewing patches 5 and 6 of this series? I think that's what most important right now to help this patch series to make progress. Thank you, Bart.