cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] GFS2 Resource Group patches
@ 2011-09-01 13:02 Steven Whitehouse
  2011-09-01 13:02 ` [Cluster-devel] [PATCH 1/3] GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme Steven Whitehouse
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Steven Whitehouse @ 2011-09-01 13:02 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

Here is my current patch set. There are probably a few issues still
to resolve, but just to keep everyone in the loop, here it is. The
total diffstat, looks like this:

 fs/gfs2/aops.c       |    2 
 fs/gfs2/bmap.c       |    7 
 fs/gfs2/dir.c        |    6 
 fs/gfs2/file.c       |    6 
 fs/gfs2/glops.c      |   58 +----
 fs/gfs2/incore.h     |   15 -
 fs/gfs2/inode.c      |   27 --
 fs/gfs2/lops.c       |   64 ++---
 fs/gfs2/ops_fstype.c |    3 
 fs/gfs2/quota.c      |    4 
 fs/gfs2/rgrp.c       |  563 +++++++++++++++++----------------------------------
 fs/gfs2/rgrp.h       |   27 +-
 fs/gfs2/super.c      |   23 --
 fs/gfs2/trans.c      |    5 
 fs/gfs2/trans.h      |   22 -
 fs/gfs2/xattr.c      |   19 -
 16 files changed, 287 insertions(+), 564 deletions(-)

So a nice reduction in code size, overall,

Steve.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-08 10:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-01 13:02 [Cluster-devel] GFS2 Resource Group patches Steven Whitehouse
2011-09-01 13:02 ` [Cluster-devel] [PATCH 1/3] GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme Steven Whitehouse
2011-09-07 19:42   ` Bob Peterson
2011-09-08 10:52     ` Steven Whitehouse
2011-09-01 13:02 ` [Cluster-devel] [PATCH 2/3] GFS2: Make resource groups "append only" during life of fs Steven Whitehouse
2011-09-01 13:02 ` [Cluster-devel] [PATCH 3/3] GFS2: Cache the most recently used resource group in the inode Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).