Message ID | 20241213143610.1002526-1-bfoster@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (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 4421D53BE for <linux-fsdevel@vger.kernel.org>; Fri, 13 Dec 2024 14:34:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734100471; cv=none; b=q2J2x3SyAqqTHqI0Cjyi/ZeKcg9hblxCzpRWgrFXM5X9n2ikOaVfOzmdmi2snGnTfjSaDhr1FXEN7PTacUVr2hnZWwFyD1t6el0tjdh7/7/zXYHPPkSoynDH8LcKgrMgVuONZ0y/8VfWiyvgLm6T/g+JFT3aDP1UEa8cx8zQlA4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734100471; c=relaxed/simple; bh=yFtZD+UPM1ePkp0Yq4a3wIk67MwG6zsMYHtpmOjHkJ0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=hS//T6DyvJxIMGuzpMdtPBF55lLOkGhBANTnqAu3HkZdBmArjTGhWHAUMIkZFpkdvmSUd9dUXOCrYGA0IAXUlsC2Y3SOQ2F09TVwUNpWP7R1Khl8H/gw2R6ttKt3IadfNs/5g5jyTsq8hQYHz9QRZydzCHXZKDBI3lXSkb8GbUQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=QxOVPV0p; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="QxOVPV0p" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1734100468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=P6N8JzZaMC3z4vaLYtDoojUwf2WJU58QmHrWCSEOujQ=; b=QxOVPV0pvwbcSVAUt/AXtCNW8paNXnsuqpF3QCpSCyZx+iuYIPb3OC6BwxsS4ogYu5J1sS pXZmAHU72VLqTP9mRDWq3m1u0VxeiBCwv6/jwmn0uqaBbAq/7HSQeZvI1XFw9vqUFOSjKs umTHKN3F93NHiI72JBDFrsJ8WXTP5Qo= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-693-Mdk_dJWPN46BYSD4GBosEQ-1; Fri, 13 Dec 2024 09:34:24 -0500 X-MC-Unique: Mdk_dJWPN46BYSD4GBosEQ-1 X-Mimecast-MFC-AGG-ID: Mdk_dJWPN46BYSD4GBosEQ Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 65B7619560AF; Fri, 13 Dec 2024 14:34:23 +0000 (UTC) Received: from bfoster.redhat.com (unknown [10.22.90.12]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 9FA21195605A; Fri, 13 Dec 2024 14:34:22 +0000 (UTC) From: Brian Foster <bfoster@redhat.com> To: linux-fsdevel@vger.kernel.org Cc: linux-xfs@vger.kernel.org Subject: [PATCH 0/6] iomap: incremental per-operation iter advance Date: Fri, 13 Dec 2024 09:36:04 -0500 Message-ID: <20241213143610.1002526-1-bfoster@redhat.com> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: <linux-fsdevel.vger.kernel.org> List-Subscribe: <mailto:linux-fsdevel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-fsdevel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 |
Series |
iomap: incremental per-operation iter advance
|
expand
|