Up to [Development] / xfs-cmds / xfstests
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 15 06:17:47 2008 UTC (9 years, 3 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
If test 078 fails and you try to run it again immediately, it will execute a 'rm -f' on a directory which will fail. This should be a rmdir.... Signed-off-by: Dave Chinner <dgc@sgi.com> Merge of master-melb:xfs-cmds:31637a by kenmcd. If test 078 fails and you try to run it again immediately, it will execute a 'rm -f' on a directory which will fail. This should be a rmdir.... Signed-off-by: Dave Chinner <dgc@sgi.com>
Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 19 03:18:01 2008 UTC (9 years, 7 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.10: +11 -5
lines
Diff to previous 1.10 (colored)
Fix up QA tests for mkfs behaviour changes Merge of master-melb:xfs-cmds:30689a by kenmcd. Force the AG size to keep behaviour the same as old and new mkfs
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 9 06:11:20 2007 UTC (10 years ago) by mohamedb.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.9: +52 -13
lines
Diff to previous 1.9 (colored)
Add extra test cases for growfs Merge of master-melb:xfs-cmds:29854a by kenmcd. Modify the loop back grow function to include a flag for checking the fs after growin and added few more growfs test cases that are less 16TB
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 7 16:00:24 2006 UTC (11 years, 3 months ago) by ajones.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
The test device is now used as a nfs filesystem. Merge of master-melb:xfs-cmds:26462a by kenmcd. modified this test to run on xfs only.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 9 02:49:08 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.7: +0 -28
lines
Diff to previous 1.7 (colored)
Update copyright annotations and license boilerplates to correspond with SGI Legals preferences. Merge of master-melb:xfs-cmds:24327a by kenmcd.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 2 15:09:19 2005 UTC (12 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
xfs_io -> XFS_IO_PROG as used by dgc Merge of master-melb:xfs-cmds:22779a by kenmcd.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 25 03:09:08 2004 UTC (13 years, 4 months ago) by sandeen
Branch: MAIN
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (colored)
fix up xfstests for realtime fs fix args for _check_xfs_filesystem; explicitly no log or rt
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 15 07:32:36 2004 UTC (13 years, 4 months ago) by ptools
Branch: MAIN
Changes since 1.4: +14 -5
lines
Diff to previous 1.4 (colored)
Fixed merge problems
Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 19 00:01:18 2004 UTC (13 years, 7 months ago) by fsgqa
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Improve filters for a couple of the tests using xfs_io.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 27 22:08:54 2003 UTC (13 years, 11 months ago) by nathans
Branch: MAIN
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored)
Update xfs_io filter to exclude some additional output being added shortly.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 12 00:35:33 2003 UTC (14 years, 1 month ago) by fsgqa
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Fix test 078 so it doesnt depend on the root fs blocksize; make it use TEST_DEV cos we know thats an XFS filesystem and supports sparse files
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 15 01:24:41 2003 UTC (14 years, 2 months ago) by fsgqa
Branch: MAIN
Add a new growfs test 078, and do a better job of cleaning tmp files after a QA run