Message ID | 20201012140350.950064-1-bfoster@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=drOI=DT=vger.kernel.org=linux-fsdevel-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E576A16BC for <patchwork-linux-fsdevel@patchwork.kernel.org>; Mon, 12 Oct 2020 14:04:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF93320757 for <patchwork-linux-fsdevel@patchwork.kernel.org>; Mon, 12 Oct 2020 14:04:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="UozBeUEy" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390736AbgJLOEW (ORCPT <rfc822;patchwork-linux-fsdevel@patchwork.kernel.org>); Mon, 12 Oct 2020 10:04:22 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:49066 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388781AbgJLOD5 (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Mon, 12 Oct 2020 10:03:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602511435; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jtT8YVgg8rW+zJBwTtvzYMDWf/69tJh2n5OKKDjNoQw=; b=UozBeUEyQZMuWmEn/3im1gX3Bnrivh4vr8LkGYnejbR1RuL09kAzK5C9q+/BKCvsQ4tIVr Ql4bf9abfdpHUMesjNiKEzZ2K4AgzOa1AZ7Xv6dztgNKM6g6enWM8jTE5vD7HRlcijzV/6 Si43Y4jwEBlZnZs2/fC72htyHXFF7c0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-448-KwfY8z8jMyGFvAwAMnuJbA-1; Mon, 12 Oct 2020 10:03:52 -0400 X-MC-Unique: KwfY8z8jMyGFvAwAMnuJbA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 10E7064085; Mon, 12 Oct 2020 14:03:51 +0000 (UTC) Received: from bfoster.redhat.com (ovpn-112-249.rdu2.redhat.com [10.10.112.249]) by smtp.corp.redhat.com (Postfix) with ESMTP id A7A4260C07; Mon, 12 Oct 2020 14:03:50 +0000 (UTC) From: Brian Foster <bfoster@redhat.com> To: linux-fsdevel@vger.kernel.org Cc: linux-xfs@vger.kernel.org Subject: [PATCH 0/2] iomap: zero dirty pages over unwritten extents Date: Mon, 12 Oct 2020 10:03:48 -0400 Message-Id: <20201012140350.950064-1-bfoster@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org |
Series |
iomap: zero dirty pages over unwritten extents
|
expand
|