History log of /external/e2fsprogs/tests/progs/random_exercise.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d1154eb460efe588eaed3d439c1caaca149fa362 18-Sep-2011 Theodore Ts'o <tytso@mit.edu> Shorten compile commands run by the build system

The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and
this was starting to cause some tools heartburn. It also made "make
V=1" almost useless, since trying to following the individual commands
run by make was lost in the noise of all of the defines.

So fix this by putting the configure-generated defines in lib/config.h
and the directory pathnames to lib/dirpaths.h.

In addition, clean up some vestigal defines in configure.in and in the
Makefiles to further shorten the cc command lines.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/tests/progs/random_exercise.c
efc6f628e15de95bcd13e4f0ee223cb42115d520 28-Aug-2008 Theodore Ts'o <tytso@mit.edu> Remove trailing whitespace for the entire source tree

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/tests/progs/random_exercise.c
a7de6998fbd1a875cf88044a2d7bc363dde613c8 10-May-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, random_exercise.c:
random_exercise.c: Also do some random truncating as well.
/external/e2fsprogs/tests/progs/random_exercise.c
ad8e553bc6d8e5375e5481829f3b2790486ed72a 18-Oct-2000 Theodore Ts'o <tytso@mit.edu> ChangeLog, random_exercise.c:
random_exercise.c: Add support for making the test files have a
certain size, and also add directories as test inodes as well.
/external/e2fsprogs/tests/progs/random_exercise.c
da1a022670074686a0cae9363582d51547cbd42e 20-Aug-2000 Theodore Ts'o <tytso@mit.edu> ChangeLog, hold_inode.c, random_exercise.c:
random_exercise.c: New file which feeds a lot of file creations and
deletions (while leaving the file descriptor open, and then closing
the file descriptor later). This generates lots of fodder for the
orphan list code, as well as for the ext3 journal.
hold_inode.c: New file which holds an inode or a directory open (for
testing orphan list code).
ChangeLog, run_e2fsck, expect.1, expect.2, image.gz, name, expect:
run_e2fsck: Filter out JFS DEBUG messages when comparing e2fsck output.
f_journal: New test case which checks out running the ext3 journal.
f_orphan: New test case which checks clearing the list of orphan
inodes (files and directories).
f_swapfs/expect: Update to reflect new debugfs format for dumping the
blocks of an inode.
/external/e2fsprogs/tests/progs/random_exercise.c