cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Andrew Price <anprice@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 0/5] mkfs.gfs2 improvements (groundwork)
Date: Tue, 26 Feb 2013 14:04:21 +0000	[thread overview]
Message-ID: <1361887466-20763-1-git-send-email-anprice@redhat.com> (raw)

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



             reply	other threads:[~2013-02-26 14:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-26 14:04 Andrew Price [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361887466-20763-1-git-send-email-anprice@redhat.com \
    --to=anprice@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).