From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751416AbcETTXh (ORCPT ); Fri, 20 May 2016 15:23:37 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:52358 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751068AbcETTXf (ORCPT ); Fri, 20 May 2016 15:23:35 -0400 Date: Fri, 20 May 2016 15:23:33 -0400 (EDT) From: Bob Peterson To: torvalds@linux-foundation.org Cc: cluster-devel , linux-kernel@vger.kernel.org Message-ID: <1607820639.8625805.1463772213456.JavaMail.zimbra@redhat.com> In-Reply-To: <2074855986.8621406.1463772170266.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.126] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF46 (Linux)/8.0.6_GA_5922) Thread-Topic: GFS2: Pull request (merge window) Thread-Index: 5mEwiPg+IaxtP/UCM10ZfzyIMdZ2og== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please consider pulling the following changes for the GFS2 file system. Bob Peterson ---------------------------------------------------------------- The following changes since commit 9dffdb38d864ae89e16ff7b3a09451270736e35b: Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (2016-03-17 22:13:41 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-4.7.fixes for you to fetch changes up to 68cd4ce2caf22a81833eb1abfa075eb1cc39bfe2: GFS2: Refactor gfs2_remove_from_journal (2016-05-06 11:27:27 -0500) ---------------------------------------------------------------- GFS2: merge window We've got nine patches this time: - Abhi Das has two patches that fix a GFS2 splice issue (and an adjustment). - Ben Marzinski has a patch which allows the proper unmount of a GFS2 file system after hitting a withdraw error. - I have a patch to fix a problem where GFS2 would dereference an error value, plus three cosmetic / refactoring patches. - Daniel DeFreez has a patch to fix two glock reference count problems, where GFS2 was not properly "uninitializing" its glock holder on error paths. - Denys Vlasenko has a patch to change a function to not be inlined, thus reducing the memory footprint of the GFS2 module. ---------------------------------------------------------------- Abhi Das (2): gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read() gfs2: use inode_lock/unlock instead of accessing i_mutex directly Benjamin Marzinski (1): GFS2: ignore unlock failures after withdraw Bob Peterson (4): GFS2: Get rid of dead code in inode_go_demote_ok GFS2: Don't dereference inode in gfs2_inode_lookup until it's valid GFS2: Remove allocation parms from gfs2_rbm_find GFS2: Refactor gfs2_remove_from_journal Daniel DeFreez (1): GFS2: Add calls to gfs2_holder_uninit in two error handlers Denys Vlasenko (1): GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytes fs/gfs2/aops.c | 5 +++-- fs/gfs2/file.c | 31 ++++++++++++++++++++++++++++--- fs/gfs2/glock.c | 11 +++++++++-- fs/gfs2/glops.c | 7 ------- fs/gfs2/inode.c | 6 +++--- fs/gfs2/meta_io.c | 7 ++++--- fs/gfs2/meta_io.h | 8 ++++++-- fs/gfs2/rgrp.c | 16 ++++++---------- fs/gfs2/util.c | 1 + 9 files changed, 60 insertions(+), 32 deletions(-)