[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1607820639.8625805.1463772213456.JavaMail.zimbra@redhat.com>
Date:	Fri, 20 May 2016 15:23:33 -0400 (EDT)
From:	Bob Peterson <rpeterso@...hat.com>
To:	torvalds@...ux-foundation.org
Cc:	cluster-devel <cluster-devel@...hat.com>,
	linux-kernel@...r.kernel.org
Subject: GFS2: Pull request (merge window)
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(-)
Powered by blists - more mailing lists
 
