From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.iobjects.de ([188.40.134.68]:51618 "EHLO mail02.iobjects.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933090AbcFBW7w (ORCPT ); Thu, 2 Jun 2016 18:59:52 -0400 Received: from tux.wizards.de (p4FF5801B.dip0.t-ipconnect.de [79.245.128.27]) by mail02.iobjects.de (Postfix) with ESMTPSA id A1C32416014D for ; Fri, 3 Jun 2016 00:59:49 +0200 (CEST) Received: from [192.168.100.223] (ragnarok [192.168.100.223]) by tux.wizards.de (Postfix) with ESMTP id 38B2E11C01CF for ; Fri, 3 Jun 2016 00:59:49 +0200 (CEST) To: stable@vger.kernel.org From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Subject: XFS request for 4.4: fix log recovery with quotas Message-ID: <5750BA65.3050308@applied-asynchrony.com> Date: Fri, 3 Jun 2016 00:59:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: There's a problem with XFS quota handling and log replay fixed by commit 7d6a13f02356 "xfs: handle dquot buffer readahead in log recovery correctly", as reported in [1]. It was sent to -stable previously but didn't compile, which is probably why it was dropped. As it turns out this is easy to fix with a preceding (low-risk) patch. So please add the following two commits: 233135b7 xfs: print name of verifier if it fails 7d6a13f0 xfs: handle dquot buffer readahead in log recovery correctly Dave Chinner ack'ed this (while also suggesting an alternative way in [2]) but IMHO just adding both patches keeps things simple. thanks! Holger [1] http://oss.sgi.com/pipermail/xfs/2016-June/049186.html [2] http://oss.sgi.com/pipermail/xfs/2016-June/049197.html