From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:41810 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733118AbfAPNfk (ORCPT ); Wed, 16 Jan 2019 08:35:40 -0500 Date: Wed, 16 Jan 2019 13:35:38 +0000 From: Sasha Levin Subject: Re: [PATCH 1/4] xfs: eof trim writeback mapping as soon as it is cached In-Reply-To: <20190111123032.31538-2-bfoster@redhat.com> References: <20190111123032.31538-2-bfoster@redhat.com> Message-Id: <20190116133539.7BD5620675@mail.kernel.org> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Sasha Levin , Brian Foster , linux-xfs@vger.kernel.org Cc: stable@vger.kernel.orgstable@vger.kernel.org Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: 40214d128e07 xfs: trim writepage mapping to within eof. The bot has tested the following trees: v4.20.2, v4.19.15, v4.14.93, v4.9.150. v4.20.2: Build OK! v4.19.15: Build OK! v4.14.93: Failed to apply! Possible dependencies: 2d5f4b5bebcc ("xfs: remove unused parameter from xfs_writepage_map") 5c665e5b5af6 ("xfs: remove xfs_map_cow") 70c57dcd606f ("xfs: skip CoW writes past EOF when writeback races with truncate") a7b28f72ab90 ("xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks") b4d8ad7fd3a1 ("xfs: fix s_maxbytes overflow problems") v4.9.150: Failed to apply! Possible dependencies: 08438b1e386b ("xfs: plumb in needed functions for range querying of the freespace btrees") 092d5d9d5812 ("xfs: cleanup xfs_reflink_find_cow_mapping") 11ef38afe98c ("xfs: make xfs btree stats less huge") 2d5f4b5bebcc ("xfs: remove unused parameter from xfs_writepage_map") 5c665e5b5af6 ("xfs: remove xfs_map_cow") 70c57dcd606f ("xfs: skip CoW writes past EOF when writeback races with truncate") 755c7bf5ddca ("libxfs: convert ushort to unsigned short") a7b28f72ab90 ("xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks") af7d20fd83d9 ("xfs: make xfs_btree_magic more generic") b4d8ad7fd3a1 ("xfs: fix s_maxbytes overflow problems") c8ce540db5f6 ("xfs: remove double-underscore integer types") cae028df5344 ("xfs: optimise CRC updates") How should we proceed with this patch? -- Thanks, Sasha 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 X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62437C43387 for ; Wed, 16 Jan 2019 13:35:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2482920866 for ; Wed, 16 Jan 2019 13:35:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547645741; bh=THh0yEG5ssCXJQEWFJvQmKUM3q9XffBtwT3Zt+NCRy4=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:List-ID: From; b=FVLAx+nZYD7HbKvq1LB1hUW0H20K+kp5yQdNusOUlv8B7zH93G3W49JZtWGl7Z0un rG7RyhFl5b0zX8i4oBLsgoziPjOH802nWtjb6R4EL8qgGKras7JM88sEbU7RV7daVF 0u4gEKT7aRYZ61PkN2BQKVJJ7WUggIwe4zk/AA6E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390558AbfAPNfk (ORCPT ); Wed, 16 Jan 2019 08:35:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:41810 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733118AbfAPNfk (ORCPT ); Wed, 16 Jan 2019 08:35:40 -0500 Received: from localhost (unknown [23.100.24.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7BD5620675; Wed, 16 Jan 2019 13:35:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547645739; bh=THh0yEG5ssCXJQEWFJvQmKUM3q9XffBtwT3Zt+NCRy4=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=AFfrxGOq9YsV1govIvrxIHvwryODdpLRQIxwOM8sb4P6LvouMYVCDf8n01XFYaPcX ABq1Ui0soxLu4B5gf/tfhdYvE4S1WIrlUHqd9zjVl3kxW1yyEmTpoaPHqkLuvyEQzJ THoaVM7JwS12WzacvT9TwIp0BpQBxEy+eQVTy3bA= Date: Wed, 16 Jan 2019 13:35:38 +0000 From: Sasha Levin To: Sasha Levin To: Brian Foster To: linux-xfs@vger.kernel.org Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH 1/4] xfs: eof trim writeback mapping as soon as it is cached In-Reply-To: <20190111123032.31538-2-bfoster@redhat.com> References: <20190111123032.31538-2-bfoster@redhat.com> Message-Id: <20190116133539.7BD5620675@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: 40214d128e07 xfs: trim writepage mapping to within eof. The bot has tested the following trees: v4.20.2, v4.19.15, v4.14.93, v4.9.150. v4.20.2: Build OK! v4.19.15: Build OK! v4.14.93: Failed to apply! Possible dependencies: 2d5f4b5bebcc ("xfs: remove unused parameter from xfs_writepage_map") 5c665e5b5af6 ("xfs: remove xfs_map_cow") 70c57dcd606f ("xfs: skip CoW writes past EOF when writeback races with truncate") a7b28f72ab90 ("xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks") b4d8ad7fd3a1 ("xfs: fix s_maxbytes overflow problems") v4.9.150: Failed to apply! Possible dependencies: 08438b1e386b ("xfs: plumb in needed functions for range querying of the freespace btrees") 092d5d9d5812 ("xfs: cleanup xfs_reflink_find_cow_mapping") 11ef38afe98c ("xfs: make xfs btree stats less huge") 2d5f4b5bebcc ("xfs: remove unused parameter from xfs_writepage_map") 5c665e5b5af6 ("xfs: remove xfs_map_cow") 70c57dcd606f ("xfs: skip CoW writes past EOF when writeback races with truncate") 755c7bf5ddca ("libxfs: convert ushort to unsigned short") a7b28f72ab90 ("xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks") af7d20fd83d9 ("xfs: make xfs_btree_magic more generic") b4d8ad7fd3a1 ("xfs: fix s_maxbytes overflow problems") c8ce540db5f6 ("xfs: remove double-underscore integer types") cae028df5344 ("xfs: optimise CRC updates") How should we proceed with this patch? -- Thanks, Sasha