]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ChangeLog, hold_inode.c, random_exercise.c:
authorTheodore Ts'o <tytso@mit.edu>
Sun, 20 Aug 2000 21:48:45 +0000 (21:48 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Aug 2000 21:48:45 +0000 (21:48 +0000)
commitda1a022670074686a0cae9363582d51547cbd42e
treea33d157d06a83f44c78f6c52f775e111a47a03d1
parent556ccbd6f9722ccf4a278a7bbdaf82f3c6153ede
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.
14 files changed:
tests/ChangeLog
tests/f_journal/expect.1 [new file with mode: 0644]
tests/f_journal/expect.2 [new file with mode: 0644]
tests/f_journal/image.gz [new file with mode: 0644]
tests/f_journal/name [new file with mode: 0644]
tests/f_orphan/expect.1 [new file with mode: 0644]
tests/f_orphan/expect.2 [new file with mode: 0644]
tests/f_orphan/image.gz [new file with mode: 0644]
tests/f_orphan/name [new file with mode: 0644]
tests/f_swapfs/expect
tests/progs/ChangeLog
tests/progs/hold_inode.c [new file with mode: 0644]
tests/progs/random_exercise.c [new file with mode: 0644]
tests/run_e2fsck