From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.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 6622768 for ; Mon, 1 Nov 2021 16:19:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635783562; 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: in-reply-to:in-reply-to:references:references; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=ioV3bcGv85AIWOyDAkvGTS2TjAGuZiacWuWeZda+/ETDMsG5qLftSzKgmpK4q7FS2Umsnf OuoVbJYNu0QBQKDOLBcLohvnvmr9NWJFWEYFcXZ9DiQb5Vo6bNW/Ia5YX9AjfY0Qa//PCi FpPo81IXuUBBkxwQAldvhalUJRAF/xs= Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-541-Cq7RImp-MciwJOw2KEaE0A-1; Mon, 01 Nov 2021 12:19:21 -0400 X-MC-Unique: Cq7RImp-MciwJOw2KEaE0A-1 Received: by mail-qk1-f200.google.com with SMTP id s184-20020ae9dec1000000b00462de7f85b9so6633195qkf.3 for ; Mon, 01 Nov 2021 09:19:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=btBz9JkV5Txr51C6P9QtsES8QW1NGPb2mv6jKwoTcuAYsS+2sCP5iXVw9DwBjDcCzj dBiUWOl48cZx/xzAaUtfsHnTzJ5ZS8xwqqnYjaRR8PjEkIuNUE40Mm78eqYBWkV8pZ5Y AKAfvynrXf5PNN1IX7Uv/44FYbECYdNgWcMWCKCnMArh5EXhT6d+KPGcPN9+z8fPKVCg znvOYP2VZ5G9//gzGKj7A8JHovNcnWdt/z6gcfTtAsc72UE2RMPSpjfEz7CBqpo7htsM CuJceP7gNq/txa+c2PBSYbCwXbaVP8OneJHOgutIS7fDp+LSnDj2LJEe1qg0CMEAaa2v d4DQ== X-Gm-Message-State: AOAM5306YysDW6qIpLPzQAHQ+jCihZ8M8mIoV76PETIdxk/c63L1M0dV ujHcnlyFlNUdSGGDL2GjR1BAut1srhucq0B7jWrbfVZOFJljBaUJTt9Cura4OzK5jwg+H6Fj+t+ 9Asde2gVk2oUyVA0= X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270562qvf.21.1635783561031; Mon, 01 Nov 2021 09:19:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwvmIEea110PcdB5LDCY7U1ej3BdqkCE7DUWVGoDnBFq+m2W3EEPnU5Ptqvnzv3GNnSJbsMew== X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270537qvf.21.1635783560844; Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Received: from localhost (pool-68-160-176-52.bstnma.fios.verizon.net. [68.160.176.52]) by smtp.gmail.com with ESMTPSA id g8sm1775746qko.27.2021.11.01.09.19.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Date: Mon, 1 Nov 2021 12:19:19 -0400 From: Mike Snitzer To: Dan Williams Cc: Christoph Hellwig , Ira Weiny , device-mapper development , linux-xfs , Linux NVDIMM , linux-s390 , linux-fsdevel , linux-erofs@lists.ozlabs.org, linux-ext4 , virtualization@lists.linux-foundation.org Subject: Re: [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper Message-ID: References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-10-hch@lst.de> Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=snitzer@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 27 2021 at 9:36P -0400, Dan Williams wrote: > On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > > > Add a helper to perform the entire remapping for DAX accesses. This > > helper open codes bdev_dax_pgoff given that the alignment checks have > > already been done by the submitting file system and don't need to be > > repeated. > > Looks good. > > Mike, ack? > Acked-by: Mike Snitzer From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDC75C4167B for ; Mon, 1 Nov 2021 16:19:26 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A2D566112F for ; Mon, 1 Nov 2021 16:19:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A2D566112F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 68A746064E; Mon, 1 Nov 2021 16:19:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HbsiKa3ePiyy; Mon, 1 Nov 2021 16:19:25 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp3.osuosl.org (Postfix) with ESMTPS id 19561605AD; Mon, 1 Nov 2021 16:19:25 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 0290BC0019; Mon, 1 Nov 2021 16:19:25 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 1AEABC000E for ; Mon, 1 Nov 2021 16:19:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id EFAB260605 for ; Mon, 1 Nov 2021 16:19:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y35cFP8eAMFk for ; Mon, 1 Nov 2021 16:19:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by smtp3.osuosl.org (Postfix) with ESMTPS id 55E4B605AD for ; Mon, 1 Nov 2021 16:19:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635783562; 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: in-reply-to:in-reply-to:references:references; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=ioV3bcGv85AIWOyDAkvGTS2TjAGuZiacWuWeZda+/ETDMsG5qLftSzKgmpK4q7FS2Umsnf OuoVbJYNu0QBQKDOLBcLohvnvmr9NWJFWEYFcXZ9DiQb5Vo6bNW/Ia5YX9AjfY0Qa//PCi FpPo81IXuUBBkxwQAldvhalUJRAF/xs= Received: from mail-qk1-f199.google.com (mail-qk1-f199.google.com [209.85.222.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-150-eS-yO2yWPpKDZKiZ29aPNw-1; Mon, 01 Nov 2021 12:19:21 -0400 X-MC-Unique: eS-yO2yWPpKDZKiZ29aPNw-1 Received: by mail-qk1-f199.google.com with SMTP id v14-20020a05620a0f0e00b0043355ed67d1so10842711qkl.7 for ; Mon, 01 Nov 2021 09:19:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=k0tI7qlSOo31BlVi1TXk6gGkrKgQZadXXzUb51bRW1/QwNhEq+8WZJRiB6t6l19FEL ZWiNqMUOVQfKSDII3eT2AnPABnQaKSs8q34neropNGawJWQZzSYj3MJ2SHbHP3M+QCRJ VltmKpKu0/m5N6bx4yI0zGffvhAirnrhjmMlyERXhXRsb13ncdwlFL/IenDH2Z7xdKKJ qzc/u1e02jousSXPdaSZ7RPp7Xh2sM3dgbM16YsBXFcH1jG0iIzgf/QkH+8Vjz5g0F0u SF2+j2rdn5VejV/q5R8kIPgwsO+d9d2lbVHrN75zq9tKaw2KRZN29s63DOEbzYhhbBc5 x/UQ== X-Gm-Message-State: AOAM532SJ0en16bHadN8jwedjNEALgMY+sn5gnuxWl0GlVQ2v6FhoS0j ZCoCQUptsSlEXjjabuFaoAwCCArbvDbL/ck8G9ogvDFavPJr5vqrn5BtxcNt1E1A+CtKKFQNDj7 xTjsDQ9z/tKWMwH7ZzX/+9e4VLf/ylSOABM11bNkU X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270549qvf.21.1635783560973; Mon, 01 Nov 2021 09:19:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwvmIEea110PcdB5LDCY7U1ej3BdqkCE7DUWVGoDnBFq+m2W3EEPnU5Ptqvnzv3GNnSJbsMew== X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270537qvf.21.1635783560844; Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Received: from localhost (pool-68-160-176-52.bstnma.fios.verizon.net. [68.160.176.52]) by smtp.gmail.com with ESMTPSA id g8sm1775746qko.27.2021.11.01.09.19.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Date: Mon, 1 Nov 2021 12:19:19 -0400 From: Mike Snitzer To: Dan Williams Subject: Re: [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper Message-ID: References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-10-hch@lst.de> MIME-Version: 1.0 In-Reply-To: Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=snitzer@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline Cc: Linux NVDIMM , linux-s390 , linux-erofs@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-xfs , device-mapper development , linux-fsdevel , linux-ext4 , Ira Weiny , Christoph Hellwig X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Wed, Oct 27 2021 at 9:36P -0400, Dan Williams wrote: > On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > > > Add a helper to perform the entire remapping for DAX accesses. This > > helper open codes bdev_dax_pgoff given that the alignment checks have > > already been done by the submitting file system and don't need to be > > repeated. > > Looks good. > > Mike, ack? > Acked-by: Mike Snitzer _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6300C433EF for ; Mon, 1 Nov 2021 16:19:30 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8BB9C6112F for ; Mon, 1 Nov 2021 16:19:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8BB9C6112F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HjdXK1sZmz2yJ2 for ; Tue, 2 Nov 2021 03:19:29 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=ioV3bcGv; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=ioV3bcGv; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=redhat.com (client-ip=170.10.133.124; helo=us-smtp-delivery-124.mimecast.com; envelope-from=snitzer@redhat.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=ioV3bcGv; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=ioV3bcGv; dkim-atps=neutral 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 lists.ozlabs.org (Postfix) with ESMTPS id 4HjdXF2FDCz2xBv for ; Tue, 2 Nov 2021 03:19:25 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635783562; 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: in-reply-to:in-reply-to:references:references; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=ioV3bcGv85AIWOyDAkvGTS2TjAGuZiacWuWeZda+/ETDMsG5qLftSzKgmpK4q7FS2Umsnf OuoVbJYNu0QBQKDOLBcLohvnvmr9NWJFWEYFcXZ9DiQb5Vo6bNW/Ia5YX9AjfY0Qa//PCi FpPo81IXuUBBkxwQAldvhalUJRAF/xs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635783562; 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: in-reply-to:in-reply-to:references:references; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=ioV3bcGv85AIWOyDAkvGTS2TjAGuZiacWuWeZda+/ETDMsG5qLftSzKgmpK4q7FS2Umsnf OuoVbJYNu0QBQKDOLBcLohvnvmr9NWJFWEYFcXZ9DiQb5Vo6bNW/Ia5YX9AjfY0Qa//PCi FpPo81IXuUBBkxwQAldvhalUJRAF/xs= Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-160-VRI3m1dNNIqK1MWg_qfIqA-1; Mon, 01 Nov 2021 12:19:21 -0400 X-MC-Unique: VRI3m1dNNIqK1MWg_qfIqA-1 Received: by mail-qv1-f69.google.com with SMTP id q9-20020ad45749000000b00382b7c83aa1so16753711qvx.11 for ; Mon, 01 Nov 2021 09:19:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=bs0YYO6VX8MQwg7bpZn5Esy7f8BOs4wFuq6uR3sANAs2+FuQy+5MCqbdPbUo4y23G6 bi38gAWiyi9gFesaEkp6EtO/HJohRT7L1Aw8E7YBzC+vUY/+REtz+UCfyoQ3UQekj6SJ DFYbvlzXaBsbann8gwGAGpzPFWFOuYCz5nte2rTHwOkBKm75Nd8GK33TgBckmMnAgdol wKY+BeSkErBnQ2TqQ4cJyzz7BrU3cl3gQotnF90bLV1+LKwsUdOtIHmt/M4kSbLQgL71 lqDRuGf3mZvnpp3jIae4FEGOFjJmmr0MqW0Ho5Yw0wRvLooiugeHOLU4NJy6EqOfi/vV ExxQ== X-Gm-Message-State: AOAM530ZysSnR4BX7Q6q5LZtD109UjMOvob9fzUBqPPG1OhkJjqirMd6 9ze1KVXKSASuIq16fVvuRcdqIkTtMPlmygWG8nr8oyEJNmrepTILXPwRWG1YPPsFlDpKTIUQENA meahTsEnEQP+Od8tFNbCwf0k= X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270547qvf.21.1635783560973; Mon, 01 Nov 2021 09:19:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwvmIEea110PcdB5LDCY7U1ej3BdqkCE7DUWVGoDnBFq+m2W3EEPnU5Ptqvnzv3GNnSJbsMew== X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270537qvf.21.1635783560844; Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Received: from localhost (pool-68-160-176-52.bstnma.fios.verizon.net. [68.160.176.52]) by smtp.gmail.com with ESMTPSA id g8sm1775746qko.27.2021.11.01.09.19.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Date: Mon, 1 Nov 2021 12:19:19 -0400 From: Mike Snitzer To: Dan Williams Subject: Re: [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper Message-ID: References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-10-hch@lst.de> MIME-Version: 1.0 In-Reply-To: Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=snitzer@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux NVDIMM , linux-s390 , linux-erofs@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-xfs , device-mapper development , linux-fsdevel , linux-ext4 , Ira Weiny , Christoph Hellwig Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" On Wed, Oct 27 2021 at 9:36P -0400, Dan Williams wrote: > On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > > > Add a helper to perform the entire remapping for DAX accesses. This > > helper open codes bdev_dax_pgoff given that the alignment checks have > > already been done by the submitting file system and don't need to be > > repeated. > > Looks good. > > Mike, ack? > Acked-by: Mike Snitzer From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95485C433F5 for ; Mon, 1 Nov 2021 16:19:33 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4AB1861101 for ; Mon, 1 Nov 2021 16:19:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4AB1861101 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635783572; h=from:from:sender:sender: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: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=D19INlK1R2Mugvy2ZErZlGw/pNENFblOosy4r3vjIlA=; b=SAuxzM9o8VIl0BHsszg4tS6WachnSS6YX2jd914u3xoKH9Y4KlqLgIwd2pD1f6dINJSJ88 8311N6VzR7DtXpyo51NF6W3chbwvXCaqxaEHTIJE1iXLuoIdfi6g9+FO9HknTFOSq/wNOi gRKUyiqJG/rnBNPGHFxU/86UB58lbIU= 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-204-HWq_O1JPMOivP0E8pt96cQ-1; Mon, 01 Nov 2021 12:19:30 -0400 X-MC-Unique: HWq_O1JPMOivP0E8pt96cQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 46AC018125C1; Mon, 1 Nov 2021 16:19:26 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 20F085F4EE; Mon, 1 Nov 2021 16:19:26 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id E7E1F1806D04; Mon, 1 Nov 2021 16:19:25 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 1A1GJN1s003352 for ; Mon, 1 Nov 2021 12:19:23 -0400 Received: by smtp.corp.redhat.com (Postfix) id 8F20740CFD01; Mon, 1 Nov 2021 16:19:23 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast06.extmail.prod.ext.rdu2.redhat.com [10.11.55.22]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 89699400DEF8 for ; Mon, 1 Nov 2021 16:19:23 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 702BD18A01A9 for ; Mon, 1 Nov 2021 16:19:22 +0000 (UTC) Received: from mail-qk1-f199.google.com (mail-qk1-f199.google.com [209.85.222.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-150-jJgW4CRkMTOjBh0hUBPE5w-1; Mon, 01 Nov 2021 12:19:21 -0400 X-MC-Unique: jJgW4CRkMTOjBh0hUBPE5w-1 Received: by mail-qk1-f199.google.com with SMTP id h2-20020a05620a10a200b00462c87635cdso8917471qkk.15 for ; Mon, 01 Nov 2021 09:19:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=C05du9bq5580dSm6IfhlDVs1xfqwhE2XhWSAZIf2yew=; b=UaH1Pe1tFMNcpxoJlyHEzSBSDl5iObLylgzfQQxODHH9yYWfD/9teupF9Rtj1PEQ7i m6OIotFHKCTLpV2ZjpYZGu0TOfkn+DF3oq2LsY9BodnPG2+XQTxYCBqzz8EBiJ3m8CsG ckwod/OJCTMS3ZetuKDnx/UZLLwQ7hhNI/deMQSC/a0DGPlJm2tcPJk6tGCE3tCEN05G UXpIQyRMpy5Ezyu6Fu8C5BHwcN7GzxFMpIq3fATNxAGMGl1iKpKFNpwMrhw3Nz6PjNFX CXPexP/iw8K4chrRYxw62Yw20deeamAkzr1VQOF0YTJw50iacWhq73fhOqx9oJPvlHs6 9QJA== X-Gm-Message-State: AOAM533aU6138yUowxd9CcupIaCG14fmSocBop5WoLL6g1adgkq+mq1Y EpN9WxcGo5hO7dhT86Dg3izJF1o6qXNh2U+qb4utZjHrOI7GOgnPbeFI+CpypDQHZ9eVjomop96 p4kgJTU+Gq22Y5Q== X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270548qvf.21.1635783560973; Mon, 01 Nov 2021 09:19:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwvmIEea110PcdB5LDCY7U1ej3BdqkCE7DUWVGoDnBFq+m2W3EEPnU5Ptqvnzv3GNnSJbsMew== X-Received: by 2002:a0c:b341:: with SMTP id a1mr28270537qvf.21.1635783560844; Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Received: from localhost (pool-68-160-176-52.bstnma.fios.verizon.net. [68.160.176.52]) by smtp.gmail.com with ESMTPSA id g8sm1775746qko.27.2021.11.01.09.19.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 09:19:20 -0700 (PDT) Date: Mon, 1 Nov 2021 12:19:19 -0400 From: Mike Snitzer To: Dan Williams Message-ID: References: <20211018044054.1779424-1-hch@lst.de> <20211018044054.1779424-10-hch@lst.de> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 X-loop: dm-devel@redhat.com Cc: Linux NVDIMM , linux-s390 , linux-erofs@lists.ozlabs.org, virtualization@lists.linux-foundation.org, linux-xfs , device-mapper development , linux-fsdevel , linux-ext4 , Ira Weiny , Christoph Hellwig Subject: Re: [dm-devel] [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dm-devel-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Oct 27 2021 at 9:36P -0400, Dan Williams wrote: > On Sun, Oct 17, 2021 at 9:41 PM Christoph Hellwig wrote: > > > > Add a helper to perform the entire remapping for DAX accesses. This > > helper open codes bdev_dax_pgoff given that the alignment checks have > > already been done by the submitting file system and don't need to be > > repeated. > > Looks good. > > Mike, ack? > Acked-by: Mike Snitzer -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel