Message ID | 20250130170949.916098-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 F38271EF082 for <linux-xfs@vger.kernel.org>; Thu, 30 Jan 2025 17:07:43 +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=1738256866; cv=none; b=kaZcXV9Gm42sTiTdJ9nyrHysZsYYvyOJzTTD3EVR0Etr0Fl4SM3u/WT+kFM5lEpkqs2hI4jGcLDe0bk46zZcJlnKTIoy2LrJIuKf7lkZ7sh8MrqY0IhLDsgZNltidnhL0xEBp8E7qbpXX4X484lryfkgYaWAui/2zvDkaJ9kDSw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738256866; c=relaxed/simple; bh=T/ZKadxqlT/WPKi7ENfkXyDqONHLjXhZfgWmAfvTXt8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=BSWNmMDr1FoGBXofvIIPONq4CcB8R3POuH2yxa/+M+vz6o4wPOzQ/XtMJsNs4diLwUTw8mqJVE/3HIxmC6J6EJcphQMjOhlS5wD/XFmePh0N7xT7pjpy36rfxFN6JCY6i6S2tNrJw4Zpgr2vGBTjG3eZ3UqwIWx1d+eNrHIHf7Y= 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=MYZVngsQ; 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="MYZVngsQ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1738256862; 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=PyqssSTExJ7uhqBsvsQDF+KWc9uqtax77RL1lFKD9r0=; b=MYZVngsQHCeGgCJ21NrUaHtXb8zCU2pgj0B7O72R+q8Jdf/fXAAvCwUMOpTU9ZvEYwF7k4 bJ3PPL9mnN9HvAQt026zDJ/RinOiHW6QscHVzuegNvPna8TjTuOzWG+7+0Xu6MHxWryDQ7 wBBgojde1REsM2ipyg3pSN2Zj/dvlgY= Received: from mx-prod-mc-04.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-209-Nhqgw7G7PC-y9g9ekdjDgg-1; Thu, 30 Jan 2025 12:07:37 -0500 X-MC-Unique: Nhqgw7G7PC-y9g9ekdjDgg-1 X-Mimecast-MFC-AGG-ID: Nhqgw7G7PC-y9g9ekdjDgg Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (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-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 21FF41955D81; Thu, 30 Jan 2025 17:07:36 +0000 (UTC) Received: from bfoster.redhat.com (unknown [10.22.80.113]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 286A030001BE; Thu, 30 Jan 2025 17:07:35 +0000 (UTC) From: Brian Foster <bfoster@redhat.com> To: linux-fsdevel@vger.kernel.org Cc: linux-xfs@vger.kernel.org, Christoph Hellwig <hch@infradead.org> Subject: [PATCH v3 0/7] iomap: incremental per-operation iter advance Date: Thu, 30 Jan 2025 12:09:41 -0500 Message-ID: <20250130170949.916098-1-bfoster@redhat.com> Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: <linux-xfs.vger.kernel.org> List-Subscribe: <mailto:linux-xfs+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-xfs+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 |
Series |
iomap: incremental per-operation iter advance
|
expand
|