Up to [Development] / xfs-cmds / xfstests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 8 06:18:43 2008 UTC (9 years, 1 month ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (unified)
Update xfsprogs to latest kernel headers and functions Merge of master-melb:xfs-cmds:32070a by kenmcd.
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 5 06:25:29 2008 UTC (9 years, 5 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.4: +1 -0
lines
Diff to previous 1.4 (unified)
Add support for sb_bad_features2 in QA 122 Merge of master-melb:xfs-cmds:31022a by kenmcd. Add support for sb_bad_features2 in superblock structure
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 5 02:52:17 2007 UTC (10 years, 8 months ago) by ddiss.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (unified)
XFSQA 122 on machines with xfs_lazy_sb.patch have failed due to the addition of __be32 agf_btreeblks to xfs_agf_t. This change causes 122 detect whether the patch is installed by greping for lazy count in mkfs output, the xfs_agf_t size is then filtered based on the patch status. The original intention was to check /lib/modules/$(uname -r)/source/fs/xfs/xfs_ag.h for btreeblks and filter on this, however the kernel source is not a prereq for XFSQA. Merge of master-melb:xfs-cmds:28014a by kenmcd. sizeof( xfs_agf_t ) comparison is now done in-test. <SIZE> is output if comparison passes.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 19 06:10:49 2006 UTC (11 years, 3 months ago) by allanr.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +87 -87
lines
Diff to previous 1.2 (unified)
Ordered test and golden output files as test was failing due to sizeof( xfs_alloctype_t ) = 4 being on a different line Merge of master-melb:xfs-cmds:26276a by kenmcd. Ordered test and golden output files as test was failing due to sizeof( xfs_alloctype_t ) = 4 being on a different line
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 16 06:08:07 2006 UTC (11 years, 3 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +8 -0
lines
Diff to previous 1.1 (unified)
update for the extra 32/64 variants of EFI/EFD/inode log format structures. Merge of master-melb:xfs-cmds:26265a by kenmcd. update for the extra 32/64 variants of EFI/EFD/inode log format structures.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 26 15:38:44 2006 UTC (11 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
An attempt at looking at the sizes of xfs structures with exclusions for ones that we know are different. The aim is to help pick up on extensions to structures and addition of structures which for instance may vary on 32 bit and 64 bit word size versions. Merge of master-melb:xfs-cmds:26056a by kenmcd. 122 output will need to be updated as we add more structs and typedefs