Message ID | 20250205135821.178256-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.133.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 E7A8014F9F3 for <linux-fsdevel@vger.kernel.org>; Wed, 5 Feb 2025 13:56:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738763762; cv=none; b=MVadoAGeM44YMpcnT58t46p5MyuadHe2EOHTt10txmdk03loX4zf8KxXYZ+JuzZmWUfTlEJwsXRP/s7gyON0X9bi7UY2jXuIqAzGajTBPb5yGg4NnqtJL6IcvF58b5IqSr+FZx+7pjTWqBEx9PP0MnalG6h/gfwwgdcaV1+b0gw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738763762; c=relaxed/simple; bh=2Ku6GWXzeUooEpQ9fmvwzHly+vx9YMnpXoXU1yLWkjc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=N25llnLL16rAOiNcz0lzU/bOwSGqxmzamcSI+D+KjpLblfMdgR3fThl9K3kZouNcmUJayJCwBQIgFqZveL0w1EaokE/nSfI7aCq4HrGjwZcQEdSSlpt88K1+06COQMZ3Cn+jt86H1ndyXtiZuG0qH3r1wEv9XkZNE3KVywtAiNU= 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=DSnwAcXa; arc=none smtp.client-ip=170.10.133.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="DSnwAcXa" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1738763760; 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=UE0Mu82ZO57A+buR7Qcmk9UKgElNJhuOTuZastYMajk=; b=DSnwAcXaIM8hnYNPRgdUR+H7hT2SCJyLjz3Jrd6pQQCAtfahpG0Dp57kqasKGsdY+fMY36 QWxYWATER8cXbGG6/sfq3oym6tmp8wrTSMljHiRS3ZPbMe8G30p5s/0zJglh774GW+JB3t hWUjQtQk4yISVdTE0d+Kc71w4lgz9go= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-452-i2SRAXqwNIuU760jdVXhfA-1; Wed, 05 Feb 2025 08:55:56 -0500 X-MC-Unique: i2SRAXqwNIuU760jdVXhfA-1 X-Mimecast-MFC-AGG-ID: i2SRAXqwNIuU760jdVXhfA 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-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 79BE918004A7; Wed, 5 Feb 2025 13:55:55 +0000 (UTC) Received: from bfoster.redhat.com (unknown [10.22.88.48]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id E88413000197; Wed, 5 Feb 2025 13:55:53 +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>, "Darrick J . Wong" <djwong@kernel.org> Subject: [PATCH v5 00/10] iomap: incremental per-operation iter advance Date: Wed, 5 Feb 2025 08:58:11 -0500 Message-ID: <20250205135821.178256-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.4.1 on 10.30.177.4 |
Series |
iomap: incremental per-operation iter advance
|
expand
|