[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1374307029.56890917.1545229897334.JavaMail.zimbra@redhat.com>
Date: Wed, 19 Dec 2018 09:31:37 -0500 (EST)
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 Linus,
Please consider pulling the following changes for the GFS2 file system.
Regards,
Bob Peterson
----------------------------------------------------------------
The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:
Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-4.21.fixes
for you to fetch changes up to bc0205612bbd4dd4026d4ba6287f5643c37366ec:
gfs2: take jdata unstuff into account in do_grow (2018-12-18 10:49:02 -0600)
----------------------------------------------------------------
We've got 11 patches for this merge window:
- Enhancements and performance improvements to journal replay (Abhi Das)
- Cleanup of gfs2_is_ordered and gfs2_is_writeback (Andreas Gruenbacher)
- Fix a potential double-free in inode creation (Andreas Gruenbacher)
- Fix the bitmap search loop that was searching too far (Andreas Gruenbacher)
- Various cleanups (Andreas Gruenbacher, Bob Peterson)
- Implement Steve Whitehouse's patch to dump nrpages for inodes (Bob Peterson)
- Fix a withdraw bug where stuffed journaled data files didn't allocate
enough journal space to be grown (Bob Peterson)
----------------------------------------------------------------
Abhi Das (4):
gfs2: add more timing info to journal recovery process
gfs2: changes to gfs2_log_XXX_bio
gfs2: add a helper function to get_log_header that can be used elsewhere
gfs2: read journal in large chunks to locate the head
Andreas Gruenbacher (4):
gfs2: Clean up gfs2_is_{ordered,writeback}
gfs2: Fix the gfs2_invalidatepage description
gfs2: Get rid of potential double-freeing in gfs2_create_inode
gfs2: Fix loop in gfs2_rbm_find
Bob Peterson (3):
gfs2: Remove vestigial bd_ops
gfs2: Dump nrpages for inodes and their glocks
gfs2: take jdata unstuff into account in do_grow
fs/gfs2/aops.c | 16 ++--
fs/gfs2/bmap.c | 10 +-
fs/gfs2/glock.c | 2 +-
fs/gfs2/glock.h | 2 +-
fs/gfs2/glops.c | 17 +++-
fs/gfs2/incore.h | 3 +-
fs/gfs2/inode.c | 18 ++--
fs/gfs2/inode.h | 10 +-
fs/gfs2/log.c | 5 +-
fs/gfs2/log.h | 5 +-
fs/gfs2/lops.c | 257 +++++++++++++++++++++++++++++++++++++++++++--------
fs/gfs2/lops.h | 4 +-
fs/gfs2/ops_fstype.c | 1 +
fs/gfs2/recovery.c | 178 +++++++----------------------------
fs/gfs2/recovery.h | 5 +-
fs/gfs2/rgrp.c | 4 +-
fs/gfs2/rgrp.h | 2 +-
fs/gfs2/super.c | 1 +
fs/gfs2/trans.c | 8 +-
19 files changed, 317 insertions(+), 231 deletions(-)
Powered by blists - more mailing lists