[Cluster-devel] [PATCH 00/11] GFS2: Pre-pull patch posting (merge window)

Bob Peterson rpeterso at redhat.com
Tue Dec 18 19:13:58 UTC 2018


Hi,

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)

Regards,

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(-)

-- 
2.20.1




More information about the Cluster-devel mailing list