From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbcJCQzW (ORCPT ); Mon, 3 Oct 2016 12:55:22 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:39378 "EHLO mx5-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752902AbcJCQzQ (ORCPT ); Mon, 3 Oct 2016 12:55:16 -0400 Date: Mon, 3 Oct 2016 12:55:14 -0400 (EDT) From: Bob Peterson To: LKML Message-ID: <555223017.688422.1475513714848.JavaMail.zimbra@redhat.com> In-Reply-To: <603920106.687778.1475513554626.JavaMail.zimbra@redhat.com> Subject: GFS2: Pull request (merge window) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.3.116.31] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF49 (Linux)/8.0.6_GA_5922) Thread-Topic: GFS2: Pull request (merge window) Thread-Index: 5rcCarkGI0eT2u00NerO4sSANWP9/g== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (Resending to lkml (only) because my cc was malformed) Hi Linus, Please consider pulling the following changes for the GFS2 file system. Bob Peterson ---------------------------------------------------------------- The following changes since commit 731c7d3a205ba89b475b2aa71b5f13dd6ae3de56: Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux (2016-08-01 21:44:08 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-4.8.fixes for you to fetch changes up to 332f51d7db13ffb7fcbe2407ed5b3667bc3750a7: gfs2: Initialize atime of I_NEW inodes (2016-09-26 13:24:34 -0500) ---------------------------------------------------------------- We've only got six GFS2 patches for this merge window. In patch order: 1. Fabian Frederick submitted a nice cleanup that uses the BIT macro rather than bit shifting. 2. Andreas Gruenbacher contributed a patch that fixes a long-standing annoyance whereby GFS2 warned about dirty pages. 3. Andreas also fixed a problem with the recent extended attribute readahead feature. 4. Chao Yu contributed a patch that checks the return code from function register_shrinker and reacts accordingly. Previously, it was not checked. 5. Andreas Gruenbacher also fixed a problem whereby incore file timestamps were forgotten if the file was invalidated. This merely moves the assignment inside the inode glock where it belongs. 6. He also fixed a problem where incore timestamps were not initialized. ---------------------------------------------------------------- Andreas Gruenbacher (4): gfs2: Remove dirty buffer warning from gfs2_releasepage gfs2: Fix extended attribute readahead optimization gfs2: Update file times after grabbing glock gfs2: Initialize atime of I_NEW inodes Chao Yu (1): gfs2: fix to detect failure of register_shrinker Fabian Frederick (1): GFS2: use BIT() macro fs/gfs2/aops.c | 19 +++++++++++++------ fs/gfs2/bmap.c | 6 +++--- fs/gfs2/dir.c | 20 ++++++++++---------- fs/gfs2/file.c | 6 +++--- fs/gfs2/glock.c | 10 ++++++++-- fs/gfs2/inode.c | 4 ++++ fs/gfs2/inode.h | 2 +- fs/gfs2/main.c | 4 +++- fs/gfs2/meta_io.c | 35 +++++++++++++++++++---------------- fs/gfs2/ops_fstype.c | 8 ++++---- fs/gfs2/quota.c | 4 ++-- fs/gfs2/super.c | 2 +- 12 files changed, 71 insertions(+), 49 deletions(-)