From patchwork Fri Sep 6 00:05:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Chinner X-Patchwork-Id: 11134145 Return-Path: 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 42C9414ED for ; Fri, 6 Sep 2019 00:06:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33D7020828 for ; Fri, 6 Sep 2019 00:06:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389683AbfIFAGA (ORCPT ); Thu, 5 Sep 2019 20:06:00 -0400 Received: from mail104.syd.optusnet.com.au ([211.29.132.246]:38174 "EHLO mail104.syd.optusnet.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389085AbfIFAGA (ORCPT ); Thu, 5 Sep 2019 20:06:00 -0400 Received: from dread.disaster.area (pa49-181-255-194.pa.nsw.optusnet.com.au [49.181.255.194]) by mail104.syd.optusnet.com.au (Postfix) with ESMTPS id 1A5E843D977 for ; Fri, 6 Sep 2019 10:05:55 +1000 (AEST) Received: from discord.disaster.area ([192.168.253.110]) by dread.disaster.area with esmtp (Exim 4.92) (envelope-from ) id 1i61lD-0003ZJ-Db for linux-xfs@vger.kernel.org; Fri, 06 Sep 2019 10:05:55 +1000 Received: from dave by discord.disaster.area with local (Exim 4.92) (envelope-from ) id 1i61lD-0001mO-9h for linux-xfs@vger.kernel.org; Fri, 06 Sep 2019 10:05:55 +1000 From: Dave Chinner To: linux-xfs@vger.kernel.org Subject: [PATCH0/8 v3] xfs: log race fixes and cleanups Date: Fri, 6 Sep 2019 10:05:45 +1000 Message-Id: <20190906000553.6740-1-david@fromorbit.com> X-Mailer: git-send-email 2.23.0.rc1 MIME-Version: 1.0 X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=FNpr/6gs c=1 sm=1 tr=0 a=YO9NNpcXwc8z/SaoS+iAiA==:117 a=YO9NNpcXwc8z/SaoS+iAiA==:17 a=J70Eh1EUuV4A:10 a=ue-7-B9M8FX5BRU8tc4A:9 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Hi folks, Version 3 of this patchset, largely the say as version 2 except with minor comment and code cleanups as suggested by Darrick. V2 of the patchset was confirmed by Christoph to fix the generic/530 hangs on his test setup, and Chandan confirmed that the version 1 + patch 3 fixed it on his machines. Cheers, Dave.