cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 0/5] mkfs.gfs2 improvements (groundwork)
@ 2013-02-26 14:04 Andrew Price
  2013-02-26 14:04 ` [Cluster-devel] [PATCH 1/5] libgfs2: Rework blk_alloc_i Andrew Price
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrew Price @ 2013-02-26 14:04 UTC (permalink / raw)
  To: cluster-devel.redhat.com

This patchset lays the groundwork for the RAID stripe alignment (etc.)
enhancements I'm working on. Notably it reduces the peak heap usage (from >3GB
to ~25MB for a 50TB fs with default options) and also improves performance
slightly. It also adds more tests to the test suite (run 'make check').

Andrew Price (5):
  libgfs2: Rework blk_alloc_i
  libgfs2: Make gfs2_rgrp_out accept char buffers
  mkfs.gfs2: Reduce memory usage
  gfs2-utils: Make the tool tests script more useful
  mkfs.gfs2: Separate user options from file system params

 .gitignore                  |   2 +
 gfs2/convert/gfs2_convert.c |  10 +-
 gfs2/edit/hexedit.c         |   4 +-
 gfs2/fsck/initialize.c      |   4 +-
 gfs2/fsck/metawalk.c        |   4 +-
 gfs2/fsck/pass5.c           |   2 +-
 gfs2/fsck/rgrepair.c        |   4 +-
 gfs2/libgfs2/fs_geometry.c  |   4 +-
 gfs2/libgfs2/fs_ops.c       |  99 +++++---
 gfs2/libgfs2/gfs1.c         |   6 +-
 gfs2/libgfs2/libgfs2.h      |  10 +-
 gfs2/libgfs2/ondisk.c       |  32 ++-
 gfs2/libgfs2/structures.c   |   2 +-
 gfs2/mkfs/main_jadd.c       |   2 +-
 gfs2/mkfs/main_mkfs.c       | 593 +++++++++++++++++++++++---------------------
 tests/tool_tests.sh         |  56 ++++-
 16 files changed, 476 insertions(+), 358 deletions(-)

-- 
1.8.1.2



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

end of thread, other threads:[~2013-02-26 14:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-26 14:04 [Cluster-devel] [PATCH 0/5] mkfs.gfs2 improvements (groundwork) Andrew Price
2013-02-26 14:04 ` [Cluster-devel] [PATCH 1/5] libgfs2: Rework blk_alloc_i Andrew Price
2013-02-26 14:04 ` [Cluster-devel] [PATCH 2/5] libgfs2: Make gfs2_rgrp_out accept char buffers Andrew Price
2013-02-26 14:04 ` [Cluster-devel] [PATCH 3/5] mkfs.gfs2: Reduce memory usage Andrew Price
2013-02-26 14:04 ` [Cluster-devel] [PATCH 4/5] gfs2-utils: Make the tool tests script more useful Andrew Price
2013-02-26 14:04 ` [Cluster-devel] [PATCH 5/5] mkfs.gfs2: Separate user options from file system params Andrew Price

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