From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Tue, 14 May 2013 11:45:31 +0100 Subject: [Cluster-devel] [PATCH 0/6] More mkfs.gfs2 reworking Message-ID: <1368528337-4236-1-git-send-email-anprice@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit The stripe alignment work is ongoing but these patches are ready to go so I thought I'd get them posted. Andrew Price (6): mkfs.gfs2: Add options for stripe size and width libgfs2: Remove 'writes' field from gfs2_sbd mkfs.gfs2: Link to libblkid mkfs.gfs2: Use libblkid for checking contents mkfs.gfs2: Add a struct to store device info libgfs2: Clarify gfs2_compute_bitstructs's parameters configure.ac | 1 + gfs2/convert/gfs2_convert.c | 2 +- gfs2/fsck/rgrepair.c | 6 +- gfs2/libgfs2/buf.c | 1 - gfs2/libgfs2/fs_geometry.c | 2 +- gfs2/libgfs2/libgfs2.h | 3 +- gfs2/libgfs2/rgrp.c | 10 +- gfs2/libgfs2/super.c | 2 +- gfs2/mkfs/Makefile.am | 3 + gfs2/mkfs/main_mkfs.c | 446 ++++++++++++++++++++++++++------------------ 10 files changed, 280 insertions(+), 196 deletions(-) -- 1.8.1.4