Message ID | 20250204133044.80551-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 30284213E8B for <linux-fsdevel@vger.kernel.org>; Tue, 4 Feb 2025 13:28:23 +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=1738675705; cv=none; b=AMe8sDXCwXFgrVznEwJ7GdKidYQCAz6SaK9kCUuEi1KeSXrGc5TgwytXb1ezPJg5yQaUtxYbmbqQLvirpBKzzREc76eOa74cnNSHuXSxgCQqTgj68i26g64a60oCx/TkANqddUGVDtWeukyTqpvKcKAhwDy/0pxPLl23LnNDIAY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738675705; c=relaxed/simple; bh=BfpGLOdJ5xIbRBa6d1DuIHV90Znz7lLhvKuT6x5a8MQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=GwnyISFFEACwoho/ET7NJxDyJ11T1QS1CiEnk+FyIl7IdQkMRLhDoT3YUVlBjt2DGaUb6qy6n2Umsy83h3TiTqwjpMbOpaWE/k5RS+QqAAVOU6ExMtgCjFhRPG7jvuwFHLhAaAdLYmN1LC/zVn4U31oX/849IwtMCkHtc7srefM= 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=LV4GCCy5; 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="LV4GCCy5" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1738675703; 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=Ospvvgr5dB4V3lRGMle4aysRqaFUlA+9kzm63Y2vmd8=; b=LV4GCCy5U9szHERW42juayXtL69cbHY+4CNK3imL8piK5ce5799ZQvHtZgDCAbzNCRMLTp N9TC5loRZnLgf544Oj3AB2XufhAB2uHKKCAmoX+UQmFlj1VhF4N0hSQNmnJlX9LLKKGhJ1 VQciHYZ4CQvrmuU3RM9KUZwL/KUHOx8= 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-108-oaJeM_7LOp6Gt5-vbbPXXQ-1; Tue, 04 Feb 2025 08:28:19 -0500 X-MC-Unique: oaJeM_7LOp6Gt5-vbbPXXQ-1 X-Mimecast-MFC-AGG-ID: oaJeM_7LOp6Gt5-vbbPXXQ 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-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id C670819560B4; Tue, 4 Feb 2025 13:28:18 +0000 (UTC) Received: from bfoster.redhat.com (unknown [10.22.88.48]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id C7A5F19560AD; Tue, 4 Feb 2025 13:28:17 +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 v4 00/10] iomap: incremental per-operation iter advance Date: Tue, 4 Feb 2025 08:30:34 -0500 Message-ID: <20250204133044.80551-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
|