public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xfsprogs: a couple metadump fixes and sb logging backports
@ 2015-02-23 15:51 Brian Foster
  2015-02-23 15:51 ` [PATCH 1/4] metadump: include NULLFSINO check in inode copy code Brian Foster
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Brian Foster @ 2015-02-23 15:51 UTC (permalink / raw)
  To: xfs

Hi all,

Patches 1 and 2 are a couple metadump fixes that fell out from playing
around with large block size filesystems (e.g., 64k on ppc64), similar
to the repair patches I had sent recently. Patches 3 and 4 are backports
of a couple of the sb logging rework fixes.

Dave,

I'm not sure what the workflow here is wrt to the sb logging backports.
FWIW, these are the only patches I need on top of the libxfs-3.19-update
branch to get most of the sparse inode bits to backport cleanly. Do you
want to include them in that branch? Otherwise, I'll just keep them in
my sparse inodes branch for now.

Brian

Brian Foster (4):
  metadump: include NULLFSINO check in inode copy code
  metadump: check for non-zero inode alignment
  xfsprogs: remove bitfield based superblock updates
  xfsprogs: consolidate superblock logging functions

 db/metadump.c                    |   3 +-
 db/sb.c                          |   9 +-
 libxfs/support/libxfs_api_defs.h |   2 +-
 libxfs/support/trans.c           |   2 +-
 libxfs/xfs_attr_leaf.c           |   2 +-
 libxfs/xfs_bmap.c                |  14 +-
 libxfs/xfs_sb.c                  | 286 ++++++++++++++-------------------------
 libxfs/xfs_sb.h                  |  11 +-
 libxfs/xfs_shared.h              |  33 ++---
 libxfs/xfs_trans_resv.c          |  14 --
 libxfs/xfs_trans_resv.h          |   1 -
 mdrestore/xfs_mdrestore.c        |   2 +-
 mkfs/proto.c                     |   6 +-
 mkfs/xfs_mkfs.c                  |   4 +-
 repair/phase5.c                  |   2 +-
 repair/sb.c                      |   2 +-
 repair/scan.c                    |   2 +-
 17 files changed, 144 insertions(+), 251 deletions(-)

-- 
1.9.3

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-02-23 22:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 15:51 [PATCH 0/4] xfsprogs: a couple metadump fixes and sb logging backports Brian Foster
2015-02-23 15:51 ` [PATCH 1/4] metadump: include NULLFSINO check in inode copy code Brian Foster
2015-02-23 15:51 ` [PATCH 2/4] metadump: check for non-zero inode alignment Brian Foster
2015-02-23 15:51 ` [PATCH 3/4] xfsprogs: remove bitfield based superblock updates Brian Foster
2015-02-23 15:51 ` [PATCH 4/4] xfsprogs: consolidate superblock logging functions Brian Foster
2015-02-23 22:08 ` [PATCH 0/4] xfsprogs: a couple metadump fixes and sb logging backports Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox